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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_release.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "--gsutil-py-path", 199 "--gsutil-py-path",
200 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 200 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
201 "--ninja-path", 201 "--ninja-path",
202 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 202 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
203 "--target", 203 "--target",
204 "Release", 204 "Release",
205 "--src-dir", 205 "--src-dir",
206 "[SLAVE_BUILD]/src", 206 "[SLAVE_BUILD]/src",
207 "--goma-cache-dir", 207 "--goma-cache-dir",
208 "[GOMA_CACHE]", 208 "[GOMA_CACHE]",
209 "--build-tool",
210 "ninja",
211 "--compiler", 209 "--compiler",
212 "goma-clang", 210 "goma-clang",
213 "--goma-jsonstatus", 211 "--goma-jsonstatus",
214 "/path/to/tmp/json", 212 "/path/to/tmp/json",
215 "--goma-service-account-json-file", 213 "--goma-service-account-json-file",
216 "/creds/service_accounts/service-account-goma-client.json", 214 "/creds/service_accounts/service-account-goma-client.json",
217 "--goma-dir", 215 "--goma-dir",
218 "[CACHE]/cipd/goma", 216 "[CACHE]/cipd/goma",
219 "--", 217 "--",
220 "All" 218 "All"
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 "webrtc_nonparallel_tests" 635 "webrtc_nonparallel_tests"
638 ], 636 ],
639 "name": "webrtc_nonparallel_tests" 637 "name": "webrtc_nonparallel_tests"
640 }, 638 },
641 { 639 {
642 "name": "$result", 640 "name": "$result",
643 "recipe_result": null, 641 "recipe_result": null,
644 "status_code": 0 642 "status_code": 0
645 } 643 }
646 ] 644 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698