| 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 { | 570 { |
| 571 "swarming": { | 571 "swarming": { |
| 572 "can_use_on_swarming_builders": true | 572 "can_use_on_swarming_builders": true |
| 573 }, | 573 }, |
| 574 "test": "extensions_browsertests" | 574 "test": "extensions_browsertests" |
| 575 }, | 575 }, |
| 576 { | 576 { |
| 577 "test": "extensions_unittests" | 577 "test": "extensions_unittests" |
| 578 }, | 578 }, |
| 579 { | 579 { |
| 580 "swarming": { |
| 581 "can_use_on_swarming_builders": true |
| 582 }, |
| 580 "test": "gcm_unit_tests" | 583 "test": "gcm_unit_tests" |
| 581 }, | 584 }, |
| 582 { | 585 { |
| 583 "swarming": { | 586 "swarming": { |
| 584 "can_use_on_swarming_builders": true | 587 "can_use_on_swarming_builders": true |
| 585 }, | 588 }, |
| 586 "test": "gfx_unittests" | 589 "test": "gfx_unittests" |
| 587 }, | 590 }, |
| 588 { | 591 { |
| 589 "test": "gl_unittests" | 592 "test": "gl_unittests" |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 856 { | 859 { |
| 857 "swarming": { | 860 "swarming": { |
| 858 "can_use_on_swarming_builders": true | 861 "can_use_on_swarming_builders": true |
| 859 }, | 862 }, |
| 860 "test": "extensions_browsertests" | 863 "test": "extensions_browsertests" |
| 861 }, | 864 }, |
| 862 { | 865 { |
| 863 "test": "extensions_unittests" | 866 "test": "extensions_unittests" |
| 864 }, | 867 }, |
| 865 { | 868 { |
| 869 "swarming": { |
| 870 "can_use_on_swarming_builders": true |
| 871 }, |
| 866 "test": "gcm_unit_tests" | 872 "test": "gcm_unit_tests" |
| 867 }, | 873 }, |
| 868 { | 874 { |
| 869 "swarming": { | 875 "swarming": { |
| 870 "can_use_on_swarming_builders": true | 876 "can_use_on_swarming_builders": true |
| 871 }, | 877 }, |
| 872 "test": "gfx_unittests" | 878 "test": "gfx_unittests" |
| 873 }, | 879 }, |
| 874 { | 880 { |
| 875 "test": "gl_unittests" | 881 "test": "gl_unittests" |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1134 { | 1140 { |
| 1135 "swarming": { | 1141 "swarming": { |
| 1136 "can_use_on_swarming_builders": true | 1142 "can_use_on_swarming_builders": true |
| 1137 }, | 1143 }, |
| 1138 "test": "extensions_browsertests" | 1144 "test": "extensions_browsertests" |
| 1139 }, | 1145 }, |
| 1140 { | 1146 { |
| 1141 "test": "extensions_unittests" | 1147 "test": "extensions_unittests" |
| 1142 }, | 1148 }, |
| 1143 { | 1149 { |
| 1150 "swarming": { |
| 1151 "can_use_on_swarming_builders": true |
| 1152 }, |
| 1144 "test": "gcm_unit_tests" | 1153 "test": "gcm_unit_tests" |
| 1145 }, | 1154 }, |
| 1146 { | 1155 { |
| 1147 "swarming": { | 1156 "swarming": { |
| 1148 "can_use_on_swarming_builders": true | 1157 "can_use_on_swarming_builders": true |
| 1149 }, | 1158 }, |
| 1150 "test": "gfx_unittests" | 1159 "test": "gfx_unittests" |
| 1151 }, | 1160 }, |
| 1152 { | 1161 { |
| 1153 "test": "gl_unittests" | 1162 "test": "gl_unittests" |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1292 } | 1301 } |
| 1293 ], | 1302 ], |
| 1294 "scripts": [ | 1303 "scripts": [ |
| 1295 { | 1304 { |
| 1296 "name": "nacl_integration", | 1305 "name": "nacl_integration", |
| 1297 "script": "nacl_integration.py" | 1306 "script": "nacl_integration.py" |
| 1298 } | 1307 } |
| 1299 ] | 1308 ] |
| 1300 } | 1309 } |
| 1301 } | 1310 } |
| OLD | NEW |