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

Side by Side Diff: testing/buildbot/chromium.linux.json

Issue 2022093002: [Android] Build "all" on the clang and arm64 android builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase after V8 roll Created 4 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
11 ] 11 ]
12 }, 12 },
13 "Android Builder (dbg)": { 13 "Android Builder (dbg)": {
14 "additional_compile_targets": [ 14 "additional_compile_targets": [
15 "system_webview_apk" 15 "system_webview_apk"
16 ] 16 ]
17 }, 17 },
18 "Android Clang Builder (dbg)": { 18 "Android Clang Builder (dbg)": {
19 "additional_compile_targets": [ 19 "additional_compile_targets": [
20 "gn_all"
21 ]
22 },
23 "Android GN": {},
24 "Android GN (dbg)": {
25 "additional_compile_targets": [
26 "all" 20 "all"
27 ] 21 ]
28 }, 22 },
29 "Android Tests": { 23 "Android Tests": {
30 "gtest_tests": [ 24 "gtest_tests": [
31 { 25 {
32 "test": "android_webview_unittests" 26 "test": "android_webview_unittests"
33 }, 27 },
34 { 28 {
35 "test": "base_unittests" 29 "test": "base_unittests"
(...skipping 1774 matching lines...) Expand 10 before | Expand all | Expand 10 after
1810 "override_compile_targets": [ 1804 "override_compile_targets": [
1811 "telemetry_unittests_run" 1805 "telemetry_unittests_run"
1812 ], 1806 ],
1813 "swarming": { 1807 "swarming": {
1814 "can_use_on_swarming_builders": true 1808 "can_use_on_swarming_builders": true
1815 } 1809 }
1816 } 1810 }
1817 ] 1811 ]
1818 } 1812 }
1819 } 1813 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698