| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "all" | 4 "all" |
| 5 ], | 5 ], |
| 6 "gtest_tests": [ | 6 "gtest_tests": [ |
| 7 { | 7 { |
| 8 "test": "android_webview_unittests" | 8 "test": "android_webview_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1378 ], | 1378 ], |
| 1379 "swarming": { | 1379 "swarming": { |
| 1380 "can_use_on_swarming_builders": true | 1380 "can_use_on_swarming_builders": true |
| 1381 } | 1381 } |
| 1382 } | 1382 } |
| 1383 ], | 1383 ], |
| 1384 "scripts": [ | 1384 "scripts": [ |
| 1385 { | 1385 { |
| 1386 "name": "nacl_integration", | 1386 "name": "nacl_integration", |
| 1387 "script": "nacl_integration.py" | 1387 "script": "nacl_integration.py" |
| 1388 }, |
| 1389 { |
| 1390 "name": "mojo_apptests", |
| 1391 "script": "mojo_apptests.py" |
| 1388 } | 1392 } |
| 1389 ] | 1393 ] |
| 1390 }, | 1394 }, |
| 1391 "Linux Tests (dbg)(1)(32)": { | 1395 "Linux Tests (dbg)(1)(32)": { |
| 1392 "gtest_tests": [ | 1396 "gtest_tests": [ |
| 1393 { | 1397 { |
| 1394 "swarming": { | 1398 "swarming": { |
| 1395 "can_use_on_swarming_builders": true | 1399 "can_use_on_swarming_builders": true |
| 1396 }, | 1400 }, |
| 1397 "test": "accessibility_unittests" | 1401 "test": "accessibility_unittests" |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1723 } | 1727 } |
| 1724 ], | 1728 ], |
| 1725 "scripts": [ | 1729 "scripts": [ |
| 1726 { | 1730 { |
| 1727 "name": "nacl_integration", | 1731 "name": "nacl_integration", |
| 1728 "script": "nacl_integration.py" | 1732 "script": "nacl_integration.py" |
| 1729 } | 1733 } |
| 1730 ] | 1734 ] |
| 1731 } | 1735 } |
| 1732 } | 1736 } |
| OLD | NEW |