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

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

Issue 1834243003: Revert of Move ScreenWin to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | ui/display/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
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
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 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | ui/display/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698