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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_gcc.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.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "linux_gcc", 10 "linux_gcc",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "--gsutil-py-path", 74 "--gsutil-py-path",
75 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 75 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
76 "--ninja-path", 76 "--ninja-path",
77 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 77 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
78 "--target", 78 "--target",
79 "Release", 79 "Release",
80 "--src-dir", 80 "--src-dir",
81 "[SLAVE_BUILD]/src", 81 "[SLAVE_BUILD]/src",
82 "--goma-cache-dir", 82 "--goma-cache-dir",
83 "[GOMA_CACHE]", 83 "[GOMA_CACHE]",
84 "--build-tool",
85 "ninja",
86 "--compiler", 84 "--compiler",
87 "goma", 85 "goma",
88 "--goma-jsonstatus", 86 "--goma-jsonstatus",
89 "/path/to/tmp/json", 87 "/path/to/tmp/json",
90 "--goma-service-account-json-file", 88 "--goma-service-account-json-file",
91 "/creds/service_accounts/service-account-goma-client.json", 89 "/creds/service_accounts/service-account-goma-client.json",
92 "--goma-dir", 90 "--goma-dir",
93 "[BUILD]/goma", 91 "[BUILD]/goma",
94 "--goma-fail-fast", 92 "--goma-fail-fast",
95 "--goma-disable-local-fallback", 93 "--goma-disable-local-fallback",
(...skipping 27 matching lines...) Expand all
123 "libyuv_unittest" 121 "libyuv_unittest"
124 ], 122 ],
125 "name": "libyuv_unittest" 123 "name": "libyuv_unittest"
126 }, 124 },
127 { 125 {
128 "name": "$result", 126 "name": "$result",
129 "recipe_result": null, 127 "recipe_result": null,
130 "status_code": 0 128 "status_code": 0
131 } 129 }
132 ] 130 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698