| 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": "base_unittests", | 9 "test": "base_unittests", |
| 10 "swarming": { | 10 "swarming": { |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 "media_unittests", | 93 "media_unittests", |
| 94 "message_center_unittests", | 94 "message_center_unittests", |
| 95 "mojo_apps_js_unittests", | 95 "mojo_apps_js_unittests", |
| 96 "mojo_common_unittests", | 96 "mojo_common_unittests", |
| 97 "mojo_js_unittests", | 97 "mojo_js_unittests", |
| 98 "mojo_public_bindings_unittests", | 98 "mojo_public_bindings_unittests", |
| 99 "mojo_public_environment_unittests", | 99 "mojo_public_environment_unittests", |
| 100 "mojo_public_system_unittests", | 100 "mojo_public_system_unittests", |
| 101 "mojo_public_utility_unittests", | 101 "mojo_public_utility_unittests", |
| 102 "mojo_service_manager_unittests", | 102 "mojo_service_manager_unittests", |
| 103 "mojo_shell_tests", |
| 103 "mojo_system_unittests", | 104 "mojo_system_unittests", |
| 104 { | 105 { |
| 105 "test": "nacl_loader_unittests", | 106 "test": "nacl_loader_unittests", |
| 106 "platforms": ["linux"] | 107 "platforms": ["linux"] |
| 107 }, | 108 }, |
| 108 { | 109 { |
| 109 "test": "net_unittests", | 110 "test": "net_unittests", |
| 110 "swarming": { | 111 "swarming": { |
| 111 "can_use_on_swarming_builders": true | 112 "can_use_on_swarming_builders": true |
| 112 } | 113 } |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 }, | 159 }, |
| 159 { | 160 { |
| 160 "test": "ash_unittests", | 161 "test": "ash_unittests", |
| 161 "platforms": ["win"] | 162 "platforms": ["win"] |
| 162 }, | 163 }, |
| 163 { | 164 { |
| 164 "test": "aura_unittests", | 165 "test": "aura_unittests", |
| 165 "platforms": ["linux", "win"] | 166 "platforms": ["linux", "win"] |
| 166 }, | 167 }, |
| 167 { | 168 { |
| 168 "test": "mojo_shell_tests", | |
| 169 "platforms": ["linux"] | |
| 170 }, | |
| 171 { | |
| 172 "test": "mojo_view_manager_unittests", | 169 "test": "mojo_view_manager_unittests", |
| 173 "platforms": ["linux", "win"] | 170 "platforms": ["linux", "win"] |
| 174 }, | 171 }, |
| 175 { | 172 { |
| 176 "test": "views_unittests", | 173 "test": "views_unittests", |
| 177 "platforms": ["linux", "win"] | 174 "platforms": ["linux", "win"] |
| 178 }, | 175 }, |
| 179 { | 176 { |
| 180 "test": "sandbox_linux_unittests", | 177 "test": "sandbox_linux_unittests", |
| 181 "platforms": ["linux"], | 178 "platforms": ["linux"], |
| (...skipping 28 matching lines...) Expand all Loading... |
| 210 "tools/perf/.*", | 207 "tools/perf/.*", |
| 211 "tools/telemetry/.*", | 208 "tools/telemetry/.*", |
| 212 "tools/whitespace.txt" | 209 "tools/whitespace.txt" |
| 213 ], | 210 ], |
| 214 | 211 |
| 215 "filter_builders": [ | 212 "filter_builders": [ |
| 216 "linux_chromium_clang_dbg", | 213 "linux_chromium_clang_dbg", |
| 217 "mac_chromium_rel" | 214 "mac_chromium_rel" |
| 218 ] | 215 ] |
| 219 } | 216 } |
| OLD | NEW |