OLD | NEW |
1 { | 1 { |
2 "compile_targets": [ | 2 "compile_targets": [ |
3 "all" | 3 "all" |
4 ], | 4 ], |
5 "filter_compile_builders": [ | 5 "filter_compile_builders": [ |
6 "win_chromium_compile_dbg", | 6 "win_chromium_compile_dbg", |
7 "win_chromium_rel_swarming", | 7 "win_chromium_rel_swarming", |
8 "win_chromium_x64_rel_swarming", | 8 "win_chromium_x64_rel_swarming", |
9 "win8_chromium_rel" | 9 "win8_chromium_rel" |
10 ], | 10 ], |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 "test": "crypto_unittests" | 129 "test": "crypto_unittests" |
130 }, | 130 }, |
131 { | 131 { |
132 "platforms": [ | 132 "platforms": [ |
133 "linux" | 133 "linux" |
134 ], | 134 ], |
135 "test": "dbus_unittests" | 135 "test": "dbus_unittests" |
136 }, | 136 }, |
137 "device_unittests", | 137 "device_unittests", |
138 { | 138 { |
139 "chromium_configs": [ | |
140 "chromium_chromeos", | |
141 "chromium_chromeos_clang", | |
142 "chromium_chromeos_ozone" | |
143 ], | |
144 "swarming": { | |
145 "can_use_on_swarming_builders": true | |
146 }, | |
147 "test": "display_unittests" | |
148 }, | |
149 { | |
150 "swarming": { | 139 "swarming": { |
151 "can_use_on_swarming_builders": true | 140 "can_use_on_swarming_builders": true |
152 }, | 141 }, |
153 "test": "events_unittests" | 142 "test": "events_unittests" |
154 }, | 143 }, |
155 { | 144 { |
156 "platforms": [ | 145 "platforms": [ |
157 "win", | 146 "win", |
158 "mac", | 147 "mac", |
159 "linux" | 148 "linux" |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 ], | 387 ], |
399 "platforms": [ | 388 "platforms": [ |
400 "linux" | 389 "linux" |
401 ], | 390 ], |
402 "test": "ozone_unittests" | 391 "test": "ozone_unittests" |
403 } | 392 } |
404 ], | 393 ], |
405 "non_filter_builders": [], | 394 "non_filter_builders": [], |
406 "non_filter_tests_builders": [] | 395 "non_filter_tests_builders": [] |
407 } | 396 } |
OLD | NEW |