| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Arm64 Builder (dbg)": { | 2 "Android Arm64 Builder (dbg)": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "android_builder_tests" | 4 "android_builder_tests" |
| 5 ] | 5 ] |
| 6 }, | 6 }, |
| 7 "Android Builder": { | 7 "Android Builder": { |
| 8 "additional_compile_targets": [ | 8 "additional_compile_targets": [ |
| 9 "cronet_test_instrumentation_apk", | 9 "cronet_test_instrumentation_apk", |
| 10 "system_webview_apk" | 10 "system_webview_apk" |
| (...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 957 }, | 957 }, |
| 958 "test": "printing_unittests" | 958 "test": "printing_unittests" |
| 959 }, | 959 }, |
| 960 { | 960 { |
| 961 "swarming": { | 961 "swarming": { |
| 962 "can_use_on_swarming_builders": true | 962 "can_use_on_swarming_builders": true |
| 963 }, | 963 }, |
| 964 "test": "remoting_unittests" | 964 "test": "remoting_unittests" |
| 965 }, | 965 }, |
| 966 { | 966 { |
| 967 "test": "resource_provider_unittests" | |
| 968 }, | |
| 969 { | |
| 970 "swarming": { | 967 "swarming": { |
| 971 "can_use_on_swarming_builders": true | 968 "can_use_on_swarming_builders": true |
| 972 }, | 969 }, |
| 973 "test": "sandbox_linux_unittests" | 970 "test": "sandbox_linux_unittests" |
| 974 }, | 971 }, |
| 975 { | 972 { |
| 976 "swarming": { | 973 "swarming": { |
| 977 "can_use_on_swarming_builders": true | 974 "can_use_on_swarming_builders": true |
| 978 }, | 975 }, |
| 979 "test": "skia_unittests" | 976 "test": "skia_unittests" |
| (...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1492 "name": "nacl_integration", | 1489 "name": "nacl_integration", |
| 1493 "script": "nacl_integration.py" | 1490 "script": "nacl_integration.py" |
| 1494 } | 1491 } |
| 1495 ] | 1492 ] |
| 1496 }, | 1493 }, |
| 1497 "Linux Tests (dbg)(1)(32)": { | 1494 "Linux Tests (dbg)(1)(32)": { |
| 1498 "gtest_tests": [], | 1495 "gtest_tests": [], |
| 1499 "scripts": [] | 1496 "scripts": [] |
| 1500 } | 1497 } |
| 1501 } | 1498 } |
| OLD | NEW |