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 22 matching lines...) Expand all Loading... |
33 }, | 33 }, |
34 "components_unittests", | 34 "components_unittests", |
35 { | 35 { |
36 "test": "compositor_unittests", | 36 "test": "compositor_unittests", |
37 "platforms": ["linux", "win"] | 37 "platforms": ["linux", "win"] |
38 }, | 38 }, |
39 { | 39 { |
40 "test": "courgette_unittests", | 40 "test": "courgette_unittests", |
41 "platforms": ["win"] | 41 "platforms": ["win"] |
42 }, | 42 }, |
43 "content_browsertests", | 43 { |
44 "content_unittests", | 44 "test": "content_browsertests", |
| 45 "swarming": { |
| 46 "can_use_on_swarming_builders": true |
| 47 } |
| 48 }, |
| 49 { |
| 50 "test": "content_unittests", |
| 51 "swarming": { |
| 52 "can_use_on_swarming_builders": true |
| 53 } |
| 54 }, |
45 "crypto_unittests", | 55 "crypto_unittests", |
46 { | 56 { |
47 "test": "dbus_unittests", | 57 "test": "dbus_unittests", |
48 "platforms": ["linux"] | 58 "platforms": ["linux"] |
49 }, | 59 }, |
50 "device_unittests", | 60 "device_unittests", |
51 "events_unittests", | 61 "events_unittests", |
52 { | 62 { |
53 "test": "extensions_unittests", | 63 "test": "extensions_unittests", |
54 "platforms": ["win", "mac", "linux"] | 64 "platforms": ["win", "mac", "linux"] |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 "chrome/test/data/.*", | 196 "chrome/test/data/.*", |
187 "content/test/data/.*", | 197 "content/test/data/.*", |
188 "DEPS", | 198 "DEPS", |
189 "testing/buildbot/.*" | 199 "testing/buildbot/.*" |
190 ], | 200 ], |
191 | 201 |
192 "filter_builders": [ | 202 "filter_builders": [ |
193 "linux_chromium_clang_dbg" | 203 "linux_chromium_clang_dbg" |
194 ] | 204 ] |
195 } | 205 } |
OLD | NEW |