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_drm', | 8 'ozone_platform_drm', |
9 ], | 9 ], |
10 'internal_ozone_platform_unittest_deps': [ | 10 'internal_ozone_platform_unittest_deps': [ |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 'gpu/screen_manager.h', | 85 'gpu/screen_manager.h', |
86 'host/channel_observer.h', | 86 'host/channel_observer.h', |
87 'host/drm_cursor.cc', | 87 'host/drm_cursor.cc', |
88 'host/drm_cursor.h', | 88 'host/drm_cursor.h', |
89 'host/drm_device_handle.cc', | 89 'host/drm_device_handle.cc', |
90 'host/drm_device_handle.h', | 90 'host/drm_device_handle.h', |
91 'host/drm_display_host_manager.cc', | 91 'host/drm_display_host_manager.cc', |
92 'host/drm_display_host_manager.h', | 92 'host/drm_display_host_manager.h', |
93 'host/drm_gpu_platform_support_host.cc', | 93 'host/drm_gpu_platform_support_host.cc', |
94 'host/drm_gpu_platform_support_host.h', | 94 'host/drm_gpu_platform_support_host.h', |
| 95 'host/drm_host_overlay_candidates.cc', |
| 96 'host/drm_host_overlay_candidates.h', |
95 'host/drm_native_display_delegate.cc', | 97 'host/drm_native_display_delegate.cc', |
96 'host/drm_native_display_delegate.h', | 98 'host/drm_native_display_delegate.h', |
97 'host/drm_overlay_manager.cc', | 99 'host/drm_overlay_manager.cc', |
98 'host/drm_overlay_manager.h', | 100 'host/drm_overlay_manager.h', |
99 'host/drm_window_host.cc', | 101 'host/drm_window_host.cc', |
100 'host/drm_window_host.h', | 102 'host/drm_window_host.h', |
101 'host/drm_window_host_manager.cc', | 103 'host/drm_window_host_manager.cc', |
102 'host/drm_window_host_manager.h', | 104 'host/drm_window_host_manager.h', |
103 'ozone_platform_drm.cc', | 105 'ozone_platform_drm.cc', |
104 'ozone_platform_drm.h', | 106 'ozone_platform_drm.h', |
(...skipping 21 matching lines...) Expand all Loading... |
126 'gpu/hardware_display_controller_unittest.cc', | 128 'gpu/hardware_display_controller_unittest.cc', |
127 'gpu/hardware_display_plane_manager_unittest.cc', | 129 'gpu/hardware_display_plane_manager_unittest.cc', |
128 'gpu/screen_manager_unittest.cc', | 130 'gpu/screen_manager_unittest.cc', |
129 'test/mock_drm_device.cc', | 131 'test/mock_drm_device.cc', |
130 'test/mock_drm_device.h', | 132 'test/mock_drm_device.h', |
131 ], | 133 ], |
132 }, | 134 }, |
133 }, | 135 }, |
134 ], | 136 ], |
135 } | 137 } |
OLD | NEW |