| 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", | |
| 215 { | 214 { |
| 216 "test": "wm_unittests", | 215 "test": "wm_unittests", |
| 217 "platforms": ["linux", "win"] | 216 "platforms": ["linux", "win"] |
| 218 }, | 217 }, |
| 219 { | 218 { |
| 220 "test": "app_shell_browsertests", | 219 "test": "app_shell_browsertests", |
| 221 "platforms": ["linux", "win"] | 220 "platforms": ["linux", "win"] |
| 222 }, | 221 }, |
| 223 { | 222 { |
| 224 "test": "app_shell_unittests", | 223 "test": "app_shell_unittests", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 "non_filter_tests_builders": [ | 275 "non_filter_tests_builders": [ |
| 277 ], | 276 ], |
| 278 | 277 |
| 279 "filter_compile_builders": [ | 278 "filter_compile_builders": [ |
| 280 "win_chromium_compile_dbg", | 279 "win_chromium_compile_dbg", |
| 281 "win_chromium_rel_swarming", | 280 "win_chromium_rel_swarming", |
| 282 "win_chromium_x64_rel_swarming", | 281 "win_chromium_x64_rel_swarming", |
| 283 "win8_chromium_rel" | 282 "win8_chromium_rel" |
| 284 ] | 283 ] |
| 285 } | 284 } |
| OLD | NEW |