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

Unified Diff: scripts/slave/recipe_modules/gclient/example.expected/basic.json

Issue 24650004: Fix hack for test presentation in path api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase 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.expected/basic.json
diff --git a/scripts/slave/recipe_modules/gclient/example.expected/basic.json b/scripts/slave/recipe_modules/gclient/example.expected/basic.json
index 660138645438283ce12dc07f9a0ca2d95e6205d3..c4e7751ef424f97edc71716186eefbd6bc8ea067 100644
--- a/scripts/slave/recipe_modules/gclient/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/gclient/example.expected/basic.json
@@ -3,7 +3,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"config",
"--spec",
"cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]"
@@ -19,9 +19,9 @@
"cmd": [
"python",
"-u",
- "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py",
+ "[BUILD]/scripts/slave/gclient_safe_revert.py",
".",
- "[DEPOT_TOOLS_ROOT]/gclient"
+ "[DEPOT_TOOLS]/gclient"
],
"name": "gclient revert"
},
@@ -29,7 +29,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"sync",
"--nohooks",
"--output-json",
@@ -47,12 +47,12 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"config",
"--spec",
"cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'WebKit', 'url': 'svn://svn.chromium.org/blink/trunk'}]"
],
- "cwd": "[SLAVE_BUILD_ROOT]/src/third_party",
+ "cwd": "[SLAVE_BUILD]/src/third_party",
"name": "[spec: WebKit] gclient setup",
"seed_steps": [
"[spec: WebKit] gclient setup",
@@ -64,24 +64,24 @@
"cmd": [
"python",
"-u",
- "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py",
+ "[BUILD]/scripts/slave/gclient_safe_revert.py",
".",
- "[DEPOT_TOOLS_ROOT]/gclient"
+ "[DEPOT_TOOLS]/gclient"
],
- "cwd": "[SLAVE_BUILD_ROOT]/src/third_party",
+ "cwd": "[SLAVE_BUILD]/src/third_party",
"name": "[spec: WebKit] gclient revert"
},
{
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"sync",
"--nohooks",
"--output-json",
"/path/to/tmp/json"
],
- "cwd": "[SLAVE_BUILD_ROOT]/src/third_party",
+ "cwd": "[SLAVE_BUILD]/src/third_party",
"name": "[spec: WebKit] gclient sync",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",

Powered by Google App Engine
This is Rietveld 408576698