OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |