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

Side by Side Diff: scripts/slave/recipes/chromium.expected/build_dynamic_isolated_script_test.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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "--gsutil-py-path", 293 "--gsutil-py-path",
294 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 294 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
295 "--ninja-path", 295 "--ninja-path",
296 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 296 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
297 "--target", 297 "--target",
298 "Release", 298 "Release",
299 "--src-dir", 299 "--src-dir",
300 "[SLAVE_BUILD]/src", 300 "[SLAVE_BUILD]/src",
301 "--goma-cache-dir", 301 "--goma-cache-dir",
302 "[GOMA_CACHE]", 302 "[GOMA_CACHE]",
303 "--build-tool",
304 "ninja",
305 "--compiler", 303 "--compiler",
306 "goma", 304 "goma",
307 "--goma-jsonstatus", 305 "--goma-jsonstatus",
308 "/path/to/tmp/json", 306 "/path/to/tmp/json",
309 "--goma-service-account-json-file", 307 "--goma-service-account-json-file",
310 "/creds/service_accounts/service-account-goma-client.json", 308 "/creds/service_accounts/service-account-goma-client.json",
311 "--goma-dir", 309 "--goma-dir",
312 "[CACHE]/cipd/goma", 310 "[CACHE]/cipd/goma",
313 "--ninja-ensure-up-to-date", 311 "--ninja-ensure-up-to-date",
314 "--", 312 "--",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 "~followup_annotations": [ 412 "~followup_annotations": [
415 "@@@STEP_TEXT@Linux Tests@@@" 413 "@@@STEP_TEXT@Linux Tests@@@"
416 ] 414 ]
417 }, 415 },
418 { 416 {
419 "name": "$result", 417 "name": "$result",
420 "recipe_result": null, 418 "recipe_result": null,
421 "status_code": 0 419 "status_code": 0
422 } 420 }
423 ] 421 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698