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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win8_GN__dbg_.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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "--target", 198 "--target",
199 "Debug", 199 "Debug",
200 "--src-dir", 200 "--src-dir",
201 "[SLAVE_BUILD]\\src", 201 "[SLAVE_BUILD]\\src",
202 "--build-tool", 202 "--build-tool",
203 "ninja", 203 "ninja",
204 "--compiler", 204 "--compiler",
205 "goma", 205 "goma",
206 "--goma-dir", 206 "--goma-dir",
207 "[BUILD]\\goma", 207 "[BUILD]\\goma",
208 "--ninja-ensure-up-to-date",
208 "--", 209 "--",
209 "browser_tests", 210 "browser_tests",
210 "browser_tests_run", 211 "browser_tests_run",
211 "crash_service" 212 "crash_service"
212 ], 213 ],
213 "cwd": "[SLAVE_BUILD]", 214 "cwd": "[SLAVE_BUILD]",
214 "name": "compile" 215 "name": "compile"
215 }, 216 },
216 { 217 {
217 "cmd": [ 218 "cmd": [
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "python", 321 "python",
321 "-u", 322 "-u",
322 "[BUILD]\\scripts\\slave\\process_dumps.py", 323 "[BUILD]\\scripts\\slave\\process_dumps.py",
323 "--target", 324 "--target",
324 "Debug" 325 "Debug"
325 ], 326 ],
326 "cwd": "[SLAVE_BUILD]", 327 "cwd": "[SLAVE_BUILD]",
327 "name": "process_dumps" 328 "name": "process_dumps"
328 } 329 }
329 ] 330 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698