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 }, | 7 }, |
8 "Android GN (dbg)": { | 8 "Android GN (dbg)": { |
9 "additional_compile_targets": [ | 9 "additional_compile_targets": [ |
10 "chrome_shell_apk", | 10 "chrome_shell_apk", |
(...skipping 29 matching lines...) Expand all Loading... |
40 { | 40 { |
41 "test": "base_unittests" | 41 "test": "base_unittests" |
42 }, | 42 }, |
43 { | 43 { |
44 "test": "cacheinvalidation_unittests" | 44 "test": "cacheinvalidation_unittests" |
45 }, | 45 }, |
46 { | 46 { |
47 "test": "cast_base_unittests" | 47 "test": "cast_base_unittests" |
48 }, | 48 }, |
49 { | 49 { |
| 50 "test": "cast_crash_unittests" |
| 51 }, |
| 52 { |
50 "test": "cast_media_unittests" | 53 "test": "cast_media_unittests" |
51 }, | 54 }, |
52 { | 55 { |
53 "test": "cast_shell_browser_test" | 56 "test": "cast_shell_browser_test" |
54 }, | 57 }, |
55 { | 58 { |
56 "test": "content_unittests" | 59 "test": "content_unittests" |
57 }, | 60 }, |
58 { | 61 { |
59 "test": "crypto_unittests" | 62 "test": "crypto_unittests" |
(...skipping 1136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1196 } | 1199 } |
1197 ], | 1200 ], |
1198 "scripts": [ | 1201 "scripts": [ |
1199 { | 1202 { |
1200 "name": "nacl_integration", | 1203 "name": "nacl_integration", |
1201 "script": "nacl_integration.py" | 1204 "script": "nacl_integration.py" |
1202 } | 1205 } |
1203 ] | 1206 ] |
1204 } | 1207 } |
1205 } | 1208 } |
OLD | NEW |