| 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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 519 { | 519 { |
| 520 "swarming": { | 520 "swarming": { |
| 521 "can_use_on_swarming_builders": true | 521 "can_use_on_swarming_builders": true |
| 522 }, | 522 }, |
| 523 "test": "crypto_unittests" | 523 "test": "crypto_unittests" |
| 524 }, | 524 }, |
| 525 { | 525 { |
| 526 "test": "dbus_unittests" | 526 "test": "dbus_unittests" |
| 527 }, | 527 }, |
| 528 { | 528 { |
| 529 "swarming": { |
| 530 "can_use_on_swarming_builders": true |
| 531 }, |
| 529 "test": "device_unittests" | 532 "test": "device_unittests" |
| 530 }, | 533 }, |
| 531 { | 534 { |
| 532 "test": "display_unittests" | 535 "test": "display_unittests" |
| 533 }, | 536 }, |
| 534 { | 537 { |
| 535 "swarming": { | 538 "swarming": { |
| 536 "can_use_on_swarming_builders": true | 539 "can_use_on_swarming_builders": true |
| 537 }, | 540 }, |
| 538 "test": "events_unittests" | 541 "test": "events_unittests" |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 781 { | 784 { |
| 782 "swarming": { | 785 "swarming": { |
| 783 "can_use_on_swarming_builders": true | 786 "can_use_on_swarming_builders": true |
| 784 }, | 787 }, |
| 785 "test": "crypto_unittests" | 788 "test": "crypto_unittests" |
| 786 }, | 789 }, |
| 787 { | 790 { |
| 788 "test": "dbus_unittests" | 791 "test": "dbus_unittests" |
| 789 }, | 792 }, |
| 790 { | 793 { |
| 794 "swarming": { |
| 795 "can_use_on_swarming_builders": true |
| 796 }, |
| 791 "test": "device_unittests" | 797 "test": "device_unittests" |
| 792 }, | 798 }, |
| 793 { | 799 { |
| 794 "test": "display_unittests" | 800 "test": "display_unittests" |
| 795 }, | 801 }, |
| 796 { | 802 { |
| 797 "swarming": { | 803 "swarming": { |
| 798 "can_use_on_swarming_builders": true | 804 "can_use_on_swarming_builders": true |
| 799 }, | 805 }, |
| 800 "test": "events_unittests" | 806 "test": "events_unittests" |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1035 { | 1041 { |
| 1036 "swarming": { | 1042 "swarming": { |
| 1037 "can_use_on_swarming_builders": true | 1043 "can_use_on_swarming_builders": true |
| 1038 }, | 1044 }, |
| 1039 "test": "crypto_unittests" | 1045 "test": "crypto_unittests" |
| 1040 }, | 1046 }, |
| 1041 { | 1047 { |
| 1042 "test": "dbus_unittests" | 1048 "test": "dbus_unittests" |
| 1043 }, | 1049 }, |
| 1044 { | 1050 { |
| 1051 "swarming": { |
| 1052 "can_use_on_swarming_builders": true |
| 1053 }, |
| 1045 "test": "device_unittests" | 1054 "test": "device_unittests" |
| 1046 }, | 1055 }, |
| 1047 { | 1056 { |
| 1048 "test": "display_unittests" | 1057 "test": "display_unittests" |
| 1049 }, | 1058 }, |
| 1050 { | 1059 { |
| 1051 "swarming": { | 1060 "swarming": { |
| 1052 "can_use_on_swarming_builders": true | 1061 "can_use_on_swarming_builders": true |
| 1053 }, | 1062 }, |
| 1054 "test": "events_unittests" | 1063 "test": "events_unittests" |
| (...skipping 141 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 |