summaryrefslogtreecommitdiffstats
path: root/ui/ozone/ozone.gyp
diff options
context:
space:
mode:
authorspang <spang@chromium.org>2014-09-02 22:14:58 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-03 05:18:44 +0000
commitaa2a372038d7faf53f0f98194fdac467b56580de (patch)
treeb38600a281b83e790092b6b75dc1d4e0130bbede /ui/ozone/ozone.gyp
parent8b156314b9fa0a730c9a02ebb44ba7638d52aef7 (diff)
downloadchromium_src-aa2a372038d7faf53f0f98194fdac467b56580de.zip
chromium_src-aa2a372038d7faf53f0f98194fdac467b56580de.tar.gz
chromium_src-aa2a372038d7faf53f0f98194fdac467b56580de.tar.bz2
ozone: Add UiThreadGpu for applications that do UI thread GL
The demo does GL on the main thread, which broken since we now depend on GpuPlatformSupport(Host). Let's deliver these messages directly via a helper class for those applications. BUG=409978 TEST=ozone_demo --ozone-platform=gbm on link_freon NOTRY=true Review URL: https://codereview.chromium.org/533803003 Cr-Commit-Position: refs/heads/master@{#293075}
Diffstat (limited to 'ui/ozone/ozone.gyp')
-rw-r--r--ui/ozone/ozone.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index 123ea2a..8c92871 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -102,6 +102,8 @@
'public/ozone_platform.h',
'public/ozone_switches.cc',
'public/ozone_switches.h',
+ 'public/ui_thread_gpu.cc',
+ 'public/ui_thread_gpu.h',
'platform_selection.cc',
'platform_selection.h',
'<@(external_ozone_platform_files)',