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 ], | 5 ], |
6 "gtest_tests": [ | 6 "gtest_tests": [] |
7 { | |
8 "test": "base_unittests" | |
9 } | |
10 ] | |
11 }, | 7 }, |
12 "Android Tests": { | 8 "Android Tests": { |
13 "scripts": [ | 9 "scripts": [ |
14 { | 10 { |
15 "name": "webview_licenses", | 11 "name": "webview_licenses", |
16 "script": "webview_licenses.py" | 12 "script": "webview_licenses.py" |
17 } | 13 } |
18 ] | 14 ] |
19 }, | 15 }, |
20 "Android Tests (dbg)": { | 16 "Android Tests (dbg)": { |
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
861 } | 857 } |
862 ], | 858 ], |
863 "scripts": [ | 859 "scripts": [ |
864 { | 860 { |
865 "name": "nacl_integration", | 861 "name": "nacl_integration", |
866 "script": "nacl_integration.py" | 862 "script": "nacl_integration.py" |
867 } | 863 } |
868 ] | 864 ] |
869 } | 865 } |
870 } | 866 } |
OLD | NEW |