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

Unified Diff: ui/ozone/ozone.gni

Issue 2445323002: Ozone: Remove the caca platform from the tree (Closed)
Patch Set: 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/caca/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 629b75f9bb9cfae10b2960d66520bc34999e53a9..f6493c2d81f1d07c1d2f7fcb26037db0f05776ff 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -22,7 +22,6 @@ declare_args() {
ozone_platform = ""
# Enable individual platforms.
- ozone_platform_caca = false
ozone_platform_cast = false
ozone_platform_gbm = false
ozone_platform_headless = false
@@ -59,7 +58,7 @@ declare_args() {
}
}
-assert(use_ozone || !(ozone_platform_caca || ozone_platform_cast ||
- ozone_platform_gbm || ozone_platform_headless ||
- ozone_platform_x11 || ozone_platform_wayland),
+assert(use_ozone || !(ozone_platform_cast || ozone_platform_gbm ||
+ ozone_platform_headless || ozone_platform_x11 ||
+ ozone_platform_wayland),
"Must set use_ozone to select ozone platforms")
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/platform/caca/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698