| 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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 }, | 537 }, |
| 538 "test": "events_unittests" | 538 "test": "events_unittests" |
| 539 }, | 539 }, |
| 540 { | 540 { |
| 541 "swarming": { | 541 "swarming": { |
| 542 "can_use_on_swarming_builders": true | 542 "can_use_on_swarming_builders": true |
| 543 }, | 543 }, |
| 544 "test": "extensions_browsertests" | 544 "test": "extensions_browsertests" |
| 545 }, | 545 }, |
| 546 { | 546 { |
| 547 "swarming": { |
| 548 "can_use_on_swarming_builders": true |
| 549 }, |
| 547 "test": "extensions_unittests" | 550 "test": "extensions_unittests" |
| 548 }, | 551 }, |
| 549 { | 552 { |
| 550 "test": "gcm_unit_tests" | 553 "test": "gcm_unit_tests" |
| 551 }, | 554 }, |
| 552 { | 555 { |
| 553 "swarming": { | 556 "swarming": { |
| 554 "can_use_on_swarming_builders": true | 557 "can_use_on_swarming_builders": true |
| 555 }, | 558 }, |
| 556 "test": "gfx_unittests" | 559 "test": "gfx_unittests" |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 799 }, | 802 }, |
| 800 "test": "events_unittests" | 803 "test": "events_unittests" |
| 801 }, | 804 }, |
| 802 { | 805 { |
| 803 "swarming": { | 806 "swarming": { |
| 804 "can_use_on_swarming_builders": true | 807 "can_use_on_swarming_builders": true |
| 805 }, | 808 }, |
| 806 "test": "extensions_browsertests" | 809 "test": "extensions_browsertests" |
| 807 }, | 810 }, |
| 808 { | 811 { |
| 812 "swarming": { |
| 813 "can_use_on_swarming_builders": true |
| 814 }, |
| 809 "test": "extensions_unittests" | 815 "test": "extensions_unittests" |
| 810 }, | 816 }, |
| 811 { | 817 { |
| 812 "test": "gcm_unit_tests" | 818 "test": "gcm_unit_tests" |
| 813 }, | 819 }, |
| 814 { | 820 { |
| 815 "swarming": { | 821 "swarming": { |
| 816 "can_use_on_swarming_builders": true | 822 "can_use_on_swarming_builders": true |
| 817 }, | 823 }, |
| 818 "test": "gfx_unittests" | 824 "test": "gfx_unittests" |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1053 }, | 1059 }, |
| 1054 "test": "events_unittests" | 1060 "test": "events_unittests" |
| 1055 }, | 1061 }, |
| 1056 { | 1062 { |
| 1057 "swarming": { | 1063 "swarming": { |
| 1058 "can_use_on_swarming_builders": true | 1064 "can_use_on_swarming_builders": true |
| 1059 }, | 1065 }, |
| 1060 "test": "extensions_browsertests" | 1066 "test": "extensions_browsertests" |
| 1061 }, | 1067 }, |
| 1062 { | 1068 { |
| 1069 "swarming": { |
| 1070 "can_use_on_swarming_builders": true |
| 1071 }, |
| 1063 "test": "extensions_unittests" | 1072 "test": "extensions_unittests" |
| 1064 }, | 1073 }, |
| 1065 { | 1074 { |
| 1066 "test": "gcm_unit_tests" | 1075 "test": "gcm_unit_tests" |
| 1067 }, | 1076 }, |
| 1068 { | 1077 { |
| 1069 "swarming": { | 1078 "swarming": { |
| 1070 "can_use_on_swarming_builders": true | 1079 "can_use_on_swarming_builders": true |
| 1071 }, | 1080 }, |
| 1072 "test": "gfx_unittests" | 1081 "test": "gfx_unittests" |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1196 } | 1205 } |
| 1197 ], | 1206 ], |
| 1198 "scripts": [ | 1207 "scripts": [ |
| 1199 { | 1208 { |
| 1200 "name": "nacl_integration", | 1209 "name": "nacl_integration", |
| 1201 "script": "nacl_integration.py" | 1210 "script": "nacl_integration.py" |
| 1202 } | 1211 } |
| 1203 ] | 1212 ] |
| 1204 } | 1213 } |
| 1205 } | 1214 } |
| OLD | NEW |