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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'gpu/hardware_display_controller.cc', | 74 'gpu/hardware_display_controller.cc', |
75 'gpu/hardware_display_controller.h', | 75 'gpu/hardware_display_controller.h', |
76 'gpu/hardware_display_plane.cc', | 76 'gpu/hardware_display_plane.cc', |
77 'gpu/hardware_display_plane.h', | 77 'gpu/hardware_display_plane.h', |
78 'gpu/hardware_display_plane_manager.cc', | 78 'gpu/hardware_display_plane_manager.cc', |
79 'gpu/hardware_display_plane_manager.h', | 79 'gpu/hardware_display_plane_manager.h', |
80 'gpu/hardware_display_plane_manager_legacy.cc', | 80 'gpu/hardware_display_plane_manager_legacy.cc', |
81 'gpu/hardware_display_plane_manager_legacy.h', | 81 'gpu/hardware_display_plane_manager_legacy.h', |
82 'gpu/overlay_plane.cc', | 82 'gpu/overlay_plane.cc', |
83 'gpu/overlay_plane.h', | 83 'gpu/overlay_plane.h', |
| 84 'gpu/page_flip_request.cc', |
| 85 'gpu/page_flip_request.h', |
84 'gpu/scoped_drm_types.cc', | 86 'gpu/scoped_drm_types.cc', |
85 'gpu/scoped_drm_types.h', | 87 'gpu/scoped_drm_types.h', |
86 'gpu/screen_manager.cc', | 88 'gpu/screen_manager.cc', |
87 'gpu/screen_manager.h', | 89 'gpu/screen_manager.h', |
88 'host/channel_observer.h', | 90 'host/channel_observer.h', |
89 'host/display_manager.cc', | 91 'host/display_manager.cc', |
90 'host/display_manager.h', | 92 'host/display_manager.h', |
91 'host/drm_cursor.cc', | 93 'host/drm_cursor.cc', |
92 'host/drm_cursor.h', | 94 'host/drm_cursor.h', |
93 'host/drm_gpu_platform_support_host.cc', | 95 'host/drm_gpu_platform_support_host.cc', |
(...skipping 30 matching lines...) Expand all Loading... |
124 'gpu/hardware_display_controller_unittest.cc', | 126 'gpu/hardware_display_controller_unittest.cc', |
125 'gpu/hardware_display_plane_manager_unittest.cc', | 127 'gpu/hardware_display_plane_manager_unittest.cc', |
126 'gpu/screen_manager_unittest.cc', | 128 'gpu/screen_manager_unittest.cc', |
127 'test/mock_drm_device.cc', | 129 'test/mock_drm_device.cc', |
128 'test/mock_drm_device.h', | 130 'test/mock_drm_device.h', |
129 ], | 131 ], |
130 }, | 132 }, |
131 }, | 133 }, |
132 ], | 134 ], |
133 } | 135 } |
OLD | NEW |