| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "chrome_public_apk", | 4 "chrome_public_apk", |
| 5 "chrome_public_test_apk", | 5 "chrome_public_test_apk", |
| 6 "chrome_shell_apk", | 6 "chrome_shell_apk", |
| 7 "chrome_shell_test_apk", | 7 "chrome_shell_test_apk", |
| 8 "content_shell_apk", | 8 "content_shell_apk", |
| 9 "mandoline:all" | 9 "mandoline:all" |
| 10 ], | 10 ], |
| (...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 { | 637 { |
| 638 "test": "gl_unittests" | 638 "test": "gl_unittests" |
| 639 }, | 639 }, |
| 640 { | 640 { |
| 641 "swarming": { | 641 "swarming": { |
| 642 "can_use_on_swarming_builders": true | 642 "can_use_on_swarming_builders": true |
| 643 }, | 643 }, |
| 644 "test": "gn_unittests" | 644 "test": "gn_unittests" |
| 645 }, | 645 }, |
| 646 { | 646 { |
| 647 "swarming": { |
| 648 "can_use_on_swarming_builders": true |
| 649 }, |
| 647 "test": "google_apis_unittests" | 650 "test": "google_apis_unittests" |
| 648 }, | 651 }, |
| 649 { | 652 { |
| 650 "swarming": { | 653 "swarming": { |
| 651 "can_use_on_swarming_builders": true | 654 "can_use_on_swarming_builders": true |
| 652 }, | 655 }, |
| 653 "test": "gpu_unittests" | 656 "test": "gpu_unittests" |
| 654 }, | 657 }, |
| 655 { | 658 { |
| 656 "swarming": { | 659 "swarming": { |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 975 { | 978 { |
| 976 "test": "gl_unittests" | 979 "test": "gl_unittests" |
| 977 }, | 980 }, |
| 978 { | 981 { |
| 979 "swarming": { | 982 "swarming": { |
| 980 "can_use_on_swarming_builders": true | 983 "can_use_on_swarming_builders": true |
| 981 }, | 984 }, |
| 982 "test": "gn_unittests" | 985 "test": "gn_unittests" |
| 983 }, | 986 }, |
| 984 { | 987 { |
| 988 "swarming": { |
| 989 "can_use_on_swarming_builders": true |
| 990 }, |
| 985 "test": "google_apis_unittests" | 991 "test": "google_apis_unittests" |
| 986 }, | 992 }, |
| 987 { | 993 { |
| 988 "swarming": { | 994 "swarming": { |
| 989 "can_use_on_swarming_builders": true | 995 "can_use_on_swarming_builders": true |
| 990 }, | 996 }, |
| 991 "test": "gpu_unittests" | 997 "test": "gpu_unittests" |
| 992 }, | 998 }, |
| 993 { | 999 { |
| 994 "swarming": { | 1000 "swarming": { |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1305 { | 1311 { |
| 1306 "test": "gl_unittests" | 1312 "test": "gl_unittests" |
| 1307 }, | 1313 }, |
| 1308 { | 1314 { |
| 1309 "swarming": { | 1315 "swarming": { |
| 1310 "can_use_on_swarming_builders": true | 1316 "can_use_on_swarming_builders": true |
| 1311 }, | 1317 }, |
| 1312 "test": "gn_unittests" | 1318 "test": "gn_unittests" |
| 1313 }, | 1319 }, |
| 1314 { | 1320 { |
| 1321 "swarming": { |
| 1322 "can_use_on_swarming_builders": true |
| 1323 }, |
| 1315 "test": "google_apis_unittests" | 1324 "test": "google_apis_unittests" |
| 1316 }, | 1325 }, |
| 1317 { | 1326 { |
| 1318 "swarming": { | 1327 "swarming": { |
| 1319 "can_use_on_swarming_builders": true | 1328 "can_use_on_swarming_builders": true |
| 1320 }, | 1329 }, |
| 1321 "test": "gpu_unittests" | 1330 "test": "gpu_unittests" |
| 1322 }, | 1331 }, |
| 1323 { | 1332 { |
| 1324 "swarming": { | 1333 "swarming": { |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1472 } | 1481 } |
| 1473 ], | 1482 ], |
| 1474 "scripts": [ | 1483 "scripts": [ |
| 1475 { | 1484 { |
| 1476 "name": "nacl_integration", | 1485 "name": "nacl_integration", |
| 1477 "script": "nacl_integration.py" | 1486 "script": "nacl_integration.py" |
| 1478 } | 1487 } |
| 1479 ] | 1488 ] |
| 1480 } | 1489 } |
| 1481 } | 1490 } |
| OLD | NEW |