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

Unified Diff: recipe_modules/gclient/config.py

Issue 2285213004: Remove non-trivial SVN config from gclient recipe module (Closed)
Patch Set: Created 4 years, 4 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: recipe_modules/gclient/config.py
diff --git a/recipe_modules/gclient/config.py b/recipe_modules/gclient/config.py
index 2810f3190138556abad21746b1cf6f416f2272d3..9818e87c4b6db05dda2836a8cdc8fd6bee7c3e01 100644
--- a/recipe_modules/gclient/config.py
+++ b/recipe_modules/gclient/config.py
@@ -115,11 +115,7 @@ def chromium_bare(c):
s = c.solutions.add()
s.name = 'src'
s.url = ChromiumSrcURL(c)
- s.custom_vars = mirror_only(c, {
- 'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s',
- 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk',
- 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s',
- 'webkit_trunk': ChromiumGitURL(c, 'chromium', 'blink.git')})
+ s.custom_vars = {}
m = c.got_revision_mapping
m['src'] = 'got_revision'
m['src/native_client'] = 'got_nacl_revision'
@@ -365,7 +361,6 @@ def internal_deps(c):
@config_ctx(includes=['chromium', 'chrome_internal'])
def perf(c):
s = c.solutions[0]
- s.custom_vars['llvm_url'] = 'svn://svn-mirror.golo.chromium.org/llvm-project'
s.managed = False
needed_components_internal = [
"src/data/page_cycler",
« 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