Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 1825723002: Move ScreenWin to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added is_chromeos guard Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 {
139 "swarming": { 150 "swarming": {
140 "can_use_on_swarming_builders": true 151 "can_use_on_swarming_builders": true
141 }, 152 },
142 "test": "events_unittests" 153 "test": "events_unittests"
143 }, 154 },
144 { 155 {
145 "platforms": [ 156 "platforms": [
146 "win", 157 "win",
147 "mac", 158 "mac",
148 "linux" 159 "linux"
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 ], 398 ],
388 "platforms": [ 399 "platforms": [
389 "linux" 400 "linux"
390 ], 401 ],
391 "test": "ozone_unittests" 402 "test": "ozone_unittests"
392 } 403 }
393 ], 404 ],
394 "non_filter_builders": [], 405 "non_filter_builders": [],
395 "non_filter_tests_builders": [] 406 "non_filter_tests_builders": []
396 } 407 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698