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

Unified Diff: scripts/slave/recipes/v8.expected/Release32.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
« no previous file with comments | « scripts/slave/recipes/v8.expected/Debug64.json ('k') | scripts/slave/recipes/v8.expected/Release64.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/v8.expected/Release32.json
diff --git a/scripts/slave/recipes/v8.expected/Release32.json b/scripts/slave/recipes/v8.expected/Release32.json
index 52e9d896ae499790425e83d3e41647604aaf7f8b..d0c8857ee78d9e7525bda0d54088abb634c8767d 100644
--- a/scripts/slave/recipes/v8.expected/Release32.json
+++ b/scripts/slave/recipes/v8.expected/Release32.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",
"--",
« no previous file with comments | « scripts/slave/recipes/v8.expected/Debug64.json ('k') | scripts/slave/recipes/v8.expected/Release64.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698