summaryrefslogtreecommitdiffstats
path: root/ui/ozone/ozone.gni
diff options
context:
space:
mode:
authorslan <slan@chromium.org>2015-07-17 16:58:11 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-17 23:58:54 +0000
commit27fc61463aaeeacee10b8965b343afcdaf5065d4 (patch)
treeaadeb997dabc8d270a34e13aec7759f37ba5e4c4 /ui/ozone/ozone.gni
parent997d3550d282ed8a2b4141d69866748889602a02 (diff)
downloadchromium_src-27fc61463aaeeacee10b8965b343afcdaf5065d4.zip
chromium_src-27fc61463aaeeacee10b8965b343afcdaf5065d4.tar.gz
chromium_src-27fc61463aaeeacee10b8965b343afcdaf5065d4.tar.bz2
Add eglplatform_shim_x11 target to ozone GN build.
This is needed for the GN build of Chromecast. The correspoinding GYP target is a loadable_module, but since this target type is not yet supported in GN (http://crbug.com/380327), a shared lib will be a temporary substitute on Linux. BUG= b/17615224 Review URL: https://codereview.chromium.org/1236883005 Cr-Commit-Position: refs/heads/master@{#339359}
Diffstat (limited to 'ui/ozone/ozone.gni')
-rw-r--r--ui/ozone/ozone.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ozone/ozone.gni b/ui/ozone/ozone.gni
index 35db157..e307a35 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -16,6 +16,7 @@ declare_args() {
ozone_platform_drm = false
ozone_platform_egltest = false
ozone_platform_gbm = false
+ ozone_platform_ozonex = false
ozone_platform_test = false
if (ozone_auto_platforms) {