| Index: scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Win_Builder.json
|
| diff --git a/scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Win_Builder.json b/scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Win_Builder.json
|
| index d241c7a5a0fc6dd1e6e6928c07eed220ca5874ee..ce4b13fd4b48538d69be4404f094a568dc2e715f 100644
|
| --- a/scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Win_Builder.json
|
| +++ b/scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Win_Builder.json
|
| @@ -5,6 +5,7 @@
|
| "-u",
|
| "[BUILD]\\scripts\\slave\\kill_processes.py"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "taskkill"
|
| },
|
| {
|
| @@ -29,6 +30,7 @@
|
| "--revision",
|
| "src@c321321"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "bot_update",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@Some step text@@@",
|
| @@ -83,6 +85,7 @@
|
| "RECIPE_MODULE[webrtc]\\resources\\cleanup_files.py",
|
| "[SLAVE_BUILD]\\src\\out"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "clean test output files"
|
| },
|
| {
|
| @@ -91,6 +94,7 @@
|
| "-u",
|
| "[BUILD]\\scripts\\slave\\cleanup_temp.py"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "cleanup_temp"
|
| },
|
| {
|
| @@ -100,6 +104,7 @@
|
| "[DEPOT_TOOLS]\\gclient.py",
|
| "runhooks"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "GYP_DEFINES": "blink_logging_always_on=1 chromium_win_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1"
|
| },
|
| @@ -123,6 +128,7 @@
|
| "--",
|
| "chromium_builder_webrtc"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "compile"
|
| },
|
| {
|
| @@ -142,10 +148,12 @@
|
| "--build-properties",
|
| "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_buildername\": null, \"recipe\": \"webrtc/chromium\", \"revision\": \"c321321\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "package build"
|
| },
|
| {
|
| "cmd": [],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "trigger",
|
| "trigger_specs": [
|
| {
|
|
|