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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 "sync_unit_tests", | 109 "sync_unit_tests", |
110 "ui_unittests", | 110 "ui_unittests", |
111 { | 111 { |
112 "test": "unit_tests", | 112 "test": "unit_tests", |
113 "swarming": { | 113 "swarming": { |
114 "can_use_on_swarming_builders": true, | 114 "can_use_on_swarming_builders": true, |
115 "shards": 2 | 115 "shards": 2 |
116 } | 116 } |
117 }, | 117 }, |
118 "url_unittests", | 118 "url_unittests", |
119 "webkit_compositor_bindings_unittests", | |
120 { | 119 { |
121 "test": "wm_unittests", | 120 "test": "wm_unittests", |
122 "platforms": ["linux"] | 121 "platforms": ["linux"] |
123 }, | 122 }, |
124 { | 123 { |
125 "test": "app_shell_browsertests", | 124 "test": "app_shell_browsertests", |
126 "platforms": ["linux"] | 125 "platforms": ["linux"] |
127 }, | 126 }, |
128 { | 127 { |
129 "test": "ash_unittests", | 128 "test": "ash_unittests", |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 "test": "athena_unittests", | 162 "test": "athena_unittests", |
164 "platforms": ["linux"], | 163 "platforms": ["linux"], |
165 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 164 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
166 }, | 165 }, |
167 { | 166 { |
168 "test": "display_unittests", | 167 "test": "display_unittests", |
169 "platforms": ["linux"] | 168 "platforms": ["linux"] |
170 } | 169 } |
171 ] | 170 ] |
172 } | 171 } |
OLD | NEW |