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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac.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", 10 "ClangToTMac",
(...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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 "[BUILD]/scripts/slave/chromium/sizes.py", 286 "[BUILD]/scripts/slave/chromium/sizes.py",
286 "--target", 287 "--target",
287 "Release", 288 "Release",
288 "--platform", 289 "--platform",
289 "mac" 290 "mac"
290 ], 291 ],
291 "cwd": "[SLAVE_BUILD]", 292 "cwd": "[SLAVE_BUILD]",
292 "name": "sizes" 293 "name": "sizes"
293 } 294 }
294 ] 295 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698