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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_GN.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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux GN", 10 "Linux GN",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "--target", 189 "--target",
190 "Release", 190 "Release",
191 "--src-dir", 191 "--src-dir",
192 "[SLAVE_BUILD]/src", 192 "[SLAVE_BUILD]/src",
193 "--build-tool", 193 "--build-tool",
194 "ninja", 194 "ninja",
195 "--compiler", 195 "--compiler",
196 "goma", 196 "goma",
197 "--goma-dir", 197 "--goma-dir",
198 "[BUILD]/goma", 198 "[BUILD]/goma",
199 "--ninja-ensure-up-to-date",
199 "--", 200 "--",
200 "browser_tests", 201 "browser_tests",
201 "browser_tests_run" 202 "browser_tests_run"
202 ], 203 ],
203 "cwd": "[SLAVE_BUILD]", 204 "cwd": "[SLAVE_BUILD]",
204 "name": "compile" 205 "name": "compile"
205 }, 206 },
206 { 207 {
207 "cmd": [ 208 "cmd": [
208 "python", 209 "python",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "name": "[collect error] browser_tests", 289 "name": "[collect error] browser_tests",
289 "~followup_annotations": [ 290 "~followup_annotations": [
290 "@@@STEP_LOG_LINE@python.inline@@@@", 291 "@@@STEP_LOG_LINE@python.inline@@@@",
291 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 292 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
292 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@", 293 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
293 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 294 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
294 "@@@STEP_LOG_END@python.inline@@@" 295 "@@@STEP_LOG_END@python.inline@@@"
295 ] 296 ]
296 } 297 }
297 ] 298 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698