| 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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 630 { | 630 { |
| 631 "test": "printing_unittests" | 631 "test": "printing_unittests" |
| 632 }, | 632 }, |
| 633 { | 633 { |
| 634 "test": "remoting_unittests" | 634 "test": "remoting_unittests" |
| 635 }, | 635 }, |
| 636 { | 636 { |
| 637 "test": "sandbox_linux_unittests" | 637 "test": "sandbox_linux_unittests" |
| 638 }, | 638 }, |
| 639 { | 639 { |
| 640 "swarming": { |
| 641 "can_use_on_swarming_builders": true |
| 642 }, |
| 640 "test": "skia_unittests" | 643 "test": "skia_unittests" |
| 641 }, | 644 }, |
| 642 { | 645 { |
| 643 "test": "sql_unittests" | 646 "test": "sql_unittests" |
| 644 }, | 647 }, |
| 645 { | 648 { |
| 646 "swarming": { | 649 "swarming": { |
| 647 "can_use_on_swarming_builders": true | 650 "can_use_on_swarming_builders": true |
| 648 }, | 651 }, |
| 649 "test": "sync_integration_tests" | 652 "test": "sync_integration_tests" |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 896 { | 899 { |
| 897 "test": "remoting_unittests" | 900 "test": "remoting_unittests" |
| 898 }, | 901 }, |
| 899 { | 902 { |
| 900 "args": [ | 903 "args": [ |
| 901 "--test-launcher-print-test-stdio=always" | 904 "--test-launcher-print-test-stdio=always" |
| 902 ], | 905 ], |
| 903 "test": "sandbox_linux_unittests" | 906 "test": "sandbox_linux_unittests" |
| 904 }, | 907 }, |
| 905 { | 908 { |
| 909 "swarming": { |
| 910 "can_use_on_swarming_builders": true |
| 911 }, |
| 906 "test": "skia_unittests" | 912 "test": "skia_unittests" |
| 907 }, | 913 }, |
| 908 { | 914 { |
| 909 "test": "sql_unittests" | 915 "test": "sql_unittests" |
| 910 }, | 916 }, |
| 911 { | 917 { |
| 912 "swarming": { | 918 "swarming": { |
| 913 "can_use_on_swarming_builders": true | 919 "can_use_on_swarming_builders": true |
| 914 }, | 920 }, |
| 915 "test": "sync_integration_tests" | 921 "test": "sync_integration_tests" |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1146 { | 1152 { |
| 1147 "test": "printing_unittests" | 1153 "test": "printing_unittests" |
| 1148 }, | 1154 }, |
| 1149 { | 1155 { |
| 1150 "test": "remoting_unittests" | 1156 "test": "remoting_unittests" |
| 1151 }, | 1157 }, |
| 1152 { | 1158 { |
| 1153 "test": "sandbox_linux_unittests" | 1159 "test": "sandbox_linux_unittests" |
| 1154 }, | 1160 }, |
| 1155 { | 1161 { |
| 1162 "swarming": { |
| 1163 "can_use_on_swarming_builders": true |
| 1164 }, |
| 1156 "test": "skia_unittests" | 1165 "test": "skia_unittests" |
| 1157 }, | 1166 }, |
| 1158 { | 1167 { |
| 1159 "test": "sql_unittests" | 1168 "test": "sql_unittests" |
| 1160 }, | 1169 }, |
| 1161 { | 1170 { |
| 1162 "swarming": { | 1171 "swarming": { |
| 1163 "can_use_on_swarming_builders": true | 1172 "can_use_on_swarming_builders": true |
| 1164 }, | 1173 }, |
| 1165 "test": "sync_integration_tests" | 1174 "test": "sync_integration_tests" |
| (...skipping 30 matching lines...) Expand all 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 |