| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 }, | 207 }, |
| 208 { | 208 { |
| 209 "swarming": { | 209 "swarming": { |
| 210 "can_use_on_swarming_builders": true, | 210 "can_use_on_swarming_builders": true, |
| 211 "dimension_sets": [ | 211 "dimension_sets": [ |
| 212 { | 212 { |
| 213 "device_os": "KTU84P", | 213 "device_os": "KTU84P", |
| 214 "device_type": "hammerhead" | 214 "device_type": "hammerhead" |
| 215 } | 215 } |
| 216 ], | 216 ], |
| 217 "hard_timeout": 960 | 217 "hard_timeout": 1200 |
| 218 }, | 218 }, |
| 219 "test": "content_browsertests" | 219 "test": "content_browsertests" |
| 220 }, | 220 }, |
| 221 { | 221 { |
| 222 "test": "content_unittests" | 222 "test": "content_unittests" |
| 223 }, | 223 }, |
| 224 { | 224 { |
| 225 "test": "device_unittests" | 225 "test": "device_unittests" |
| 226 }, | 226 }, |
| 227 { | 227 { |
| (...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1492 "name": "nacl_integration", | 1492 "name": "nacl_integration", |
| 1493 "script": "nacl_integration.py" | 1493 "script": "nacl_integration.py" |
| 1494 } | 1494 } |
| 1495 ] | 1495 ] |
| 1496 }, | 1496 }, |
| 1497 "Linux Tests (dbg)(1)(32)": { | 1497 "Linux Tests (dbg)(1)(32)": { |
| 1498 "gtest_tests": [], | 1498 "gtest_tests": [], |
| 1499 "scripts": [] | 1499 "scripts": [] |
| 1500 } | 1500 } |
| 1501 } | 1501 } |
| OLD | NEW |