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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_x86.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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Android32 Builder x86", 10 "Android32 Builder x86",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "--gsutil-py-path", 172 "--gsutil-py-path",
173 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 173 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
174 "--ninja-path", 174 "--ninja-path",
175 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 175 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
176 "--target", 176 "--target",
177 "Release", 177 "Release",
178 "--src-dir", 178 "--src-dir",
179 "[SLAVE_BUILD]/src", 179 "[SLAVE_BUILD]/src",
180 "--goma-cache-dir", 180 "--goma-cache-dir",
181 "[GOMA_CACHE]", 181 "[GOMA_CACHE]",
182 "--build-tool",
183 "ninja",
184 "--compiler", 182 "--compiler",
185 "goma", 183 "goma",
186 "--goma-jsonstatus", 184 "--goma-jsonstatus",
187 "/path/to/tmp/json", 185 "/path/to/tmp/json",
188 "--goma-service-account-json-file", 186 "--goma-service-account-json-file",
189 "/creds/service_accounts/service-account-goma-client.json", 187 "/creds/service_accounts/service-account-goma-client.json",
190 "--goma-dir", 188 "--goma-dir",
191 "[CACHE]/cipd/goma", 189 "[CACHE]/cipd/goma",
192 "--" 190 "--"
193 ], 191 ],
194 "env": { 192 "env": {
195 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 193 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
196 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 194 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
197 }, 195 },
198 "name": "compile", 196 "name": "compile",
199 "~followup_annotations": [ 197 "~followup_annotations": [
200 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 198 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
201 "@@@STEP_LOG_END@json.output (invalid)@@@" 199 "@@@STEP_LOG_END@json.output (invalid)@@@"
202 ] 200 ]
203 }, 201 },
204 { 202 {
205 "name": "$result", 203 "name": "$result",
206 "recipe_result": null, 204 "recipe_result": null,
207 "status_code": 0 205 "status_code": 0
208 } 206 }
209 ] 207 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698