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

Unified Diff: scripts/slave/recipes/v8.expected/clobber.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/recipes/v8.expected/clobber.json
diff --git a/scripts/slave/recipes/v8.expected/clobber.json b/scripts/slave/recipes/v8.expected/clobber.json
index 7498b1232d3f106114255b7d995f195866b1b5c6..2a58f3186964677f5ab3e717a6751de754bc78d2 100644
--- a/scripts/slave/recipes/v8.expected/clobber.json
+++ b/scripts/slave/recipes/v8.expected/clobber.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': 'v8', 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]"
@@ -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",
@@ -52,7 +52,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"runhooks"
],
"env": {
@@ -65,13 +65,13 @@
"cmd": [
"python",
"-u",
- "[BUILD_ROOT]/scripts/slave/compile.py",
+ "[BUILD]/scripts/slave/compile.py",
"--target",
"Release",
"--build-dir",
- "[SLAVE_BUILD_ROOT]/v8",
+ "[SLAVE_BUILD]/v8",
"--src-dir",
- "[SLAVE_BUILD_ROOT]/v8",
+ "[SLAVE_BUILD]/v8",
"--build-tool",
"make",
"--clobber",
« no previous file with comments | « scripts/slave/recipes/v8.expected/arm_Release.json ('k') | scripts/slave/recipes/v8.expected/default_platform.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698