| 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 "mandoline:all" |
| 6 ], | 6 ], |
| 7 "scripts": [ | 7 "scripts": [ |
| 8 { | 8 { |
| 9 "name": "gn_check", | 9 "name": "gn_check", |
| 10 "script": "gn_check.py" | 10 "script": "gn_check.py" |
| 11 } | 11 } |
| 12 ] | 12 ] |
| 13 }, | 13 }, |
| 14 "Android GN (dbg)": { | 14 "Android GN (dbg)": { |
| 15 "additional_compile_targets": [ | 15 "additional_compile_targets": [ |
| 16 "chrome_shell_apk", | 16 "chrome_shell_apk", |
| 17 "mandoline:all" | 17 "mandoline:all" |
| 18 ] | 18 ] |
| 19 }, | 19 }, |
| 20 "Android Tests": { | 20 "Android Tests": { |
| 21 "scripts": [ | 21 "scripts": [ |
| 22 { | 22 { |
| 23 "name": "webview_licenses", | 23 "name": "webview_licenses", |
| 24 "script": "webview_licenses.py" | 24 "script": "webview_licenses.py" |
| 25 }, | |
| 26 { | |
| 27 "name": "telemetry_perf_unittests", | |
| 28 "script": "telemetry_perf_unittests.py" | |
| 29 } | 25 } |
| 30 ] | 26 ] |
| 31 }, | 27 }, |
| 32 "Android Tests (dbg)": { | 28 "Android Tests (dbg)": { |
| 33 "scripts": [ | 29 "scripts": [ |
| 34 { | 30 { |
| 35 "name": "webview_licenses", | 31 "name": "webview_licenses", |
| 36 "script": "webview_licenses.py" | 32 "script": "webview_licenses.py" |
| 37 }, | |
| 38 { | |
| 39 "name": "telemetry_perf_unittests", | |
| 40 "script": "telemetry_perf_unittests.py" | |
| 41 } | 33 } |
| 42 ] | 34 ] |
| 43 }, | 35 }, |
| 44 "Cast Linux": { | 36 "Cast Linux": { |
| 45 "gtest_tests": [ | 37 "gtest_tests": [ |
| 46 { | 38 { |
| 47 "test": "base_unittests" | 39 "test": "base_unittests" |
| 48 }, | 40 }, |
| 49 { | 41 { |
| 50 "test": "cacheinvalidation_unittests" | 42 "test": "cacheinvalidation_unittests" |
| (...skipping 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1203 } | 1195 } |
| 1204 ], | 1196 ], |
| 1205 "scripts": [ | 1197 "scripts": [ |
| 1206 { | 1198 { |
| 1207 "name": "nacl_integration", | 1199 "name": "nacl_integration", |
| 1208 "script": "nacl_integration.py" | 1200 "script": "nacl_integration.py" |
| 1209 } | 1201 } |
| 1210 ] | 1202 ] |
| 1211 } | 1203 } |
| 1212 } | 1204 } |
| OLD | NEW |