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

Unified Diff: ui/ozone/platform/drm/gbm.gypi

Issue 1311043016: Switch DRM platform to using a separate thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mv-drm-calls-on-thread2
Patch Set: update & fix clang Created 5 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 | « ui/ozone/platform/drm/BUILD.gn ('k') | ui/ozone/platform/drm/gpu/drm_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/gbm.gypi
diff --git a/ui/ozone/platform/drm/gbm.gypi b/ui/ozone/platform/drm/gbm.gypi
index 102fc09fea41e5077a56b3d3dc1e49ce42adc38e..d454717a435c07ac5fb7b5e7e7cd69eeb16f095c 100644
--- a/ui/ozone/platform/drm/gbm.gypi
+++ b/ui/ozone/platform/drm/gbm.gypi
@@ -72,10 +72,18 @@
'gpu/drm_gpu_display_manager.h',
'gpu/drm_gpu_platform_support.cc',
'gpu/drm_gpu_platform_support.h',
+ 'gpu/drm_thread.cc',
+ 'gpu/drm_thread.h',
+ 'gpu/drm_thread_message_proxy.cc',
+ 'gpu/drm_thread_message_proxy.h',
+ 'gpu/drm_thread_proxy.cc',
+ 'gpu/drm_thread_proxy.h',
'gpu/drm_vsync_provider.cc',
'gpu/drm_vsync_provider.h',
'gpu/drm_window.cc',
'gpu/drm_window.h',
+ 'gpu/drm_window_proxy.cc',
+ 'gpu/drm_window_proxy.h',
'gpu/gbm_buffer.cc',
'gpu/gbm_buffer.h',
'gpu/gbm_buffer_base.cc',
@@ -98,6 +106,8 @@
'gpu/overlay_plane.h',
'gpu/page_flip_request.cc',
'gpu/page_flip_request.h',
+ 'gpu/proxy_helpers.cc',
+ 'gpu/proxy_helpers.h',
'gpu/screen_manager.cc',
'gpu/screen_manager.h',
'host/channel_observer.h',
« no previous file with comments | « ui/ozone/platform/drm/BUILD.gn ('k') | ui/ozone/platform/drm/gpu/drm_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698