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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/full_chromium_webrtc_fyi_Win_GN.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.webrtc.fyi", 8 "chromium.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Win GN", 10 "Win GN",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "--target", 139 "--target",
140 "Release", 140 "Release",
141 "--src-dir", 141 "--src-dir",
142 "[SLAVE_BUILD]\\src", 142 "[SLAVE_BUILD]\\src",
143 "--build-tool", 143 "--build-tool",
144 "ninja", 144 "ninja",
145 "--compiler", 145 "--compiler",
146 "goma", 146 "goma",
147 "--goma-dir", 147 "--goma-dir",
148 "[BUILD]\\goma", 148 "[BUILD]\\goma",
149 "--ninja-ensure-up-to-date",
149 "--", 150 "--",
150 "base_unittests", 151 "base_unittests",
151 "all" 152 "all"
152 ], 153 ],
153 "cwd": "[SLAVE_BUILD]", 154 "cwd": "[SLAVE_BUILD]",
154 "name": "compile" 155 "name": "compile"
155 }, 156 },
156 { 157 {
157 "cmd": [ 158 "cmd": [
158 "python", 159 "python",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "python", 198 "python",
198 "-u", 199 "-u",
199 "[BUILD]\\scripts\\slave\\process_dumps.py", 200 "[BUILD]\\scripts\\slave\\process_dumps.py",
200 "--target", 201 "--target",
201 "Release" 202 "Release"
202 ], 203 ],
203 "cwd": "[SLAVE_BUILD]", 204 "cwd": "[SLAVE_BUILD]",
204 "name": "process_dumps" 205 "name": "process_dumps"
205 } 206 }
206 ] 207 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698