summaryrefslogtreecommitdiffstats
path: root/ui/ozone/ozone.gni
diff options
context:
space:
mode:
authorspang <spang@chromium.org>2015-09-15 15:00:05 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-15 22:00:40 +0000
commitd0620b8a4b025b5d808644068d155e07dcaa0276 (patch)
tree9fc6a44b6ab98d46f495b3c843324846a3aaa683 /ui/ozone/ozone.gni
parent3356ad1d74b3915066d34f275dc42b8e5ce4b780 (diff)
downloadchromium_src-d0620b8a4b025b5d808644068d155e07dcaa0276.zip
chromium_src-d0620b8a4b025b5d808644068d155e07dcaa0276.tar.gz
chromium_src-d0620b8a4b025b5d808644068d155e07dcaa0276.tar.bz2
ozone: Remove the "drm" software composited platform
This is a software-only platform that was used early in the process of bringing up the Chrome OS ozone/freon (no X11) build. It's time to remove it because it now requires not only scary flags to get it going, but also a patch (https://codereview.chromium.org/1216303004/). If we need a build with software rasterization let's use vgem+swrast like our VMtests do. BUG=531814 TEST=link still works fine with platform=gbm Review URL: https://codereview.chromium.org/1345703002 Cr-Commit-Position: refs/heads/master@{#349012}
Diffstat (limited to 'ui/ozone/ozone.gni')
-rw-r--r--ui/ozone/ozone.gni2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/ozone/ozone.gni b/ui/ozone/ozone.gni
index a58a1e6..e0da919 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -13,7 +13,6 @@ declare_args() {
# Enable individual platforms.
ozone_platform_caca = false
- ozone_platform_drm = false
ozone_platform_egltest = false
ozone_platform_gbm = false
ozone_platform_ozonex = false
@@ -25,7 +24,6 @@ declare_args() {
# Build all platforms whose deps are in install-build-deps.sh.
# Only these platforms will be compile tested by buildbots.
- ozone_platform_drm = true
ozone_platform_gbm = true
ozone_platform_test = true
ozone_platform_egltest = true