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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMacASan.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 "ClangToTMacASan", 10 "ClangToTMacASan",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "-u", 188 "-u",
189 "[BUILD]/scripts/slave/compile.py", 189 "[BUILD]/scripts/slave/compile.py",
190 "--target", 190 "--target",
191 "Release", 191 "Release",
192 "--src-dir", 192 "--src-dir",
193 "[SLAVE_BUILD]/src", 193 "[SLAVE_BUILD]/src",
194 "--build-tool", 194 "--build-tool",
195 "ninja", 195 "ninja",
196 "--compiler", 196 "--compiler",
197 "clang", 197 "clang",
198 "--ninja-ensure-up-to-date",
198 "--" 199 "--"
199 ], 200 ],
200 "cwd": "[SLAVE_BUILD]", 201 "cwd": "[SLAVE_BUILD]",
201 "env": { 202 "env": {
202 "LLVM_FORCE_HEAD_REVISION": "YES" 203 "LLVM_FORCE_HEAD_REVISION": "YES"
203 }, 204 },
204 "name": "compile" 205 "name": "compile"
205 }, 206 },
206 { 207 {
207 "cmd": [ 208 "cmd": [
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "[BUILD]/scripts/slave/chromium/sizes.py", 287 "[BUILD]/scripts/slave/chromium/sizes.py",
287 "--target", 288 "--target",
288 "Release", 289 "Release",
289 "--platform", 290 "--platform",
290 "mac" 291 "mac"
291 ], 292 ],
292 "cwd": "[SLAVE_BUILD]", 293 "cwd": "[SLAVE_BUILD]",
293 "name": "sizes" 294 "name": "sizes"
294 } 295 }
295 ] 296 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698