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

Unified Diff: tools/symsrc/source_index.py

Issue 13529016: Add more URL to the whitelist in source_index.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/symsrc/source_index.py
diff --git a/tools/symsrc/source_index.py b/tools/symsrc/source_index.py
index bb5e8b554bbca4193668e78daaa4442c04e885fc..76b04892b0d0e1a109f3ba4b13610b791a824940 100755
--- a/tools/symsrc/source_index.py
+++ b/tools/symsrc/source_index.py
@@ -35,8 +35,21 @@ import tempfile
# from repositories listed here will be source indexed. Second, it allows us
# to map from one SVN URL to another, so we can map to external SVN servers.
REPO_MAP = {
- "svn://chrome-svn/chrome": "http://src.chromium.org/svn",
- "svn://chrome-svn.corp.google.com/chrome": "http://src.chromium.org/svn",
+ "svn://chrome-svn/blink": "http://src.chromium.org/blink",
+ "svn://chrome-svn/chrome": "http://src.chromium.org/chrome",
+ "svn://chrome-svn/multivm": "http://src.chromium.org/multivm",
+ "svn://chrome-svn/native_client": "http://src.chromium.org/native_client",
+ "svn://chrome-svn.corp.google.com/blink": "http://src.chromium.org/blink",
+ "svn://chrome-svn.corp.google.com/chrome": "http://src.chromium.org/chrome",
+ "svn://chrome-svn.corp.google.com/multivm": "http://src.chromium.org/multivm",
+ "svn://chrome-svn.corp.google.com/native_client":
+ "http://src.chromium.org/native_client",
+ "svn://svn-mirror.golo.chromium.org/blink": "http://src.chromium.org/blink",
+ "svn://svn-mirror.golo.chromium.org/chrome": "http://src.chromium.org/chrome",
+ "svn://svn-mirror.golo.chromium.org/multivm":
+ "http://src.chromium.org/multivm",
+ "svn://svn-mirror.golo.chromium.org/native_client":
+ "http://src.chromium.org/native_client",
"http://v8.googlecode.com/svn": None,
"http://google-breakpad.googlecode.com/svn": None,
"http://googletest.googlecode.com/svn": None,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698