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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 186 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
187 }, | 187 }, |
188 { | 188 { |
189 "test": "display_unittests", | 189 "test": "display_unittests", |
190 "platforms": ["linux"] | 190 "platforms": ["linux"] |
191 } | 191 } |
192 ], | 192 ], |
193 | 193 |
194 "gtest_tests_filter_exclusions": [ | 194 "gtest_tests_filter_exclusions": [ |
195 ".*gyp[i]?", | 195 ".*gyp[i]?", |
| 196 "build/gyp_chromium", |
196 "chrome/test/data/.*", | 197 "chrome/test/data/.*", |
197 "content/test/data/.*", | 198 "content/test/data/.*", |
198 "DEPS", | 199 "DEPS", |
199 "testing/buildbot/.*", | 200 "testing/buildbot/.*", |
200 "tools/perf/.*", | 201 "tools/perf/.*", |
201 "tools/telemetry/.*", | 202 "tools/telemetry/.*", |
202 "tools/whitespace.txt" | 203 "tools/whitespace.txt" |
203 ], | 204 ], |
204 | 205 |
205 "filter_builders": [ | 206 "filter_builders": [ |
206 "linux_chromium_clang_dbg", | 207 "linux_chromium_clang_dbg", |
207 "mac_chromium_rel" | 208 "mac_chromium_rel" |
208 ] | 209 ] |
209 } | 210 } |
OLD | NEW |