OLD | NEW |
1 { | 1 { |
2 "Android GN": { | 2 "Android GN": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "chrome_shell_apk" | 4 "chrome_shell_apk", |
| 5 "mandoline:all" |
5 ] | 6 ] |
6 }, | 7 }, |
7 "Android GN (dbg)": { | 8 "Android GN (dbg)": { |
8 "additional_compile_targets": [ | 9 "additional_compile_targets": [ |
9 "chrome_shell_apk" | 10 "chrome_shell_apk", |
| 11 "mandoline:all" |
10 ] | 12 ] |
11 }, | 13 }, |
12 "Android Tests": { | 14 "Android Tests": { |
13 "scripts": [ | 15 "scripts": [ |
14 { | 16 { |
15 "name": "webview_licenses", | 17 "name": "webview_licenses", |
16 "script": "webview_licenses.py" | 18 "script": "webview_licenses.py" |
17 }, | 19 }, |
18 { | 20 { |
19 "name": "telemetry_perf_unittests", | 21 "name": "telemetry_perf_unittests", |
(...skipping 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1069 } | 1071 } |
1070 ], | 1072 ], |
1071 "scripts": [ | 1073 "scripts": [ |
1072 { | 1074 { |
1073 "name": "nacl_integration", | 1075 "name": "nacl_integration", |
1074 "script": "nacl_integration.py" | 1076 "script": "nacl_integration.py" |
1075 } | 1077 } |
1076 ] | 1078 ] |
1077 } | 1079 } |
1078 } | 1080 } |
OLD | NEW |