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

Unified Diff: testing/buildbot/chromium.chromiumos.json

Issue 2665193002: Fix aura_unittests for Ozone X11. (Closed)
Patch Set: Pass initial bounds into X11Window/X11WindowOzone. Created 3 years, 11 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
« no previous file with comments | « services/ui/ws/platform_display_default.cc ('k') | ui/ozone/platform/x11/ozone_platform_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.chromiumos.json
diff --git a/testing/buildbot/chromium.chromiumos.json b/testing/buildbot/chromium.chromiumos.json
index e28a15cf1881dfd26c0c44b8cf403a9ec0466da1..3285752817f5f40ed06f5c01e2ead0711b8f450f 100644
--- a/testing/buildbot/chromium.chromiumos.json
+++ b/testing/buildbot/chromium.chromiumos.json
@@ -52,6 +52,9 @@
"test": "ash_unittests"
},
{
+ "args": [
+ "--ozone-platform=x11"
+ ],
"swarming": {
"can_use_on_swarming_builders": true
},
@@ -501,6 +504,9 @@
"test": "views_mus_unittests"
},
{
+ "args": [
+ "--ozone-platform=x11"
+ ],
"swarming": {
"can_use_on_swarming_builders": true
},
« no previous file with comments | « services/ui/ws/platform_display_default.cc ('k') | ui/ozone/platform/x11/ozone_platform_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698