| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 }, | 106 }, |
| 107 "ipc_tests", | 107 "ipc_tests", |
| 108 "jingle_unittests", | 108 "jingle_unittests", |
| 109 { | 109 { |
| 110 "test": "keyboard_unittests", | 110 "test": "keyboard_unittests", |
| 111 "platforms": ["linux", "win"] | 111 "platforms": ["linux", "win"] |
| 112 }, | 112 }, |
| 113 "media_perftests", | 113 "media_perftests", |
| 114 "media_unittests", | 114 "media_unittests", |
| 115 "message_center_unittests", | 115 "message_center_unittests", |
| 116 "mojo_apps_js_unittests", | |
| 117 "mojo_common_unittests", | 116 "mojo_common_unittests", |
| 118 "mojo_js_unittests", | |
| 119 "mojo_public_bindings_unittests", | 117 "mojo_public_bindings_unittests", |
| 120 "mojo_public_environment_unittests", | 118 "mojo_public_environment_unittests", |
| 121 "mojo_public_system_unittests", | 119 "mojo_public_system_unittests", |
| 122 "mojo_public_utility_unittests", | 120 "mojo_public_utility_unittests", |
| 123 { | 121 { |
| 124 "test": "mojo_application_manager_unittests", | 122 "test": "mojo_application_manager_unittests", |
| 125 "platforms": ["linux"] | 123 "platforms": ["linux"] |
| 126 }, | 124 }, |
| 127 { | 125 { |
| 128 "test": "mojo_shell_tests", | 126 "test": "mojo_shell_tests", |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "non_filter_tests_builders": [ | 234 "non_filter_tests_builders": [ |
| 237 ], | 235 ], |
| 238 | 236 |
| 239 "filter_compile_builders": [ | 237 "filter_compile_builders": [ |
| 240 "win_chromium_compile_dbg", | 238 "win_chromium_compile_dbg", |
| 241 "win_chromium_rel_swarming", | 239 "win_chromium_rel_swarming", |
| 242 "win_chromium_x64_rel_swarming", | 240 "win_chromium_x64_rel_swarming", |
| 243 "win8_chromium_rel" | 241 "win8_chromium_rel" |
| 244 ] | 242 ] |
| 245 } | 243 } |
| OLD | NEW |