| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | |
| 4 "all" | |
| 5 ], | |
| 6 "gtest_tests": [ | 3 "gtest_tests": [ |
| 7 { | 4 { |
| 8 "test": "android_webview_unittests" | 5 "test": "android_webview_unittests" |
| 9 }, | 6 }, |
| 10 { | 7 { |
| 11 "test": "base_unittests" | 8 "test": "base_unittests" |
| 12 }, | 9 }, |
| 13 { | 10 { |
| 14 "test": "blimp_unittests" | 11 "test": "blimp_unittests" |
| 15 }, | 12 }, |
| (...skipping 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1712 } | 1709 } |
| 1713 ], | 1710 ], |
| 1714 "scripts": [ | 1711 "scripts": [ |
| 1715 { | 1712 { |
| 1716 "name": "nacl_integration", | 1713 "name": "nacl_integration", |
| 1717 "script": "nacl_integration.py" | 1714 "script": "nacl_integration.py" |
| 1718 } | 1715 } |
| 1719 ] | 1716 ] |
| 1720 } | 1717 } |
| 1721 } | 1718 } |
| OLD | NEW |