| Index: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_dbg.json
|
| diff --git a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_gn.json b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_dbg.json
|
| similarity index 87%
|
| copy from scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_gn.json
|
| copy to scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_dbg.json
|
| index fef8935695f24abef2ac44fbf8984de021b734ee..54eede23fc37a2a16877236a7c0299c94564b5ab 100644
|
| --- a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_gn.json
|
| +++ b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_dbg.json
|
| @@ -7,7 +7,7 @@
|
| "--master",
|
| "tryserver.webrtc",
|
| "--builder",
|
| - "win_x64_gn",
|
| + "win_compile_dbg",
|
| "--slave",
|
| "slavename",
|
| "--spec",
|
| @@ -75,8 +75,7 @@
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| - "GYP_CHROMIUM_NO_ACTION": "1",
|
| - "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1"
|
| + "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1"
|
| },
|
| "name": "gclient runhooks"
|
| },
|
| @@ -84,22 +83,9 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[DEPOT_TOOLS]\\gn.py",
|
| - "--root=[SLAVE_BUILD]\\src",
|
| - "gen",
|
| - "//out/Debug_x64",
|
| - "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]\\goma\" build_with_chromium=false"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "gn"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| "[BUILD]\\scripts\\slave\\compile.py",
|
| "--target",
|
| - "Debug_x64",
|
| + "Debug",
|
| "--src-dir",
|
| "[SLAVE_BUILD]\\src",
|
| "--build-tool",
|
| @@ -111,7 +97,7 @@
|
| "--goma-fail-fast",
|
| "--goma-disable-local-fallback",
|
| "--",
|
| - "all"
|
| + "All"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "compile"
|
|
|