| 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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 534 }, | 534 }, |
| 535 "test": "components_browsertests" | 535 "test": "components_browsertests" |
| 536 }, | 536 }, |
| 537 { | 537 { |
| 538 "swarming": { | 538 "swarming": { |
| 539 "can_use_on_swarming_builders": true | 539 "can_use_on_swarming_builders": true |
| 540 }, | 540 }, |
| 541 "test": "components_unittests" | 541 "test": "components_unittests" |
| 542 }, | 542 }, |
| 543 { | 543 { |
| 544 "swarming": { |
| 545 "can_use_on_swarming_builders": true |
| 546 }, |
| 544 "test": "compositor_unittests" | 547 "test": "compositor_unittests" |
| 545 }, | 548 }, |
| 546 { | 549 { |
| 547 "swarming": { | 550 "swarming": { |
| 548 "can_use_on_swarming_builders": true | 551 "can_use_on_swarming_builders": true |
| 549 }, | 552 }, |
| 550 "test": "content_browsertests" | 553 "test": "content_browsertests" |
| 551 }, | 554 }, |
| 552 { | 555 { |
| 553 "swarming": { | 556 "swarming": { |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 847 { | 850 { |
| 848 "test": "chromedriver_unittests" | 851 "test": "chromedriver_unittests" |
| 849 }, | 852 }, |
| 850 { | 853 { |
| 851 "swarming": { | 854 "swarming": { |
| 852 "can_use_on_swarming_builders": true | 855 "can_use_on_swarming_builders": true |
| 853 }, | 856 }, |
| 854 "test": "components_unittests" | 857 "test": "components_unittests" |
| 855 }, | 858 }, |
| 856 { | 859 { |
| 860 "swarming": { |
| 861 "can_use_on_swarming_builders": true |
| 862 }, |
| 857 "test": "compositor_unittests" | 863 "test": "compositor_unittests" |
| 858 }, | 864 }, |
| 859 { | 865 { |
| 860 "swarming": { | 866 "swarming": { |
| 861 "can_use_on_swarming_builders": true | 867 "can_use_on_swarming_builders": true |
| 862 }, | 868 }, |
| 863 "test": "content_browsertests" | 869 "test": "content_browsertests" |
| 864 }, | 870 }, |
| 865 { | 871 { |
| 866 "swarming": { | 872 "swarming": { |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1152 { | 1158 { |
| 1153 "test": "chromedriver_unittests" | 1159 "test": "chromedriver_unittests" |
| 1154 }, | 1160 }, |
| 1155 { | 1161 { |
| 1156 "swarming": { | 1162 "swarming": { |
| 1157 "can_use_on_swarming_builders": true | 1163 "can_use_on_swarming_builders": true |
| 1158 }, | 1164 }, |
| 1159 "test": "components_unittests" | 1165 "test": "components_unittests" |
| 1160 }, | 1166 }, |
| 1161 { | 1167 { |
| 1168 "swarming": { |
| 1169 "can_use_on_swarming_builders": true |
| 1170 }, |
| 1162 "test": "compositor_unittests" | 1171 "test": "compositor_unittests" |
| 1163 }, | 1172 }, |
| 1164 { | 1173 { |
| 1165 "swarming": { | 1174 "swarming": { |
| 1166 "can_use_on_swarming_builders": true | 1175 "can_use_on_swarming_builders": true |
| 1167 }, | 1176 }, |
| 1168 "test": "content_browsertests" | 1177 "test": "content_browsertests" |
| 1169 }, | 1178 }, |
| 1170 { | 1179 { |
| 1171 "swarming": { | 1180 "swarming": { |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1379 } | 1388 } |
| 1380 ], | 1389 ], |
| 1381 "scripts": [ | 1390 "scripts": [ |
| 1382 { | 1391 { |
| 1383 "name": "nacl_integration", | 1392 "name": "nacl_integration", |
| 1384 "script": "nacl_integration.py" | 1393 "script": "nacl_integration.py" |
| 1385 } | 1394 } |
| 1386 ] | 1395 ] |
| 1387 } | 1396 } |
| 1388 } | 1397 } |
| OLD | NEW |