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

Side by Side Diff: scripts/slave/recipes/android/appurify.expected/analyze_no_tests.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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "android_amp_rel_tests_recipe", 10 "android_amp_rel_tests_recipe",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "--target", 199 "--target",
200 "Release", 200 "Release",
201 "--src-dir", 201 "--src-dir",
202 "[SLAVE_BUILD]/src", 202 "[SLAVE_BUILD]/src",
203 "--build-tool", 203 "--build-tool",
204 "ninja", 204 "ninja",
205 "--compiler", 205 "--compiler",
206 "goma", 206 "goma",
207 "--goma-dir", 207 "--goma-dir",
208 "[BUILD]/goma", 208 "[BUILD]/goma",
209 "--ninja-ensure-up-to-date",
209 "--", 210 "--",
210 "base_unittests" 211 "base_unittests"
211 ], 212 ],
212 "cwd": "[SLAVE_BUILD]", 213 "cwd": "[SLAVE_BUILD]",
213 "env": { 214 "env": {
214 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 215 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
215 }, 216 },
216 "name": "compile" 217 "name": "compile"
217 } 218 }
218 ] 219 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698