| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Aura Tester (dbg)": { | |
| 3 "gtest_tests": [ | |
| 4 { | |
| 5 "test": "base_unittests" | |
| 6 }, | |
| 7 { | |
| 8 "test": "compositor_unittests" | |
| 9 }, | |
| 10 { | |
| 11 "test": "content_unittests" | |
| 12 } | |
| 13 ] | |
| 14 }, | |
| 15 "Android GN Builder (dbg)": { | 2 "Android GN Builder (dbg)": { |
| 16 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 17 "blimp_tests", | 4 "blimp_tests", |
| 18 "chrome_public_apk", | 5 "chrome_public_apk", |
| 19 "chrome_public_test_apk", | 6 "chrome_public_test_apk", |
| 20 "content_shell_apk", | 7 "content_shell_apk", |
| 21 "content_shell_test_apk", | 8 "content_shell_test_apk", |
| 22 "system_webview_apk" | 9 "system_webview_apk" |
| 23 ] | 10 ] |
| 24 }, | 11 }, |
| (...skipping 1292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1317 "apk_under_test": "Blimp.apk", | 1304 "apk_under_test": "Blimp.apk", |
| 1318 "override_compile_targets": [ | 1305 "override_compile_targets": [ |
| 1319 "blimp_test_apk" | 1306 "blimp_test_apk" |
| 1320 ], | 1307 ], |
| 1321 "test": "blimp_test_apk", | 1308 "test": "blimp_test_apk", |
| 1322 "test_apk": "BlimpTest.apk" | 1309 "test_apk": "BlimpTest.apk" |
| 1323 } | 1310 } |
| 1324 ] | 1311 ] |
| 1325 } | 1312 } |
| 1326 } | 1313 } |
| OLD | NEW |