Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / server2 / url_constants.py
index d9db0c7..9fc3061 100644 (file)
@@ -2,13 +2,19 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
+GITILES_BASE = 'https://chromium.googlesource.com'
+GITILES_SRC_ROOT = 'chromium/src/+'
+GITILES_BRANCHES_PATH = 'refs/branch-heads'
+GITILES_OAUTH2_SCOPE = 'https://www.googleapis.com/auth/gerritcodereview'
+
 GITHUB_REPOS = 'https://api.github.com/repos'
-GITHUB_BASE = 'https://github.com/GoogleChrome/chrome-app-samples/tree/master'
+GITHUB_BASE = 'https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples'
 RAW_GITHUB_BASE = ('https://github.com/GoogleChrome/chrome-app-samples/raw/'
                    'master')
 OMAHA_PROXY_URL = 'http://omahaproxy.appspot.com/json'
-OMAHA_DEV_HISTORY = ('http://omahaproxy.appspot.com/history?channel=dev'
-                      '&os=win&json=1')
+# TODO(kalman): Change this to http://omahaproxy.appspot.com/history.json
+OMAHA_HISTORY = 'http://10.omahaproxy-hrd.appspot.com/history.json'
+OMAHA_DEV_HISTORY = '%s?channel=dev&os=win&json=1' % OMAHA_HISTORY
 SVN_URL = 'http://src.chromium.org/chrome'
 VIEWVC_URL = 'http://src.chromium.org/viewvc/chrome'
 EXTENSIONS_SAMPLES = ('http://src.chromium.org/viewvc/chrome/trunk/src/chrome/'