| OLD | NEW |
| 1 { | 1 { |
| 2 "compile_targets": [ | 2 "compile_targets": [ |
| 3 "all" | 3 "all" |
| 4 ], | 4 ], |
| 5 "gtest_tests": [ | 5 "gtest_tests": [ |
| 6 "accessibility_unittests", | 6 "accessibility_unittests", |
| 7 "app_list_unittests", | 7 "app_list_unittests", |
| 8 { | 8 { |
| 9 "test": "ash_unittests", | 9 "test": "ash_unittests", |
| 10 "chromium_configs": [ | 10 "chromium_configs": [ |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "message_center_unittests", | 115 "message_center_unittests", |
| 116 "mojo_common_unittests", | 116 "mojo_common_unittests", |
| 117 "mojo_public_bindings_unittests", | 117 "mojo_public_bindings_unittests", |
| 118 "mojo_public_environment_unittests", | 118 "mojo_public_environment_unittests", |
| 119 "mojo_public_system_unittests", | 119 "mojo_public_system_unittests", |
| 120 "mojo_public_utility_unittests", | 120 "mojo_public_utility_unittests", |
| 121 { | 121 { |
| 122 "test": "mojo_application_manager_unittests", | 122 "test": "mojo_application_manager_unittests", |
| 123 "platforms": ["linux"] | 123 "platforms": ["linux"] |
| 124 }, | 124 }, |
| 125 { | |
| 126 "test": "mojo_shell_tests", | |
| 127 "platforms": ["linux"] | |
| 128 }, | |
| 129 "mojo_system_unittests", | 125 "mojo_system_unittests", |
| 130 { | 126 { |
| 131 "test": "nacl_loader_unittests", | 127 "test": "nacl_loader_unittests", |
| 132 "platforms": ["linux"] | 128 "platforms": ["linux"] |
| 133 }, | 129 }, |
| 134 { | 130 { |
| 135 "test": "net_unittests", | 131 "test": "net_unittests", |
| 136 "swarming": { | 132 "swarming": { |
| 137 "can_use_on_swarming_builders": true | 133 "can_use_on_swarming_builders": true |
| 138 } | 134 } |
| (...skipping 30 matching lines...) Expand all Loading... |
| 169 "shards": 2 | 165 "shards": 2 |
| 170 } | 166 } |
| 171 }, | 167 }, |
| 172 "url_unittests", | 168 "url_unittests", |
| 173 { | 169 { |
| 174 "test": "wm_unittests", | 170 "test": "wm_unittests", |
| 175 "platforms": ["linux", "win"] | 171 "platforms": ["linux", "win"] |
| 176 }, | 172 }, |
| 177 { | 173 { |
| 178 "test": "app_shell_browsertests", | 174 "test": "app_shell_browsertests", |
| 179 "platforms": ["linux"] | 175 "platforms": ["linux", "win"] |
| 180 }, | 176 }, |
| 181 { | 177 { |
| 182 "test": "app_shell_unittests", | 178 "test": "app_shell_unittests", |
| 183 "platforms": ["linux", "win"] | 179 "platforms": ["linux", "win"] |
| 184 }, | 180 }, |
| 185 { | 181 { |
| 186 "test": "aura_unittests", | 182 "test": "aura_unittests", |
| 187 "platforms": ["linux", "win"] | 183 "platforms": ["linux", "win"] |
| 188 }, | 184 }, |
| 189 { | 185 { |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 "non_filter_tests_builders": [ | 230 "non_filter_tests_builders": [ |
| 235 ], | 231 ], |
| 236 | 232 |
| 237 "filter_compile_builders": [ | 233 "filter_compile_builders": [ |
| 238 "win_chromium_compile_dbg", | 234 "win_chromium_compile_dbg", |
| 239 "win_chromium_rel_swarming", | 235 "win_chromium_rel_swarming", |
| 240 "win_chromium_x64_rel_swarming", | 236 "win_chromium_x64_rel_swarming", |
| 241 "win8_chromium_rel" | 237 "win8_chromium_rel" |
| 242 ] | 238 ] |
| 243 } | 239 } |
| OLD | NEW |