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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder__dbg_.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 (dbg)", 10 "Android Builder (dbg)",
(...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 "cronet_test_instrumentation_apk",
348 "system_webview_apk"
349 ], 347 ],
350 "env": { 348 "env": {
351 "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",
352 "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"
353 }, 351 },
354 "name": "compile", 352 "name": "compile",
355 "~followup_annotations": [ 353 "~followup_annotations": [
356 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 354 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
357 "@@@STEP_LOG_END@json.output (invalid)@@@" 355 "@@@STEP_LOG_END@json.output (invalid)@@@"
358 ] 356 ]
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 "~followup_annotations": [ 437 "~followup_annotations": [
440 "@@@STEP_TEXT@Android Tests (dbg)@@@" 438 "@@@STEP_TEXT@Android Tests (dbg)@@@"
441 ] 439 ]
442 }, 440 },
443 { 441 {
444 "name": "$result", 442 "name": "$result",
445 "recipe_result": null, 443 "recipe_result": null,
446 "status_code": 0 444 "status_code": 0
447 } 445 }
448 ] 446 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698