| 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 { | |
| 15 "test": "mojo_common_unittests" | 9 "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" | |
| 49 } | 10 } |
| 50 ] | 11 ] |
| 51 }, | 12 }, |
| 52 "Android GN (dbg)": { | 13 "Android GN (dbg)": { |
| 53 "additional_compile_targets": [ | 14 "additional_compile_targets": [ |
| 54 "chrome_shell_apk", | 15 "chrome_shell_apk", |
| 55 "mandoline:all" | 16 "mandoline:all" |
| 56 ] | 17 ] |
| 57 }, | 18 }, |
| 58 "Android Tests": { | 19 "Android Tests": { |
| (...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1236 } | 1197 } |
| 1237 ], | 1198 ], |
| 1238 "scripts": [ | 1199 "scripts": [ |
| 1239 { | 1200 { |
| 1240 "name": "nacl_integration", | 1201 "name": "nacl_integration", |
| 1241 "script": "nacl_integration.py" | 1202 "script": "nacl_integration.py" |
| 1242 } | 1203 } |
| 1243 ] | 1204 ] |
| 1244 } | 1205 } |
| 1245 } | 1206 } |
| OLD | NEW |