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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac__dbg_.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTMac (dbg)", 10 "ClangToTMac (dbg)",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "-u", 165 "-u",
166 "[BUILD]/scripts/slave/compile.py", 166 "[BUILD]/scripts/slave/compile.py",
167 "--target", 167 "--target",
168 "Debug", 168 "Debug",
169 "--src-dir", 169 "--src-dir",
170 "[SLAVE_BUILD]/src", 170 "[SLAVE_BUILD]/src",
171 "--build-tool", 171 "--build-tool",
172 "ninja", 172 "ninja",
173 "--compiler", 173 "--compiler",
174 "clang", 174 "clang",
175 "--ninja-ensure-up-to-date",
175 "--" 176 "--"
176 ], 177 ],
177 "cwd": "[SLAVE_BUILD]", 178 "cwd": "[SLAVE_BUILD]",
178 "env": { 179 "env": {
179 "LLVM_FORCE_HEAD_REVISION": "YES" 180 "LLVM_FORCE_HEAD_REVISION": "YES"
180 }, 181 },
181 "name": "compile" 182 "name": "compile"
182 }, 183 },
183 { 184 {
184 "allow_subannotations": true, 185 "allow_subannotations": true,
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "[BUILD]/scripts/slave/chromium/sizes.py", 227 "[BUILD]/scripts/slave/chromium/sizes.py",
227 "--target", 228 "--target",
228 "Debug", 229 "Debug",
229 "--platform", 230 "--platform",
230 "mac" 231 "mac"
231 ], 232 ],
232 "cwd": "[SLAVE_BUILD]", 233 "cwd": "[SLAVE_BUILD]",
233 "name": "sizes" 234 "name": "sizes"
234 } 235 }
235 ] 236 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698