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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 "platforms": ["linux"] | 58 "platforms": ["linux"] |
59 }, | 59 }, |
60 "device_unittests", | 60 "device_unittests", |
61 "events_unittests", | 61 "events_unittests", |
62 { | 62 { |
63 "test": "extensions_unittests", | 63 "test": "extensions_unittests", |
64 "platforms": ["win", "mac", "linux"] | 64 "platforms": ["win", "mac", "linux"] |
65 }, | 65 }, |
66 "gcm_unit_tests", | 66 "gcm_unit_tests", |
67 "gfx_unittests", | 67 "gfx_unittests", |
68 { | |
69 "test": "gn_unittests", | |
70 "platforms": ["linux"] | |
71 }, | |
72 "google_apis_unittests", | 68 "google_apis_unittests", |
73 "gpu_unittests", | 69 "gpu_unittests", |
74 { | 70 { |
75 "test": "interactive_ui_tests", | 71 "test": "interactive_ui_tests", |
76 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"], | 72 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"], |
77 "swarming": { | 73 "swarming": { |
78 "can_use_on_swarming_builders": true, | 74 "can_use_on_swarming_builders": true, |
79 "shards": 3 | 75 "shards": 3 |
80 } | 76 } |
81 }, | 77 }, |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 "tools/perf/.*", | 206 "tools/perf/.*", |
211 "tools/telemetry/.*", | 207 "tools/telemetry/.*", |
212 "tools/whitespace.txt" | 208 "tools/whitespace.txt" |
213 ], | 209 ], |
214 | 210 |
215 "filter_builders": [ | 211 "filter_builders": [ |
216 "linux_chromium_clang_dbg", | 212 "linux_chromium_clang_dbg", |
217 "mac_chromium_rel" | 213 "mac_chromium_rel" |
218 ] | 214 ] |
219 } | 215 } |
OLD | NEW |