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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
Index: testing/buildbot/chromium_trybot.json
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json
index 4c967b198d3a9a8fc4857d44b9fea3386bb715c1..9083bde40951940bdfbb31b5c65bad6b4f8072e4 100644
--- a/testing/buildbot/chromium_trybot.json
+++ b/testing/buildbot/chromium_trybot.json
@@ -136,6 +136,17 @@
},
"device_unittests",
{
+ "chromium_configs": [
+ "chromium_chromeos",
+ "chromium_chromeos_clang",
+ "chromium_chromeos_ozone"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "display_unittests"
+ },
+ {
"swarming": {
"can_use_on_swarming_builders": true
},

Powered by Google App Engine
This is Rietveld 408576698