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

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: added drm_thread_proxy Created 5 years, 3 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
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..de0e63901b9ae7423a3dd1063dc4deebf620703c 100644
--- a/ui/ozone/platform/drm/gbm.gypi
+++ b/ui/ozone/platform/drm/gbm.gypi
@@ -72,10 +72,16 @@
'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_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',
@@ -94,10 +100,14 @@
'gpu/hardware_display_plane_manager.h',
'gpu/hardware_display_plane_manager_legacy.cc',
'gpu/hardware_display_plane_manager_legacy.h',
+ 'gpu/message_filter_proxy.cc',
+ 'gpu/message_filter_proxy.h',
'gpu/overlay_plane.cc',
'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',

Powered by Google App Engine
This is Rietveld 408576698