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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinGoma_dll_.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 "[DEPOT_TOOLS]\\gclient.py", 6 "[DEPOT_TOOLS]\\gclient.py",
7 "sync", 7 "sync",
8 "--verbose", 8 "--verbose",
9 "--force", 9 "--force",
10 "--revision", 10 "--revision",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "--src-dir", 154 "--src-dir",
155 "[SLAVE_BUILD]\\src", 155 "[SLAVE_BUILD]\\src",
156 "--build-tool", 156 "--build-tool",
157 "ninja", 157 "ninja",
158 "--compiler", 158 "--compiler",
159 "goma", 159 "goma",
160 "--goma-dir", 160 "--goma-dir",
161 "[BUILD]\\goma", 161 "[BUILD]\\goma",
162 "--goma-hermetic", 162 "--goma-hermetic",
163 "error", 163 "error",
164 "--ninja-ensure-up-to-date",
164 "--", 165 "--",
165 "base_unittests", 166 "base_unittests",
166 "chromium_builder_tests", 167 "chromium_builder_tests",
167 "content_unittests", 168 "content_unittests",
168 "crash_service" 169 "crash_service"
169 ], 170 ],
170 "cwd": "[SLAVE_BUILD]", 171 "cwd": "[SLAVE_BUILD]",
171 "name": "compile" 172 "name": "compile"
172 }, 173 },
173 { 174 {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "python", 246 "python",
246 "-u", 247 "-u",
247 "[BUILD]\\scripts\\slave\\process_dumps.py", 248 "[BUILD]\\scripts\\slave\\process_dumps.py",
248 "--target", 249 "--target",
249 "Release" 250 "Release"
250 ], 251 ],
251 "cwd": "[SLAVE_BUILD]", 252 "cwd": "[SLAVE_BUILD]",
252 "name": "process_dumps" 253 "name": "process_dumps"
253 } 254 }
254 ] 255 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698