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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "--target", 196 "--target",
197 "Release", 197 "Release",
198 "--src-dir", 198 "--src-dir",
199 "[SLAVE_BUILD]\\src", 199 "[SLAVE_BUILD]\\src",
200 "--build-tool", 200 "--build-tool",
201 "ninja", 201 "ninja",
202 "--compiler", 202 "--compiler",
203 "goma", 203 "goma",
204 "--goma-dir", 204 "--goma-dir",
205 "[BUILD]\\goma", 205 "[BUILD]\\goma",
206 "--ninja-ensure-up-to-date",
206 "--", 207 "--",
207 "browser_tests", 208 "browser_tests",
208 "browser_tests_run", 209 "browser_tests_run",
209 "chromium_builder_tests", 210 "chromium_builder_tests",
210 "crash_service", 211 "crash_service",
211 "mini_installer" 212 "mini_installer"
212 ], 213 ],
213 "cwd": "[SLAVE_BUILD]", 214 "cwd": "[SLAVE_BUILD]",
214 "name": "compile" 215 "name": "compile"
215 }, 216 },
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 264 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
264 "--factory-properties", 265 "--factory-properties",
265 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 266 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
266 "--build-properties", 267 "--build-properties",
267 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 268 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
268 ], 269 ],
269 "cwd": "[SLAVE_BUILD]", 270 "cwd": "[SLAVE_BUILD]",
270 "name": "package build" 271 "name": "package build"
271 } 272 }
272 ] 273 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698