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

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

Powered by Google App Engine
This is Rietveld 408576698