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

Side by Side Diff: ui/ozone/platform/drm/drm.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: 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 unified diff | Download patch
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_drm', 8 'ozone_platform_drm',
9 ], 9 ],
10 'internal_ozone_platform_unittest_deps': [ 10 'internal_ozone_platform_unittest_deps': [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'gpu/drm_device_generator.cc', 56 'gpu/drm_device_generator.cc',
57 'gpu/drm_device_generator.h', 57 'gpu/drm_device_generator.h',
58 'gpu/drm_device_manager.cc', 58 'gpu/drm_device_manager.cc',
59 'gpu/drm_device_manager.h', 59 'gpu/drm_device_manager.h',
60 'gpu/drm_display.cc', 60 'gpu/drm_display.cc',
61 'gpu/drm_display.h', 61 'gpu/drm_display.h',
62 'gpu/drm_gpu_display_manager.cc', 62 'gpu/drm_gpu_display_manager.cc',
63 'gpu/drm_gpu_display_manager.h', 63 'gpu/drm_gpu_display_manager.h',
64 'gpu/drm_gpu_platform_support.cc', 64 'gpu/drm_gpu_platform_support.cc',
65 'gpu/drm_gpu_platform_support.h', 65 'gpu/drm_gpu_platform_support.h',
66 'gpu/drm_gpu_platform_support_proxy.cc',
67 'gpu/drm_gpu_platform_support_proxy.h',
66 'gpu/drm_surface.cc', 68 'gpu/drm_surface.cc',
67 'gpu/drm_surface.h', 69 'gpu/drm_surface.h',
68 'gpu/drm_surface_factory.cc', 70 'gpu/drm_surface_factory.cc',
69 'gpu/drm_surface_factory.h', 71 'gpu/drm_surface_factory.h',
72 'gpu/drm_thread.cc',
73 'gpu/drm_thread.h',
70 'gpu/drm_vsync_provider.cc', 74 'gpu/drm_vsync_provider.cc',
71 'gpu/drm_vsync_provider.h', 75 'gpu/drm_vsync_provider.h',
72 'gpu/drm_window.cc', 76 'gpu/drm_window.cc',
73 'gpu/drm_window.h', 77 'gpu/drm_window.h',
78 'gpu/drm_window_proxy.cc',
79 'gpu/drm_window_proxy.h',
74 'gpu/hardware_display_controller.cc', 80 'gpu/hardware_display_controller.cc',
75 'gpu/hardware_display_controller.h', 81 'gpu/hardware_display_controller.h',
76 'gpu/hardware_display_plane.cc', 82 'gpu/hardware_display_plane.cc',
77 'gpu/hardware_display_plane.h', 83 'gpu/hardware_display_plane.h',
78 'gpu/hardware_display_plane_manager.cc', 84 'gpu/hardware_display_plane_manager.cc',
79 'gpu/hardware_display_plane_manager.h', 85 'gpu/hardware_display_plane_manager.h',
80 'gpu/hardware_display_plane_manager_legacy.cc', 86 'gpu/hardware_display_plane_manager_legacy.cc',
81 'gpu/hardware_display_plane_manager_legacy.h', 87 'gpu/hardware_display_plane_manager_legacy.h',
82 'gpu/overlay_plane.cc', 88 'gpu/overlay_plane.cc',
83 'gpu/overlay_plane.h', 89 'gpu/overlay_plane.h',
84 'gpu/page_flip_request.cc', 90 'gpu/page_flip_request.cc',
85 'gpu/page_flip_request.h', 91 'gpu/page_flip_request.h',
92 'gpu/proxy_helpers.cc',
93 'gpu/proxy_helpers.h',
86 'gpu/screen_manager.cc', 94 'gpu/screen_manager.cc',
87 'gpu/screen_manager.h', 95 'gpu/screen_manager.h',
88 'host/channel_observer.h', 96 'host/channel_observer.h',
89 'host/drm_cursor.cc', 97 'host/drm_cursor.cc',
90 'host/drm_cursor.h', 98 'host/drm_cursor.h',
91 'host/drm_device_handle.cc', 99 'host/drm_device_handle.cc',
92 'host/drm_device_handle.h', 100 'host/drm_device_handle.h',
93 'host/drm_display_host.cc', 101 'host/drm_display_host.cc',
94 'host/drm_display_host.h', 102 'host/drm_display_host.h',
95 'host/drm_display_host_manager.cc', 103 'host/drm_display_host_manager.cc',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'gpu/hardware_display_controller_unittest.cc', 154 'gpu/hardware_display_controller_unittest.cc',
147 'gpu/hardware_display_plane_manager_unittest.cc', 155 'gpu/hardware_display_plane_manager_unittest.cc',
148 'gpu/screen_manager_unittest.cc', 156 'gpu/screen_manager_unittest.cc',
149 'test/mock_drm_device.cc', 157 'test/mock_drm_device.cc',
150 'test/mock_drm_device.h', 158 'test/mock_drm_device.h',
151 ], 159 ],
152 }, 160 },
153 }, 161 },
154 ], 162 ],
155 } 163 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698