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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.mac", 8 "chromium.mac",
9 "--builder", 9 "--builder",
10 "Mac GN (dbg)", 10 "Mac GN (dbg)",
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "--target", 209 "--target",
210 "Debug", 210 "Debug",
211 "--src-dir", 211 "--src-dir",
212 "[SLAVE_BUILD]/src", 212 "[SLAVE_BUILD]/src",
213 "--build-tool", 213 "--build-tool",
214 "ninja", 214 "ninja",
215 "--compiler", 215 "--compiler",
216 "goma-clang", 216 "goma-clang",
217 "--goma-dir", 217 "--goma-dir",
218 "[BUILD]/goma", 218 "[BUILD]/goma",
219 "--ninja-ensure-up-to-date",
219 "--", 220 "--",
220 "browser_tests", 221 "browser_tests",
221 "browser_tests_run" 222 "browser_tests_run"
222 ], 223 ],
223 "cwd": "[SLAVE_BUILD]", 224 "cwd": "[SLAVE_BUILD]",
224 "name": "compile" 225 "name": "compile"
225 }, 226 },
226 { 227 {
227 "cmd": [ 228 "cmd": [
228 "python", 229 "python",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "name": "[collect error] browser_tests", 309 "name": "[collect error] browser_tests",
309 "~followup_annotations": [ 310 "~followup_annotations": [
310 "@@@STEP_LOG_LINE@python.inline@@@@", 311 "@@@STEP_LOG_LINE@python.inline@@@@",
311 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 312 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
312 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@", 313 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
313 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 314 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
314 "@@@STEP_LOG_END@python.inline@@@" 315 "@@@STEP_LOG_END@python.inline@@@"
315 ] 316 ]
316 } 317 }
317 ] 318 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698