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

Unified Diff: ui/ozone/ozone.gni

Issue 2481033006: Ozone: Adjust determination of platforms for ozone_auto_platforms=true (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | 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 f6493c2d81f1d07c1d2f7fcb26037db0f05776ff..681932039e217dde2d661ecbf755fdfa1cdd3dc9 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -50,9 +50,8 @@ declare_args() {
ozone_platform_gbm = true
ozone_platform_x11 = true
ozone_platform_wayland = true
- } else {
- # Build all platforms whose deps are in install-build-deps.sh.
- # Only these platforms will be compile tested by buildbots.
+ } else if (is_desktop_linux) {
+ ozone_platform_wayland = true
ozone_platform_x11 = true
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698