Index: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_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_x64_dbg.json |
similarity index 88% |
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_x64_dbg.json |
index fef8935695f24abef2ac44fbf8984de021b734ee..84118a9574ce15b342b703b514d704b891849495 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_x64_dbg.json |
@@ -7,7 +7,7 @@ |
"--master", |
"tryserver.webrtc", |
"--builder", |
- "win_x64_gn", |
+ "win_compile_x64_dbg", |
"--slave", |
"slavename", |
"--spec", |
@@ -75,7 +75,6 @@ |
], |
"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" |
}, |
"name": "gclient runhooks" |
@@ -84,19 +83,6 @@ |
"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", |
@@ -111,7 +97,7 @@ |
"--goma-fail-fast", |
"--goma-disable-local-fallback", |
"--", |
- "all" |
+ "All" |
], |
"cwd": "[SLAVE_BUILD]", |
"name": "compile" |