| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_common_unittests", | 116 "mojo_common_unittests", |
| 117 "mojo_public_bindings_unittests", | 117 "mojo_public_bindings_unittests", |
| 118 "mojo_public_environment_unittests", | 118 "mojo_public_environment_unittests", |
| 119 "mojo_public_system_unittests", | 119 "mojo_public_system_unittests", |
| 120 "mojo_public_utility_unittests", | 120 "mojo_public_utility_unittests", |
| 121 { | |
| 122 "test": "mojo_application_manager_unittests", | |
| 123 "platforms": ["linux"] | |
| 124 }, | |
| 125 "mojo_system_unittests", | 121 "mojo_system_unittests", |
| 126 { | 122 { |
| 127 "test": "nacl_loader_unittests", | 123 "test": "nacl_loader_unittests", |
| 128 "platforms": ["linux"] | 124 "platforms": ["linux"] |
| 129 }, | 125 }, |
| 130 { | 126 { |
| 131 "test": "net_unittests", | 127 "test": "net_unittests", |
| 132 "swarming": { | 128 "swarming": { |
| 133 "can_use_on_swarming_builders": true | 129 "can_use_on_swarming_builders": true |
| 134 } | 130 } |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 "non_filter_tests_builders": [ | 226 "non_filter_tests_builders": [ |
| 231 ], | 227 ], |
| 232 | 228 |
| 233 "filter_compile_builders": [ | 229 "filter_compile_builders": [ |
| 234 "win_chromium_compile_dbg", | 230 "win_chromium_compile_dbg", |
| 235 "win_chromium_rel_swarming", | 231 "win_chromium_rel_swarming", |
| 236 "win_chromium_x64_rel_swarming", | 232 "win_chromium_x64_rel_swarming", |
| 237 "win8_chromium_rel" | 233 "win8_chromium_rel" |
| 238 ] | 234 ] |
| 239 } | 235 } |
| OLD | NEW |