summaryrefslogtreecommitdiffstats
path: root/ui/ozone/ozone.gni
diff options
context:
space:
mode:
authordnicoara <dnicoara@chromium.org>2015-03-16 13:45:51 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-16 20:46:24 +0000
commitd89b572673f0fd352ae9d14e69b79e0430c87fbd (patch)
tree2349938734fb1e12feffe3934d1989b293423821 /ui/ozone/ozone.gni
parenta6606dc698030ece6fc3f68e6c670d53c3a90d92 (diff)
downloadchromium_src-d89b572673f0fd352ae9d14e69b79e0430c87fbd.zip
chromium_src-d89b572673f0fd352ae9d14e69b79e0430c87fbd.tar.gz
chromium_src-d89b572673f0fd352ae9d14e69b79e0430c87fbd.tar.bz2
[Ozone] Update GYP and GN to include a DRM platform
This makes it possible to refer to the platform as DRI and DRM. We need this intermediate state so we can update the CrOS builds to use DRM rather than DRI. BUG=none TEST=Build ozone with DRI & DRM platform and without to verify build (GYP and GN) Review URL: https://codereview.chromium.org/957253005 Cr-Commit-Position: refs/heads/master@{#320788}
Diffstat (limited to 'ui/ozone/ozone.gni')
-rw-r--r--ui/ozone/ozone.gni2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/ozone/ozone.gni b/ui/ozone/ozone.gni
index 867813c..8556cee 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -14,6 +14,7 @@ declare_args() {
# Enable individual platforms.
ozone_platform_caca = false
ozone_platform_dri = false
+ ozone_platform_drm = false
ozone_platform_egltest = false
ozone_platform_gbm = false
ozone_platform_test = false
@@ -25,6 +26,7 @@ declare_args() {
# Build all platforms whose deps are in install-build-deps.sh.
# Only these platforms will be compile tested by buildbots.
ozone_platform_dri = true
+ ozone_platform_drm = true
ozone_platform_test = true
ozone_platform_egltest = true
}