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

Unified Diff: recipe_modules/gclient/example.py

Issue 1917263002: Revert of depot_tools: add infra_paths recipe module for infra-specific paths (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 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 | « recipe_modules/gclient/api.py ('k') | recipe_modules/gclient/example.expected/basic.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/gclient/example.py
diff --git a/recipe_modules/gclient/example.py b/recipe_modules/gclient/example.py
index 0713987caa471a88b04be50b55740d7798f6c32b..fa6daf8950862ab8c919bf525932360496efa0a9 100644
--- a/recipe_modules/gclient/example.py
+++ b/recipe_modules/gclient/example.py
@@ -4,7 +4,6 @@
DEPS = [
'gclient',
- 'infra_paths',
'recipe_engine/path',
'recipe_engine/properties',
]
@@ -82,7 +81,7 @@
api.gclient.checkout(
gclient_config=bl_cfg,
with_branch_heads=True,
- cwd=api.infra_paths['slave_build'].join('src', 'third_party'))
+ cwd=api.path['slave_build'].join('src', 'third_party'))
api.gclient.break_locks()
« no previous file with comments | « recipe_modules/gclient/api.py ('k') | recipe_modules/gclient/example.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698