| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "all" | 4 "all" |
| 5 ], | 5 ], |
| 6 "gtest_tests": [ | 6 "gtest_tests": [ |
| 7 { | 7 { |
| 8 "test": "android_webview_unittests" | 8 "test": "android_webview_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 }, | 706 }, |
| 707 "test": "extensions_browsertests" | 707 "test": "extensions_browsertests" |
| 708 }, | 708 }, |
| 709 { | 709 { |
| 710 "swarming": { | 710 "swarming": { |
| 711 "can_use_on_swarming_builders": true | 711 "can_use_on_swarming_builders": true |
| 712 }, | 712 }, |
| 713 "test": "extensions_unittests" | 713 "test": "extensions_unittests" |
| 714 }, | 714 }, |
| 715 { | 715 { |
| 716 "test": "filesystem_service_unittests" |
| 717 }, |
| 718 { |
| 716 "swarming": { | 719 "swarming": { |
| 717 "can_use_on_swarming_builders": true | 720 "can_use_on_swarming_builders": true |
| 718 }, | 721 }, |
| 719 "test": "gcm_unit_tests" | 722 "test": "gcm_unit_tests" |
| 720 }, | 723 }, |
| 721 { | 724 { |
| 722 "swarming": { | 725 "swarming": { |
| 723 "can_use_on_swarming_builders": true | 726 "can_use_on_swarming_builders": true |
| 724 }, | 727 }, |
| 725 "test": "gfx_unittests" | 728 "test": "gfx_unittests" |
| (...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1140 }, | 1143 }, |
| 1141 "test": "extensions_browsertests" | 1144 "test": "extensions_browsertests" |
| 1142 }, | 1145 }, |
| 1143 { | 1146 { |
| 1144 "swarming": { | 1147 "swarming": { |
| 1145 "can_use_on_swarming_builders": true | 1148 "can_use_on_swarming_builders": true |
| 1146 }, | 1149 }, |
| 1147 "test": "extensions_unittests" | 1150 "test": "extensions_unittests" |
| 1148 }, | 1151 }, |
| 1149 { | 1152 { |
| 1153 "test": "filesystem_service_unittests" |
| 1154 }, |
| 1155 { |
| 1150 "swarming": { | 1156 "swarming": { |
| 1151 "can_use_on_swarming_builders": true | 1157 "can_use_on_swarming_builders": true |
| 1152 }, | 1158 }, |
| 1153 "test": "gcm_unit_tests" | 1159 "test": "gcm_unit_tests" |
| 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": "gfx_unittests" | 1165 "test": "gfx_unittests" |
| (...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1712 } | 1718 } |
| 1713 ], | 1719 ], |
| 1714 "scripts": [ | 1720 "scripts": [ |
| 1715 { | 1721 { |
| 1716 "name": "nacl_integration", | 1722 "name": "nacl_integration", |
| 1717 "script": "nacl_integration.py" | 1723 "script": "nacl_integration.py" |
| 1718 } | 1724 } |
| 1719 ] | 1725 ] |
| 1720 } | 1726 } |
| 1721 } | 1727 } |
| OLD | NEW |