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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_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 "linux_gn_rel", 10 "linux_gn_rel",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "--src-dir", 102 "--src-dir",
103 "[SLAVE_BUILD]/src", 103 "[SLAVE_BUILD]/src",
104 "--build-tool", 104 "--build-tool",
105 "ninja", 105 "ninja",
106 "--compiler", 106 "--compiler",
107 "goma", 107 "goma",
108 "--goma-dir", 108 "--goma-dir",
109 "[BUILD]/goma", 109 "[BUILD]/goma",
110 "--goma-fail-fast", 110 "--goma-fail-fast",
111 "--goma-disable-local-fallback", 111 "--goma-disable-local-fallback",
112 "--ninja-ensure-up-to-date",
112 "--", 113 "--",
113 "all" 114 "all"
114 ], 115 ],
115 "cwd": "[SLAVE_BUILD]", 116 "cwd": "[SLAVE_BUILD]",
116 "name": "compile" 117 "name": "compile"
117 } 118 }
118 ] 119 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698