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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
75 'dri_wrapper.cc', | 75 'dri_wrapper.cc', |
76 'dri_wrapper.h', | 76 'dri_wrapper.h', |
77 'hardware_display_controller.cc', | 77 'hardware_display_controller.cc', |
78 'hardware_display_controller.h', | 78 'hardware_display_controller.h', |
79 'hardware_display_plane.cc', | 79 'hardware_display_plane.cc', |
80 'hardware_display_plane.h', | 80 'hardware_display_plane.h', |
81 'hardware_display_plane_manager.cc', | 81 'hardware_display_plane_manager.cc', |
82 'hardware_display_plane_manager.h', | 82 'hardware_display_plane_manager.h', |
83 'hardware_display_plane_manager_legacy.cc', | 83 'hardware_display_plane_manager_legacy.cc', |
84 'hardware_display_plane_manager_legacy.h', | 84 'hardware_display_plane_manager_legacy.h', |
85 'io_helper_thread.cc', | |
alexst (slow to review)
2015/01/22 15:27:48
Let's call it drm_helper_thread, I think that woul
dnicoara
2015/01/22 22:50:14
Done ... I named it dri_helper_thread in order to
| |
86 'io_helper_thread.h', | |
85 'native_display_delegate_dri.cc', | 87 'native_display_delegate_dri.cc', |
86 'native_display_delegate_dri.h', | 88 'native_display_delegate_dri.h', |
87 'native_display_delegate_proxy.cc', | 89 'native_display_delegate_proxy.cc', |
88 'native_display_delegate_proxy.h', | 90 'native_display_delegate_proxy.h', |
89 'overlay_plane.cc', | 91 'overlay_plane.cc', |
90 'overlay_plane.h', | 92 'overlay_plane.h', |
91 'ozone_platform_dri.cc', | 93 'ozone_platform_dri.cc', |
92 'ozone_platform_dri.h', | 94 'ozone_platform_dri.h', |
93 'scoped_drm_types.cc', | 95 'scoped_drm_types.cc', |
94 'scoped_drm_types.h', | 96 'scoped_drm_types.h', |
(...skipping 23 matching lines...) Expand all Loading... | |
118 'hardware_display_controller_unittest.cc', | 120 'hardware_display_controller_unittest.cc', |
119 'hardware_display_plane_manager_unittest.cc', | 121 'hardware_display_plane_manager_unittest.cc', |
120 'screen_manager_unittest.cc', | 122 'screen_manager_unittest.cc', |
121 'test/mock_dri_wrapper.cc', | 123 'test/mock_dri_wrapper.cc', |
122 'test/mock_dri_wrapper.h', | 124 'test/mock_dri_wrapper.h', |
123 ], | 125 ], |
124 }, | 126 }, |
125 }, | 127 }, |
126 ], | 128 ], |
127 } | 129 } |
OLD | NEW |