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

Unified Diff: scripts/slave/recipes/chromium.expected/basic_linux_64.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/chromium.expected/basic_linux_64.json
diff --git a/scripts/slave/recipes/chromium.expected/basic_linux_64.json b/scripts/slave/recipes/chromium.expected/basic_linux_64.json
index d0d998fdb4872fbff9cfa9c99e50f847394da5db..a7a9205d9fe2d112f6a19a893dda8c29a8d03f63 100644
--- a/scripts/slave/recipes/chromium.expected/basic_linux_64.json
+++ b/scripts/slave/recipes/chromium.expected/basic_linux_64.json
@@ -3,7 +3,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"config",
"--spec",
"cache_dir = '[ROOT]/git_cache'\nsolutions = [{'custom_deps': {'src/third_party/WebKit/LayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]"
@@ -22,7 +22,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"sync",
"--verbose",
"--with_branch_heads",
@@ -73,7 +73,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"recurse",
"git",
"config",
@@ -86,7 +86,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"recurse",
"git",
"config",
@@ -99,7 +99,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"runhooks"
],
"env": {
@@ -113,13 +113,13 @@
"cmd": [
"python",
"-u",
- "[BUILD_ROOT]/scripts/slave/compile.py",
+ "[BUILD]/scripts/slave/compile.py",
"--target",
"Release",
"--build-dir",
- "[SLAVE_BUILD_ROOT]/src/out",
+ "[SLAVE_BUILD]/src/out",
"--src-dir",
- "[SLAVE_BUILD_ROOT]/src",
+ "[SLAVE_BUILD]/src",
"--build-tool",
"ninja",
"--compiler",
« no previous file with comments | « scripts/slave/recipes/chromium.expected/basic_linux_32.json ('k') | scripts/slave/recipes/chromium.expected/basic_mac_32.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698