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

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_dbg.json

Issue 1347413002: WebRTC: Rename trybots and add compile-only configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove scripts/slave/recipes/android/builder.expected/chromium_fyi_Android_x64_Builder__dbg__fail_c… Created 5 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/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"

Powered by Google App Engine
This is Rietveld 408576698