| 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 }, | 558 }, |
| 559 "test": "events_unittests" | 559 "test": "events_unittests" |
| 560 }, | 560 }, |
| 561 { | 561 { |
| 562 "swarming": { | 562 "swarming": { |
| 563 "can_use_on_swarming_builders": true | 563 "can_use_on_swarming_builders": true |
| 564 }, | 564 }, |
| 565 "test": "extensions_browsertests" | 565 "test": "extensions_browsertests" |
| 566 }, | 566 }, |
| 567 { | 567 { |
| 568 "swarming": { |
| 569 "can_use_on_swarming_builders": true |
| 570 }, |
| 568 "test": "extensions_unittests" | 571 "test": "extensions_unittests" |
| 569 }, | 572 }, |
| 570 { | 573 { |
| 571 "test": "gcm_unit_tests" | 574 "test": "gcm_unit_tests" |
| 572 }, | 575 }, |
| 573 { | 576 { |
| 574 "swarming": { | 577 "swarming": { |
| 575 "can_use_on_swarming_builders": true | 578 "can_use_on_swarming_builders": true |
| 576 }, | 579 }, |
| 577 "test": "gfx_unittests" | 580 "test": "gfx_unittests" |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 }, | 841 }, |
| 839 "test": "events_unittests" | 842 "test": "events_unittests" |
| 840 }, | 843 }, |
| 841 { | 844 { |
| 842 "swarming": { | 845 "swarming": { |
| 843 "can_use_on_swarming_builders": true | 846 "can_use_on_swarming_builders": true |
| 844 }, | 847 }, |
| 845 "test": "extensions_browsertests" | 848 "test": "extensions_browsertests" |
| 846 }, | 849 }, |
| 847 { | 850 { |
| 851 "swarming": { |
| 852 "can_use_on_swarming_builders": true |
| 853 }, |
| 848 "test": "extensions_unittests" | 854 "test": "extensions_unittests" |
| 849 }, | 855 }, |
| 850 { | 856 { |
| 851 "test": "gcm_unit_tests" | 857 "test": "gcm_unit_tests" |
| 852 }, | 858 }, |
| 853 { | 859 { |
| 854 "swarming": { | 860 "swarming": { |
| 855 "can_use_on_swarming_builders": true | 861 "can_use_on_swarming_builders": true |
| 856 }, | 862 }, |
| 857 "test": "gfx_unittests" | 863 "test": "gfx_unittests" |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1110 }, | 1116 }, |
| 1111 "test": "events_unittests" | 1117 "test": "events_unittests" |
| 1112 }, | 1118 }, |
| 1113 { | 1119 { |
| 1114 "swarming": { | 1120 "swarming": { |
| 1115 "can_use_on_swarming_builders": true | 1121 "can_use_on_swarming_builders": true |
| 1116 }, | 1122 }, |
| 1117 "test": "extensions_browsertests" | 1123 "test": "extensions_browsertests" |
| 1118 }, | 1124 }, |
| 1119 { | 1125 { |
| 1126 "swarming": { |
| 1127 "can_use_on_swarming_builders": true |
| 1128 }, |
| 1120 "test": "extensions_unittests" | 1129 "test": "extensions_unittests" |
| 1121 }, | 1130 }, |
| 1122 { | 1131 { |
| 1123 "test": "gcm_unit_tests" | 1132 "test": "gcm_unit_tests" |
| 1124 }, | 1133 }, |
| 1125 { | 1134 { |
| 1126 "swarming": { | 1135 "swarming": { |
| 1127 "can_use_on_swarming_builders": true | 1136 "can_use_on_swarming_builders": true |
| 1128 }, | 1137 }, |
| 1129 "test": "gfx_unittests" | 1138 "test": "gfx_unittests" |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1268 } | 1277 } |
| 1269 ], | 1278 ], |
| 1270 "scripts": [ | 1279 "scripts": [ |
| 1271 { | 1280 { |
| 1272 "name": "nacl_integration", | 1281 "name": "nacl_integration", |
| 1273 "script": "nacl_integration.py" | 1282 "script": "nacl_integration.py" |
| 1274 } | 1283 } |
| 1275 ] | 1284 ] |
| 1276 } | 1285 } |
| 1277 } | 1286 } |
| OLD | NEW |