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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder.json

Issue 1938603002: [Android] Move Android chromium.linux compile targets into src. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 "Android Builder", 10 "Android Builder",
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "[ROOT]/build_data_dir", 336 "[ROOT]/build_data_dir",
337 "--compiler", 337 "--compiler",
338 "goma", 338 "goma",
339 "--goma-jsonstatus", 339 "--goma-jsonstatus",
340 "/path/to/tmp/json", 340 "/path/to/tmp/json",
341 "--goma-service-account-json-file", 341 "--goma-service-account-json-file",
342 "/creds/service_accounts/service-account-goma-client.json", 342 "/creds/service_accounts/service-account-goma-client.json",
343 "--goma-dir", 343 "--goma-dir",
344 "[CACHE]/cipd/goma", 344 "[CACHE]/cipd/goma",
345 "--", 345 "--",
346 "browser_tests_apk_run", 346 "browser_tests_apk_run"
347 "system_webview_apk"
348 ], 347 ],
349 "env": { 348 "env": {
350 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 349 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
351 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 350 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
352 }, 351 },
353 "name": "compile", 352 "name": "compile",
354 "~followup_annotations": [ 353 "~followup_annotations": [
355 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 354 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
356 "@@@STEP_LOG_END@json.output (invalid)@@@" 355 "@@@STEP_LOG_END@json.output (invalid)@@@"
357 ] 356 ]
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 "~followup_annotations": [ 437 "~followup_annotations": [
439 "@@@STEP_TEXT@Android Tests@@@" 438 "@@@STEP_TEXT@Android Tests@@@"
440 ] 439 ]
441 }, 440 },
442 { 441 {
443 "name": "$result", 442 "name": "$result",
444 "recipe_result": null, 443 "recipe_result": null,
445 "status_code": 0 444 "status_code": 0
446 } 445 }
447 ] 446 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698