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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'internal_ozone_platform_deps': [ 7 'internal_ozone_platform_deps': [
8 'ozone_platform_gbm', 8 'ozone_platform_gbm',
9 ], 9 ],
10 'internal_ozone_platform_unittest_deps': [ 10 'internal_ozone_platform_unittest_deps': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'gpu/drm_device_generator.cc', 65 'gpu/drm_device_generator.cc',
66 'gpu/drm_device_generator.h', 66 'gpu/drm_device_generator.h',
67 'gpu/drm_device_manager.cc', 67 'gpu/drm_device_manager.cc',
68 'gpu/drm_device_manager.h', 68 'gpu/drm_device_manager.h',
69 'gpu/drm_display.cc', 69 'gpu/drm_display.cc',
70 'gpu/drm_display.h', 70 'gpu/drm_display.h',
71 'gpu/drm_gpu_display_manager.cc', 71 'gpu/drm_gpu_display_manager.cc',
72 'gpu/drm_gpu_display_manager.h', 72 'gpu/drm_gpu_display_manager.h',
73 'gpu/drm_gpu_platform_support.cc', 73 'gpu/drm_gpu_platform_support.cc',
74 'gpu/drm_gpu_platform_support.h', 74 'gpu/drm_gpu_platform_support.h',
75 'gpu/drm_thread.cc',
76 'gpu/drm_thread.h',
77 'gpu/drm_thread_message_proxy.cc',
78 'gpu/drm_thread_message_proxy.h',
79 'gpu/drm_thread_proxy.cc',
80 'gpu/drm_thread_proxy.h',
75 'gpu/drm_vsync_provider.cc', 81 'gpu/drm_vsync_provider.cc',
76 'gpu/drm_vsync_provider.h', 82 'gpu/drm_vsync_provider.h',
77 'gpu/drm_window.cc', 83 'gpu/drm_window.cc',
78 'gpu/drm_window.h', 84 'gpu/drm_window.h',
85 'gpu/drm_window_proxy.cc',
86 'gpu/drm_window_proxy.h',
79 'gpu/gbm_buffer.cc', 87 'gpu/gbm_buffer.cc',
80 'gpu/gbm_buffer.h', 88 'gpu/gbm_buffer.h',
81 'gpu/gbm_buffer_base.cc', 89 'gpu/gbm_buffer_base.cc',
82 'gpu/gbm_buffer_base.h', 90 'gpu/gbm_buffer_base.h',
83 'gpu/gbm_device.cc', 91 'gpu/gbm_device.cc',
84 'gpu/gbm_device.h', 92 'gpu/gbm_device.h',
85 'gpu/gbm_surface_factory.cc', 93 'gpu/gbm_surface_factory.cc',
86 'gpu/gbm_surface_factory.h', 94 'gpu/gbm_surface_factory.h',
87 'gpu/gbm_surfaceless.cc', 95 'gpu/gbm_surfaceless.cc',
88 'gpu/gbm_surfaceless.h', 96 'gpu/gbm_surfaceless.h',
89 'gpu/hardware_display_controller.cc', 97 'gpu/hardware_display_controller.cc',
90 'gpu/hardware_display_controller.h', 98 'gpu/hardware_display_controller.h',
91 'gpu/hardware_display_plane.cc', 99 'gpu/hardware_display_plane.cc',
92 'gpu/hardware_display_plane.h', 100 'gpu/hardware_display_plane.h',
93 'gpu/hardware_display_plane_manager.cc', 101 'gpu/hardware_display_plane_manager.cc',
94 'gpu/hardware_display_plane_manager.h', 102 'gpu/hardware_display_plane_manager.h',
95 'gpu/hardware_display_plane_manager_legacy.cc', 103 'gpu/hardware_display_plane_manager_legacy.cc',
96 'gpu/hardware_display_plane_manager_legacy.h', 104 'gpu/hardware_display_plane_manager_legacy.h',
97 'gpu/overlay_plane.cc', 105 'gpu/overlay_plane.cc',
98 'gpu/overlay_plane.h', 106 'gpu/overlay_plane.h',
99 'gpu/page_flip_request.cc', 107 'gpu/page_flip_request.cc',
100 'gpu/page_flip_request.h', 108 'gpu/page_flip_request.h',
109 'gpu/proxy_helpers.cc',
110 'gpu/proxy_helpers.h',
101 'gpu/screen_manager.cc', 111 'gpu/screen_manager.cc',
102 'gpu/screen_manager.h', 112 'gpu/screen_manager.h',
103 'host/channel_observer.h', 113 'host/channel_observer.h',
104 'host/drm_cursor.cc', 114 'host/drm_cursor.cc',
105 'host/drm_cursor.h', 115 'host/drm_cursor.h',
106 'host/drm_device_handle.cc', 116 'host/drm_device_handle.cc',
107 'host/drm_device_handle.h', 117 'host/drm_device_handle.h',
108 'host/drm_display_host.cc', 118 'host/drm_display_host.cc',
109 'host/drm_display_host.h', 119 'host/drm_display_host.h',
110 'host/drm_display_host_manager.cc', 120 'host/drm_display_host_manager.cc',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'gpu/hardware_display_controller_unittest.cc', 176 'gpu/hardware_display_controller_unittest.cc',
167 'gpu/hardware_display_plane_manager_unittest.cc', 177 'gpu/hardware_display_plane_manager_unittest.cc',
168 'gpu/screen_manager_unittest.cc', 178 'gpu/screen_manager_unittest.cc',
169 'test/mock_drm_device.cc', 179 'test/mock_drm_device.cc',
170 'test/mock_drm_device.h', 180 'test/mock_drm_device.h',
171 ], 181 ],
172 }, 182 },
173 }, 183 },
174 ], 184 ],
175 } 185 }
OLDNEW
« 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