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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_x64_gn_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_x64_gn_rel", 10 "mac_x64_gn_rel",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "--src-dir", 122 "--src-dir",
123 "[SLAVE_BUILD]/src", 123 "[SLAVE_BUILD]/src",
124 "--build-tool", 124 "--build-tool",
125 "ninja", 125 "ninja",
126 "--compiler", 126 "--compiler",
127 "goma-clang", 127 "goma-clang",
128 "--goma-dir", 128 "--goma-dir",
129 "[BUILD]/goma", 129 "[BUILD]/goma",
130 "--goma-fail-fast", 130 "--goma-fail-fast",
131 "--goma-disable-local-fallback", 131 "--goma-disable-local-fallback",
132 "--ninja-ensure-up-to-date",
132 "--", 133 "--",
133 "all" 134 "all"
134 ], 135 ],
135 "cwd": "[SLAVE_BUILD]", 136 "cwd": "[SLAVE_BUILD]",
136 "name": "compile" 137 "name": "compile"
137 } 138 }
138 ] 139 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698