OLD | NEW |
1 { | 1 { |
2 "Android GN": { | 2 "Android GN": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "all" | 4 "all" |
5 ], | 5 ], |
6 "gtest_tests": [ | 6 "gtest_tests": [ |
7 { | 7 { |
| 8 "test": "android_webview_unittests" |
| 9 }, |
| 10 { |
8 "test": "base_unittests" | 11 "test": "base_unittests" |
9 }, | 12 }, |
10 { | 13 { |
11 "test": "blimp_unittests" | 14 "test": "blimp_unittests" |
12 }, | 15 }, |
13 { | 16 { |
14 "test": "cc_unittests" | 17 "test": "cc_unittests" |
15 }, | 18 }, |
16 { | 19 { |
17 "test": "components_browsertests" | 20 "test": "components_browsertests" |
(...skipping 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1420 } | 1423 } |
1421 ], | 1424 ], |
1422 "scripts": [ | 1425 "scripts": [ |
1423 { | 1426 { |
1424 "name": "nacl_integration", | 1427 "name": "nacl_integration", |
1425 "script": "nacl_integration.py" | 1428 "script": "nacl_integration.py" |
1426 } | 1429 } |
1427 ] | 1430 ] |
1428 } | 1431 } |
1429 } | 1432 } |
OLD | NEW |