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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "--src-dir", 174 "--src-dir",
175 "[SLAVE_BUILD]\\src", 175 "[SLAVE_BUILD]\\src",
176 "--build-tool", 176 "--build-tool",
177 "ninja", 177 "ninja",
178 "--compiler", 178 "--compiler",
179 "goma-clang", 179 "goma-clang",
180 "--goma-dir", 180 "--goma-dir",
181 "[BUILD]\\goma", 181 "[BUILD]\\goma",
182 "--goma-hermetic", 182 "--goma-hermetic",
183 "error", 183 "error",
184 "--ninja-ensure-up-to-date",
184 "--clobber", 185 "--clobber",
185 "--", 186 "--",
186 "base_unittests", 187 "base_unittests",
187 "chromium_builder_tests", 188 "chromium_builder_tests",
188 "content_unittests", 189 "content_unittests",
189 "crash_service" 190 "crash_service"
190 ], 191 ],
191 "cwd": "[SLAVE_BUILD]", 192 "cwd": "[SLAVE_BUILD]",
192 "name": "compile" 193 "name": "compile"
193 }, 194 },
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "python", 267 "python",
267 "-u", 268 "-u",
268 "[BUILD]\\scripts\\slave\\process_dumps.py", 269 "[BUILD]\\scripts\\slave\\process_dumps.py",
269 "--target", 270 "--target",
270 "Release_x64" 271 "Release_x64"
271 ], 272 ],
272 "cwd": "[SLAVE_BUILD]", 273 "cwd": "[SLAVE_BUILD]",
273 "name": "process_dumps" 274 "name": "process_dumps"
274 } 275 }
275 ] 276 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698