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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/no_tests_run.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 "tryserver.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "linux_chromium_gn_rel", 10 "linux_chromium_gn_rel",
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "--src-dir", 250 "--src-dir",
251 "[SLAVE_BUILD]/src", 251 "[SLAVE_BUILD]/src",
252 "--build-tool", 252 "--build-tool",
253 "ninja", 253 "ninja",
254 "--compiler", 254 "--compiler",
255 "goma", 255 "goma",
256 "--goma-dir", 256 "--goma-dir",
257 "[BUILD]/goma", 257 "[BUILD]/goma",
258 "--goma-fail-fast", 258 "--goma-fail-fast",
259 "--goma-disable-local-fallback", 259 "--goma-disable-local-fallback",
260 "--ninja-ensure-up-to-date",
260 "--", 261 "--",
261 "net_unittests" 262 "net_unittests"
262 ], 263 ],
263 "cwd": "[SLAVE_BUILD]", 264 "cwd": "[SLAVE_BUILD]",
264 "name": "compile" 265 "name": "compile"
265 } 266 }
266 ] 267 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698