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

Unified Diff: ui/ozone/ozone.gni

Issue 2423833002: Set ozone_platform_wayland to true for ozone/ChromeOS builds (Closed)
Patch Set: opt-out for wayland_unittests as per kylechar's advice. Created 4 years, 2 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 | « ui/ozone/BUILD.gn ('k') | ui/ozone/platform/wayland/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/ozone.gni
diff --git a/ui/ozone/ozone.gni b/ui/ozone/ozone.gni
index d4a43073171cddbe99a7e8eac5b52294cd90b015..629b75f9bb9cfae10b2960d66520bc34999e53a9 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -50,6 +50,7 @@ declare_args() {
} else if (is_chromeos) {
ozone_platform_gbm = true
ozone_platform_x11 = true
+ ozone_platform_wayland = true
fwang 2016/10/19 07:49:04 Per https://groups.google.com/a/chromium.org/d/msg
} else {
# Build all platforms whose deps are in install-build-deps.sh.
# Only these platforms will be compile tested by buildbots.
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/platform/wayland/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698