OLD | NEW |
1 { | 1 { |
2 "compile_targets": [ | 2 "compile_targets": [ |
3 "all" | 3 "all" |
4 ], | 4 ], |
5 "gtest_tests": [ | 5 "gtest_tests": [ |
6 { | 6 { |
7 "test": "accessibility_unittests", | 7 "test": "accessibility_unittests", |
8 "swarming": { | 8 "swarming": { |
9 "can_use_on_swarming_builders": true | 9 "can_use_on_swarming_builders": true |
10 } | 10 } |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 { | 204 { |
205 "test": "ui_chromeos_unittests", | 205 "test": "ui_chromeos_unittests", |
206 "platforms": ["linux"], | 206 "platforms": ["linux"], |
207 "chromium_configs": [ | 207 "chromium_configs": [ |
208 "chromium_chromeos", | 208 "chromium_chromeos", |
209 "chromium_chromeos_clang", | 209 "chromium_chromeos_clang", |
210 "chromium_chromeos_ozone" | 210 "chromium_chromeos_ozone" |
211 ] | 211 ] |
212 }, | 212 }, |
213 "url_unittests", | 213 "url_unittests", |
| 214 "skia_unittests", |
214 { | 215 { |
215 "test": "wm_unittests", | 216 "test": "wm_unittests", |
216 "platforms": ["linux", "win"] | 217 "platforms": ["linux", "win"] |
217 }, | 218 }, |
218 { | 219 { |
219 "test": "app_shell_browsertests", | 220 "test": "app_shell_browsertests", |
220 "platforms": ["linux", "win"] | 221 "platforms": ["linux", "win"] |
221 }, | 222 }, |
222 { | 223 { |
223 "test": "app_shell_unittests", | 224 "test": "app_shell_unittests", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 "non_filter_tests_builders": [ | 276 "non_filter_tests_builders": [ |
276 ], | 277 ], |
277 | 278 |
278 "filter_compile_builders": [ | 279 "filter_compile_builders": [ |
279 "win_chromium_compile_dbg", | 280 "win_chromium_compile_dbg", |
280 "win_chromium_rel_swarming", | 281 "win_chromium_rel_swarming", |
281 "win_chromium_x64_rel_swarming", | 282 "win_chromium_x64_rel_swarming", |
282 "win8_chromium_rel" | 283 "win8_chromium_rel" |
283 ] | 284 ] |
284 } | 285 } |
OLD | NEW |