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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder__dbg_.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 (dbg)", 10 "Android32 Builder (dbg)",
(...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 "Debug", 177 "Debug",
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 ],
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "~followup_annotations": [ 251 "~followup_annotations": [
254 "@@@STEP_TEXT@Android32 Tests (L Nexus5)(dbg)<br />Android32 Tests (L Nexu s7.2)(dbg)@@@" 252 "@@@STEP_TEXT@Android32 Tests (L Nexus5)(dbg)<br />Android32 Tests (L Nexu s7.2)(dbg)@@@"
255 ] 253 ]
256 }, 254 },
257 { 255 {
258 "name": "$result", 256 "name": "$result",
259 "recipe_result": null, 257 "recipe_result": null,
260 "status_code": 0 258 "status_code": 0
261 } 259 }
262 ] 260 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698