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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_Oilpan.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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "--target", 177 "--target",
178 "Release", 178 "Release",
179 "--src-dir", 179 "--src-dir",
180 "[SLAVE_BUILD]\\src", 180 "[SLAVE_BUILD]\\src",
181 "--build-tool", 181 "--build-tool",
182 "ninja", 182 "ninja",
183 "--compiler", 183 "--compiler",
184 "goma", 184 "goma",
185 "--goma-dir", 185 "--goma-dir",
186 "[BUILD]\\goma", 186 "[BUILD]\\goma",
187 "--ninja-ensure-up-to-date",
187 "--", 188 "--",
188 "blink_tests", 189 "blink_tests",
189 "browser_tests", 190 "browser_tests",
190 "browser_tests_run", 191 "browser_tests_run",
191 "crash_service" 192 "crash_service"
192 ], 193 ],
193 "cwd": "[SLAVE_BUILD]", 194 "cwd": "[SLAVE_BUILD]",
194 "name": "compile" 195 "name": "compile"
195 }, 196 },
196 { 197 {
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 "python", 366 "python",
366 "-u", 367 "-u",
367 "[BUILD]\\scripts\\slave\\process_dumps.py", 368 "[BUILD]\\scripts\\slave\\process_dumps.py",
368 "--target", 369 "--target",
369 "Release" 370 "Release"
370 ], 371 ],
371 "cwd": "[SLAVE_BUILD]", 372 "cwd": "[SLAVE_BUILD]",
372 "name": "process_dumps" 373 "name": "process_dumps"
373 } 374 }
374 ] 375 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698