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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma_clbr_.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 "--clobber", 165 "--clobber",
165 "--", 166 "--",
166 "base_unittests", 167 "base_unittests",
167 "chromium_builder_tests", 168 "chromium_builder_tests",
168 "content_unittests", 169 "content_unittests",
169 "crash_service" 170 "crash_service"
170 ], 171 ],
171 "cwd": "[SLAVE_BUILD]", 172 "cwd": "[SLAVE_BUILD]",
172 "name": "compile" 173 "name": "compile"
173 }, 174 },
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "python", 247 "python",
247 "-u", 248 "-u",
248 "[BUILD]\\scripts\\slave\\process_dumps.py", 249 "[BUILD]\\scripts\\slave\\process_dumps.py",
249 "--target", 250 "--target",
250 "Release" 251 "Release"
251 ], 252 ],
252 "cwd": "[SLAVE_BUILD]", 253 "cwd": "[SLAVE_BUILD]",
253 "name": "process_dumps" 254 "name": "process_dumps"
254 } 255 }
255 ] 256 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698