| Index: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_compile_rel.json
|
| diff --git a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gn_rel.json b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_compile_rel.json
|
| similarity index 88%
|
| copy from scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gn_rel.json
|
| copy to scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_compile_rel.json
|
| index 8cca87cce010534fbd608ac4d0be035065fc0471..cf90e88ed66434e133506b346f727b5a8fc449e1 100644
|
| --- a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_gn_rel.json
|
| +++ b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_compile_rel.json
|
| @@ -7,7 +7,7 @@
|
| "--master",
|
| "tryserver.webrtc",
|
| "--builder",
|
| - "linux_gn_rel",
|
| + "linux_compile_rel",
|
| "--slave",
|
| "slavename",
|
| "--spec",
|
| @@ -75,7 +75,6 @@
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| - "GYP_CHROMIUM_NO_ACTION": "1",
|
| "GYP_DEFINES": "component=static_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/Release",
|
| - "--args=is_debug=false 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",
|
| "Release",
|
| @@ -111,7 +97,7 @@
|
| "--goma-fail-fast",
|
| "--goma-disable-local-fallback",
|
| "--",
|
| - "all"
|
| + "All"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "compile"
|
|
|