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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.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 "ClangToTiOS", 10 "ClangToTiOS",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "cmd": [ 129 "cmd": [
130 "python", 130 "python",
131 "-u", 131 "-u",
132 "[BUILD]/scripts/slave/compile.py", 132 "[BUILD]/scripts/slave/compile.py",
133 "--target", 133 "--target",
134 "Release-iphoneos", 134 "Release-iphoneos",
135 "--src-dir", 135 "--src-dir",
136 "[SLAVE_BUILD]/src", 136 "[SLAVE_BUILD]/src",
137 "--build-tool", 137 "--build-tool",
138 "ninja", 138 "ninja",
139 "--ninja-ensure-up-to-date",
139 "--", 140 "--",
140 "All" 141 "All"
141 ], 142 ],
142 "cwd": "[SLAVE_BUILD]", 143 "cwd": "[SLAVE_BUILD]",
143 "env": { 144 "env": {
144 "LLVM_FORCE_HEAD_REVISION": "YES" 145 "LLVM_FORCE_HEAD_REVISION": "YES"
145 }, 146 },
146 "name": "compile" 147 "name": "compile"
147 } 148 }
148 ] 149 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698