| Index: scripts/slave/recipes/chromium.expected/basic_win_64.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/basic_win_64.json b/scripts/slave/recipes/chromium.expected/basic_win_64.json
|
| index ba4515f5ae63fc978828328de5bb6b4315557db7..d28f94bf095a497276b5147b7f360396b94fc8ae 100644
|
| --- a/scripts/slave/recipes/chromium.expected/basic_win_64.json
|
| +++ b/scripts/slave/recipes/chromium.expected/basic_win_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": {
|
| @@ -114,13 +114,13 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD_ROOT]\\scripts\\slave\\compile.py",
|
| + "[BUILD]\\scripts\\slave\\compile.py",
|
| "--target",
|
| "Release_x64",
|
| "--build-dir",
|
| - "[SLAVE_BUILD_ROOT]\\src\\out",
|
| + "[SLAVE_BUILD]\\src\\out",
|
| "--src-dir",
|
| - "[SLAVE_BUILD_ROOT]\\src",
|
| + "[SLAVE_BUILD]\\src",
|
| "--build-tool",
|
| "ninja",
|
| "--compiler",
|
|
|