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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux.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 "WebKit Linux", 10 "WebKit Linux",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "--target", 168 "--target",
169 "Release", 169 "Release",
170 "--src-dir", 170 "--src-dir",
171 "[SLAVE_BUILD]/src", 171 "[SLAVE_BUILD]/src",
172 "--build-tool", 172 "--build-tool",
173 "ninja", 173 "ninja",
174 "--compiler", 174 "--compiler",
175 "goma", 175 "goma",
176 "--goma-dir", 176 "--goma-dir",
177 "[BUILD]/goma", 177 "[BUILD]/goma",
178 "--ninja-ensure-up-to-date",
178 "--", 179 "--",
179 "blink_tests", 180 "blink_tests",
180 "browser_tests", 181 "browser_tests",
181 "browser_tests_run" 182 "browser_tests_run"
182 ], 183 ],
183 "cwd": "[SLAVE_BUILD]", 184 "cwd": "[SLAVE_BUILD]",
184 "name": "compile" 185 "name": "compile"
185 }, 186 },
186 { 187 {
187 "cmd": [ 188 "cmd": [
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "name": "[collect error] browser_tests", 333 "name": "[collect error] browser_tests",
333 "~followup_annotations": [ 334 "~followup_annotations": [
334 "@@@STEP_LOG_LINE@python.inline@@@@", 335 "@@@STEP_LOG_LINE@python.inline@@@@",
335 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 336 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
336 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@", 337 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
337 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 338 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
338 "@@@STEP_LOG_END@python.inline@@@" 339 "@@@STEP_LOG_END@python.inline@@@"
339 ] 340 ]
340 } 341 }
341 ] 342 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698