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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_rel", 10 "android_rel",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "--gsutil-py-path", 178 "--gsutil-py-path",
179 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 179 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
180 "--ninja-path", 180 "--ninja-path",
181 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 181 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
182 "--target", 182 "--target",
183 "Release", 183 "Release",
184 "--src-dir", 184 "--src-dir",
185 "[SLAVE_BUILD]/src", 185 "[SLAVE_BUILD]/src",
186 "--goma-cache-dir", 186 "--goma-cache-dir",
187 "[GOMA_CACHE]", 187 "[GOMA_CACHE]",
188 "--build-tool",
189 "ninja",
190 "--compiler", 188 "--compiler",
191 "goma", 189 "goma",
192 "--goma-jsonstatus", 190 "--goma-jsonstatus",
193 "/path/to/tmp/json", 191 "/path/to/tmp/json",
194 "--goma-service-account-json-file", 192 "--goma-service-account-json-file",
195 "/creds/service_accounts/service-account-goma-client.json", 193 "/creds/service_accounts/service-account-goma-client.json",
196 "--goma-dir", 194 "--goma-dir",
197 "[CACHE]/cipd/goma", 195 "[CACHE]/cipd/goma",
198 "--goma-fail-fast", 196 "--goma-fail-fast",
199 "--goma-disable-local-fallback", 197 "--goma-disable-local-fallback",
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 743 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
746 "@@@STEP_LOG_END@python.inline@@@" 744 "@@@STEP_LOG_END@python.inline@@@"
747 ] 745 ]
748 }, 746 },
749 { 747 {
750 "name": "$result", 748 "name": "$result",
751 "recipe_result": null, 749 "recipe_result": null,
752 "status_code": 0 750 "status_code": 0
753 } 751 }
754 ] 752 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698