| 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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 470 }, | 470 }, |
| 471 "test": "accessibility_unittests" | 471 "test": "accessibility_unittests" |
| 472 }, | 472 }, |
| 473 { | 473 { |
| 474 "swarming": { | 474 "swarming": { |
| 475 "can_use_on_swarming_builders": true | 475 "can_use_on_swarming_builders": true |
| 476 }, | 476 }, |
| 477 "test": "app_list_unittests" | 477 "test": "app_list_unittests" |
| 478 }, | 478 }, |
| 479 { | 479 { |
| 480 "swarming": { |
| 481 "can_use_on_swarming_builders": true |
| 482 }, |
| 480 "test": "app_shell_unittests" | 483 "test": "app_shell_unittests" |
| 481 }, | 484 }, |
| 482 { | 485 { |
| 483 "swarming": { | 486 "swarming": { |
| 484 "can_use_on_swarming_builders": true | 487 "can_use_on_swarming_builders": true |
| 485 }, | 488 }, |
| 486 "test": "aura_unittests" | 489 "test": "aura_unittests" |
| 487 }, | 490 }, |
| 488 { | 491 { |
| 489 "swarming": { | 492 "swarming": { |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 762 }, | 765 }, |
| 763 "test": "accessibility_unittests" | 766 "test": "accessibility_unittests" |
| 764 }, | 767 }, |
| 765 { | 768 { |
| 766 "swarming": { | 769 "swarming": { |
| 767 "can_use_on_swarming_builders": true | 770 "can_use_on_swarming_builders": true |
| 768 }, | 771 }, |
| 769 "test": "app_list_unittests" | 772 "test": "app_list_unittests" |
| 770 }, | 773 }, |
| 771 { | 774 { |
| 775 "swarming": { |
| 776 "can_use_on_swarming_builders": true |
| 777 }, |
| 772 "test": "app_shell_unittests" | 778 "test": "app_shell_unittests" |
| 773 }, | 779 }, |
| 774 { | 780 { |
| 775 "swarming": { | 781 "swarming": { |
| 776 "can_use_on_swarming_builders": true | 782 "can_use_on_swarming_builders": true |
| 777 }, | 783 }, |
| 778 "test": "aura_unittests" | 784 "test": "aura_unittests" |
| 779 }, | 785 }, |
| 780 { | 786 { |
| 781 "swarming": { | 787 "swarming": { |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1040 }, | 1046 }, |
| 1041 "test": "accessibility_unittests" | 1047 "test": "accessibility_unittests" |
| 1042 }, | 1048 }, |
| 1043 { | 1049 { |
| 1044 "swarming": { | 1050 "swarming": { |
| 1045 "can_use_on_swarming_builders": true | 1051 "can_use_on_swarming_builders": true |
| 1046 }, | 1052 }, |
| 1047 "test": "app_list_unittests" | 1053 "test": "app_list_unittests" |
| 1048 }, | 1054 }, |
| 1049 { | 1055 { |
| 1056 "swarming": { |
| 1057 "can_use_on_swarming_builders": true |
| 1058 }, |
| 1050 "test": "app_shell_unittests" | 1059 "test": "app_shell_unittests" |
| 1051 }, | 1060 }, |
| 1052 { | 1061 { |
| 1053 "swarming": { | 1062 "swarming": { |
| 1054 "can_use_on_swarming_builders": true | 1063 "can_use_on_swarming_builders": true |
| 1055 }, | 1064 }, |
| 1056 "test": "aura_unittests" | 1065 "test": "aura_unittests" |
| 1057 }, | 1066 }, |
| 1058 { | 1067 { |
| 1059 "swarming": { | 1068 "swarming": { |
| (...skipping 232 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 |