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

Unified Diff: ui/ozone/BUILD.gn

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 | « no previous file | ui/ozone/ozone.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/BUILD.gn
diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn
index 70a0b92bf6c101d2d9fd13cbfa51c4cf65fa1192..028ac6b19d62549477695a9c5d8725a60d56ec66 100644
--- a/ui/ozone/BUILD.gn
+++ b/ui/ozone/BUILD.gn
@@ -24,11 +24,6 @@ if (ozone_platform_headless) {
ozone_platform_deps += [ "platform/headless" ]
}
-if (ozone_platform_caca) {
- ozone_platforms += [ "caca" ]
- ozone_platform_deps += [ "platform/caca" ]
-}
-
if (ozone_platform_gbm) {
ozone_platforms += [ "gbm" ]
ozone_platform_deps += [ "platform/drm:gbm" ]
« no previous file with comments | « no previous file | ui/ozone/ozone.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698