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

Unified Diff: scripts/slave/recipe_modules/gclient/example.py

Issue 24737002: Add Paths as first-class types in configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: license Created 7 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: scripts/slave/recipe_modules/gclient/example.py
diff --git a/scripts/slave/recipe_modules/gclient/example.py b/scripts/slave/recipe_modules/gclient/example.py
index 5a4f15b09cc05bd369d389aba01ee1c983094f75..38aa6e352cfbfb4236d06bfb1b49c1376798ee6c 100644
--- a/scripts/slave/recipe_modules/gclient/example.py
+++ b/scripts/slave/recipe_modules/gclient/example.py
@@ -22,7 +22,6 @@ def GenSteps(api):
soln = bl_cfg.solutions.add()
soln.name = 'WebKit'
soln.url = 'svn://svn.chromium.org/blink/trunk'
- bl_cfg.checkouts = ['src', api.path.join('src', 'third_party', 'WebKit')]
bl_cfg.got_revision_mapping['src/blatley'] = 'got_blatley_revision'
yield api.gclient.checkout(
gclient_config=bl_cfg,
« no previous file with comments | « scripts/slave/recipe_modules/gclient/config.py ('k') | scripts/slave/recipe_modules/generator_script/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698