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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_rel.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.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "mac_rel", 10 "mac_rel",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "--src-dir", 109 "--src-dir",
110 "[SLAVE_BUILD]/src", 110 "[SLAVE_BUILD]/src",
111 "--build-tool", 111 "--build-tool",
112 "ninja", 112 "ninja",
113 "--compiler", 113 "--compiler",
114 "goma-clang", 114 "goma-clang",
115 "--goma-dir", 115 "--goma-dir",
116 "[BUILD]/goma", 116 "[BUILD]/goma",
117 "--goma-fail-fast", 117 "--goma-fail-fast",
118 "--goma-disable-local-fallback", 118 "--goma-disable-local-fallback",
119 "--ninja-ensure-up-to-date",
119 "--", 120 "--",
120 "All" 121 "All"
121 ], 122 ],
122 "cwd": "[SLAVE_BUILD]", 123 "cwd": "[SLAVE_BUILD]",
123 "name": "compile" 124 "name": "compile"
124 }, 125 },
125 { 126 {
126 "allow_subannotations": true, 127 "allow_subannotations": true,
127 "cmd": [ 128 "cmd": [
128 "python", 129 "python",
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "--annotate=gtest", 446 "--annotate=gtest",
446 "--test-type=voice_engine_unittests", 447 "--test-type=voice_engine_unittests",
447 "--step-name=voice_engine_unittests", 448 "--step-name=voice_engine_unittests",
448 "--builder-name=mac_rel", 449 "--builder-name=mac_rel",
449 "--slave-name=slavename", 450 "--slave-name=slavename",
450 "voice_engine_unittests" 451 "voice_engine_unittests"
451 ], 452 ],
452 "cwd": "[SLAVE_BUILD]", 453 "cwd": "[SLAVE_BUILD]",
453 "name": "voice_engine_unittests" 454 "name": "voice_engine_unittests"
454 } 455 }
455 ] 456 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698