Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2695)

Unified Diff: chrome/common/extensions/docs/server2/url_constants.py

Issue 491653002: Docserver: Use GitilesFileSystem instead of SubversionFileSystem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/url_constants.py
diff --git a/chrome/common/extensions/docs/server2/url_constants.py b/chrome/common/extensions/docs/server2/url_constants.py
index ef6273ba71a03980dd6adda64f82c66a70a1d9c7..538689f4e8e360c0d7add91e1954558aeec8c865 100644
--- a/chrome/common/extensions/docs/server2/url_constants.py
+++ b/chrome/common/extensions/docs/server2/url_constants.py
@@ -4,6 +4,7 @@
GITILES_BASE = 'https://chromium.googlesource.com/chromium/src/+'
GITILES_BRANCH_BASE = '%s/refs/branch-heads' % GITILES_BASE
+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/samples'
« no previous file with comments | « chrome/common/extensions/docs/server2/test_servlet.py ('k') | chrome/common/extensions/docs/server2/whats_new_data_source.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698