| 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 { |
| 192 "test": "mojo_view_manager_unittests", | |
| 193 "platforms": ["linux"] | |
| 194 }, | |
| 195 { | |
| 196 "test": "views_unittests", | 192 "test": "views_unittests", |
| 197 "platforms": ["linux", "win"] | 193 "platforms": ["linux", "win"] |
| 198 }, | 194 }, |
| 199 { | 195 { |
| 200 "test": "sandbox_linux_unittests", | 196 "test": "sandbox_linux_unittests", |
| 201 "platforms": ["linux"], | 197 "platforms": ["linux"], |
| 202 "args": ["--test-launcher-print-test-stdio=always"] | 198 "args": ["--test-launcher-print-test-stdio=always"] |
| 203 }, | 199 }, |
| 204 { | 200 { |
| 205 "test": "sandbox_mac_unittests", | 201 "test": "sandbox_mac_unittests", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 "non_filter_tests_builders": [ | 236 "non_filter_tests_builders": [ |
| 241 ], | 237 ], |
| 242 | 238 |
| 243 "filter_compile_builders": [ | 239 "filter_compile_builders": [ |
| 244 "win_chromium_compile_dbg", | 240 "win_chromium_compile_dbg", |
| 245 "win_chromium_rel_swarming", | 241 "win_chromium_rel_swarming", |
| 246 "win_chromium_x64_rel_swarming", | 242 "win_chromium_x64_rel_swarming", |
| 247 "win8_chromium_rel" | 243 "win8_chromium_rel" |
| 248 ] | 244 ] |
| 249 } | 245 } |
| OLD | NEW |