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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 "shards": 2 | 171 "shards": 2 |
172 } | 172 } |
173 }, | 173 }, |
174 "url_unittests", | 174 "url_unittests", |
175 { | 175 { |
176 "test": "wm_unittests", | 176 "test": "wm_unittests", |
177 "platforms": ["linux", "win"] | 177 "platforms": ["linux", "win"] |
178 }, | 178 }, |
179 { | 179 { |
180 "test": "app_shell_browsertests", | 180 "test": "app_shell_browsertests", |
181 "platforms": ["linux"] | 181 "platforms": ["linux", "win"] |
182 }, | 182 }, |
183 { | 183 { |
184 "test": "app_shell_unittests", | 184 "test": "app_shell_unittests", |
185 "platforms": ["linux", "win"] | 185 "platforms": ["linux", "win"] |
186 }, | 186 }, |
187 { | 187 { |
188 "test": "aura_unittests", | 188 "test": "aura_unittests", |
189 "platforms": ["linux", "win"] | 189 "platforms": ["linux", "win"] |
190 }, | 190 }, |
191 { | 191 { |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 "non_filter_tests_builders": [ | 240 "non_filter_tests_builders": [ |
241 ], | 241 ], |
242 | 242 |
243 "filter_compile_builders": [ | 243 "filter_compile_builders": [ |
244 "win_chromium_compile_dbg", | 244 "win_chromium_compile_dbg", |
245 "win_chromium_rel_swarming", | 245 "win_chromium_rel_swarming", |
246 "win_chromium_x64_rel_swarming", | 246 "win_chromium_x64_rel_swarming", |
247 "win8_chromium_rel" | 247 "win8_chromium_rel" |
248 ] | 248 ] |
249 } | 249 } |
OLD | NEW |