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_dri', | 8 'ozone_platform_dri', |
9 ], | 9 ], |
10 'internal_ozone_platform_unittest_deps': [ | 10 'internal_ozone_platform_unittest_deps': [ |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'dri_window.h', | 69 'dri_window.h', |
70 'dri_window_delegate.h', | 70 'dri_window_delegate.h', |
71 'dri_window_delegate_impl.cc', | 71 'dri_window_delegate_impl.cc', |
72 'dri_window_delegate_impl.h', | 72 'dri_window_delegate_impl.h', |
73 'dri_window_delegate_manager.cc', | 73 'dri_window_delegate_manager.cc', |
74 'dri_window_delegate_manager.h', | 74 'dri_window_delegate_manager.h', |
75 'dri_window_manager.cc', | 75 'dri_window_manager.cc', |
76 'dri_window_manager.h', | 76 'dri_window_manager.h', |
77 'dri_wrapper.cc', | 77 'dri_wrapper.cc', |
78 'dri_wrapper.h', | 78 'dri_wrapper.h', |
| 79 'drm_device_generator.cc', |
| 80 'drm_device_generator.h', |
79 'drm_device_manager.cc', | 81 'drm_device_manager.cc', |
80 'drm_device_manager.h', | 82 'drm_device_manager.h', |
81 'hardware_display_controller.cc', | 83 'hardware_display_controller.cc', |
82 'hardware_display_controller.h', | 84 'hardware_display_controller.h', |
83 'hardware_display_plane.cc', | 85 'hardware_display_plane.cc', |
84 'hardware_display_plane.h', | 86 'hardware_display_plane.h', |
85 'hardware_display_plane_manager.cc', | 87 'hardware_display_plane_manager.cc', |
86 'hardware_display_plane_manager.h', | 88 'hardware_display_plane_manager.h', |
87 'hardware_display_plane_manager_legacy.cc', | 89 'hardware_display_plane_manager_legacy.cc', |
88 'hardware_display_plane_manager_legacy.h', | 90 'hardware_display_plane_manager_legacy.h', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 'hardware_display_controller_unittest.cc', | 124 'hardware_display_controller_unittest.cc', |
123 'hardware_display_plane_manager_unittest.cc', | 125 'hardware_display_plane_manager_unittest.cc', |
124 'screen_manager_unittest.cc', | 126 'screen_manager_unittest.cc', |
125 'test/mock_dri_wrapper.cc', | 127 'test/mock_dri_wrapper.cc', |
126 'test/mock_dri_wrapper.h', | 128 'test/mock_dri_wrapper.h', |
127 ], | 129 ], |
128 }, | 130 }, |
129 }, | 131 }, |
130 ], | 132 ], |
131 } | 133 } |
OLD | NEW |