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 "gtest_tests": [ | 7 "gtest_tests": [ |
8 { | 8 { |
| 9 "test": "html_viewer_unittests" |
| 10 }, |
| 11 { |
| 12 "test": "ipc_mojo_unittests" |
| 13 }, |
| 14 { |
9 "test": "mojo_common_unittests" | 15 "test": "mojo_common_unittests" |
| 16 }, |
| 17 { |
| 18 "test": "mojo_public_application_unittests" |
| 19 }, |
| 20 { |
| 21 "test": "mojo_public_bindings_unittests" |
| 22 }, |
| 23 { |
| 24 "test": "mojo_public_environment_unittests" |
| 25 }, |
| 26 { |
| 27 "test": "mojo_public_system_unittests" |
| 28 }, |
| 29 { |
| 30 "test": "mojo_public_utility_unittests" |
| 31 }, |
| 32 { |
| 33 "test": "mojo_runner_unittests" |
| 34 }, |
| 35 { |
| 36 "test": "mojo_shell_unittests" |
| 37 }, |
| 38 { |
| 39 "test": "mojo_surfaces_lib_unittests" |
| 40 }, |
| 41 { |
| 42 "test": "mojo_system_unittests" |
| 43 }, |
| 44 { |
| 45 "test": "resource_provider_unittests" |
| 46 }, |
| 47 { |
| 48 "test": "view_manager_unittests" |
10 } | 49 } |
11 ] | 50 ] |
12 }, | 51 }, |
13 "Android GN (dbg)": { | 52 "Android GN (dbg)": { |
14 "additional_compile_targets": [ | 53 "additional_compile_targets": [ |
15 "chrome_shell_apk", | 54 "chrome_shell_apk", |
16 "mandoline:all" | 55 "mandoline:all" |
17 ] | 56 ] |
18 }, | 57 }, |
19 "Android Tests": { | 58 "Android Tests": { |
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1197 } | 1236 } |
1198 ], | 1237 ], |
1199 "scripts": [ | 1238 "scripts": [ |
1200 { | 1239 { |
1201 "name": "nacl_integration", | 1240 "name": "nacl_integration", |
1202 "script": "nacl_integration.py" | 1241 "script": "nacl_integration.py" |
1203 } | 1242 } |
1204 ] | 1243 ] |
1205 } | 1244 } |
1206 } | 1245 } |
OLD | NEW |