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

Side by Side Diff: scripts/slave/recipes/chromium.expected/arm.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 "Linux ARM Cross-Compile", 10 "Linux ARM Cross-Compile",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "--target", 147 "--target",
148 "Release", 148 "Release",
149 "--src-dir", 149 "--src-dir",
150 "[SLAVE_BUILD]/src", 150 "[SLAVE_BUILD]/src",
151 "--build-tool", 151 "--build-tool",
152 "ninja", 152 "ninja",
153 "--compiler", 153 "--compiler",
154 "goma", 154 "goma",
155 "--goma-dir", 155 "--goma-dir",
156 "[BUILD]/goma", 156 "[BUILD]/goma",
157 "--ninja-ensure-up-to-date",
157 "--", 158 "--",
158 "browser_tests", 159 "browser_tests",
159 "browser_tests_run" 160 "browser_tests_run"
160 ], 161 ],
161 "cwd": "[SLAVE_BUILD]", 162 "cwd": "[SLAVE_BUILD]",
162 "name": "compile" 163 "name": "compile"
163 }, 164 },
164 { 165 {
165 "allow_subannotations": true, 166 "allow_subannotations": true,
166 "cmd": [ 167 "cmd": [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "--slave-name=TestSlavename", 207 "--slave-name=TestSlavename",
207 "--build-number=571", 208 "--build-number=571",
208 "browser_tests", 209 "browser_tests",
209 "--gtest-filter", 210 "--gtest-filter",
210 "*NaCl*.*" 211 "*NaCl*.*"
211 ], 212 ],
212 "cwd": "[SLAVE_BUILD]", 213 "cwd": "[SLAVE_BUILD]",
213 "name": "browser_tests" 214 "name": "browser_tests"
214 } 215 }
215 ] 216 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698