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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "--target", 191 "--target",
192 "Release", 192 "Release",
193 "--src-dir", 193 "--src-dir",
194 "[SLAVE_BUILD]\\src", 194 "[SLAVE_BUILD]\\src",
195 "--build-tool", 195 "--build-tool",
196 "ninja", 196 "ninja",
197 "--compiler", 197 "--compiler",
198 "goma", 198 "goma",
199 "--goma-dir", 199 "--goma-dir",
200 "[BUILD]\\goma", 200 "[BUILD]\\goma",
201 "--ninja-ensure-up-to-date",
201 "--", 202 "--",
202 "browser_tests", 203 "browser_tests",
203 "browser_tests_run", 204 "browser_tests_run",
204 "chromium_builder_tests", 205 "chromium_builder_tests",
205 "crash_service", 206 "crash_service",
206 "mini_installer" 207 "mini_installer"
207 ], 208 ],
208 "cwd": "[SLAVE_BUILD]", 209 "cwd": "[SLAVE_BUILD]",
209 "name": "compile" 210 "name": "compile"
210 }, 211 },
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", 259 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1",
259 "--factory-properties", 260 "--factory-properties",
260 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 261 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
261 "--build-properties", 262 "--build-properties",
262 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 263 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
263 ], 264 ],
264 "cwd": "[SLAVE_BUILD]", 265 "cwd": "[SLAVE_BUILD]",
265 "name": "package build" 266 "name": "package build"
266 } 267 }
267 ] 268 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698