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

Unified Diff: recipe_modules/gclient/example.expected/revision.json

Issue 1673603002: depot_tools: use package_resource to locate gclient.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 10 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: recipe_modules/gclient/example.expected/revision.json
diff --git a/recipe_modules/gclient/example.expected/revision.json b/recipe_modules/gclient/example.expected/revision.json
index dd2925cd53ab52280f603d95803ee157f795d9df..3875852abba0bda3ac0e3afabe14701c0978d1cd 100644
--- a/recipe_modules/gclient/example.expected/revision.json
+++ b/recipe_modules/gclient/example.expected/revision.json
@@ -3,7 +3,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS]/gclient.py",
+ "RECIPE_PACKAGE[depot_tools]/gclient.py",
"config",
"--spec",
"cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]"
@@ -15,7 +15,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS]/gclient.py",
+ "RECIPE_PACKAGE[depot_tools]/gclient.py",
"sync",
"--verbose",
"--with_branch_heads",
@@ -48,7 +48,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS]/gclient.py",
+ "RECIPE_PACKAGE[depot_tools]/gclient.py",
"recurse",
"git",
"config",
@@ -62,7 +62,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS]/gclient.py",
+ "RECIPE_PACKAGE[depot_tools]/gclient.py",
"recurse",
"git",
"config",
@@ -76,7 +76,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS]/gclient.py",
+ "RECIPE_PACKAGE[depot_tools]/gclient.py",
"config",
"--spec",
"cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr', 'url': 'svn://svn.chromium.org/blink/trunk'}]"
@@ -88,7 +88,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS]/gclient.py",
+ "RECIPE_PACKAGE[depot_tools]/gclient.py",
"sync",
"--nohooks",
"--force",
@@ -145,7 +145,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS]/gclient.py",
+ "RECIPE_PACKAGE[depot_tools]/gclient.py",
"runhooks"
],
"cwd": "[SLAVE_BUILD]",
« no previous file with comments | « recipe_modules/gclient/example.expected/basic.json ('k') | recipe_modules/gclient/example.expected/tryserver.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698