| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Arm64 Builder (dbg)": { |
| 3 "additional_compile_targets": [ |
| 4 "android_builder_tests" |
| 5 ] |
| 6 }, |
| 7 "Android Builder": { |
| 8 "additional_compile_targets": [ |
| 9 "cronet_test_instrumentation_apk", |
| 10 "system_webview_apk" |
| 11 ] |
| 12 }, |
| 13 "Android Builder (dbg)": { |
| 14 "additional_compile_targets": [ |
| 15 "system_webview_apk" |
| 16 ] |
| 17 }, |
| 18 "Android Clang Builder (dbg)": { |
| 19 "additional_compile_targets": [ |
| 20 "android_builder_tests" |
| 21 ] |
| 22 }, |
| 2 "Android GN": { | 23 "Android GN": { |
| 3 "gtest_tests": [ | 24 "gtest_tests": [ |
| 4 { | 25 { |
| 5 "test": "android_webview_unittests" | 26 "test": "android_webview_unittests" |
| 6 }, | 27 }, |
| 7 { | 28 { |
| 8 "test": "base_unittests" | 29 "test": "base_unittests" |
| 9 }, | 30 }, |
| 10 { | 31 { |
| 11 "test": "blimp_unittests" | 32 "test": "blimp_unittests" |
| (...skipping 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1477 "name": "nacl_integration", | 1498 "name": "nacl_integration", |
| 1478 "script": "nacl_integration.py" | 1499 "script": "nacl_integration.py" |
| 1479 } | 1500 } |
| 1480 ] | 1501 ] |
| 1481 }, | 1502 }, |
| 1482 "Linux Tests (dbg)(1)(32)": { | 1503 "Linux Tests (dbg)(1)(32)": { |
| 1483 "gtest_tests": [], | 1504 "gtest_tests": [], |
| 1484 "scripts": [] | 1505 "scripts": [] |
| 1485 } | 1506 } |
| 1486 } | 1507 } |
| OLD | NEW |