Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: ui/ozone/platform/drm/gbm.gypi

Issue 1603213002: Renamed ChannelObserver to better describe its purpose (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review nit Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/ozone/platform/drm/BUILD.gn ('k') | ui/ozone/platform/drm/host/channel_observer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'gpu/hardware_display_plane_manager_legacy.cc', 114 'gpu/hardware_display_plane_manager_legacy.cc',
115 'gpu/hardware_display_plane_manager_legacy.h', 115 'gpu/hardware_display_plane_manager_legacy.h',
116 'gpu/overlay_plane.cc', 116 'gpu/overlay_plane.cc',
117 'gpu/overlay_plane.h', 117 'gpu/overlay_plane.h',
118 'gpu/page_flip_request.cc', 118 'gpu/page_flip_request.cc',
119 'gpu/page_flip_request.h', 119 'gpu/page_flip_request.h',
120 'gpu/proxy_helpers.cc', 120 'gpu/proxy_helpers.cc',
121 'gpu/proxy_helpers.h', 121 'gpu/proxy_helpers.h',
122 'gpu/screen_manager.cc', 122 'gpu/screen_manager.cc',
123 'gpu/screen_manager.h', 123 'gpu/screen_manager.h',
124 'host/channel_observer.h',
125 'host/drm_cursor.cc', 124 'host/drm_cursor.cc',
126 'host/drm_cursor.h', 125 'host/drm_cursor.h',
127 'host/drm_cursor_core.cc', 126 'host/drm_cursor_core.cc',
128 'host/drm_cursor_core.h', 127 'host/drm_cursor_core.h',
129 'host/drm_device_handle.cc', 128 'host/drm_device_handle.cc',
130 'host/drm_device_handle.h', 129 'host/drm_device_handle.h',
131 'host/drm_display_host.cc', 130 'host/drm_display_host.cc',
132 'host/drm_display_host.h', 131 'host/drm_display_host.h',
133 'host/drm_display_host_manager.cc', 132 'host/drm_display_host_manager.cc',
134 'host/drm_display_host_manager.h', 133 'host/drm_display_host_manager.h',
135 'host/drm_display_host_manager_core.cc', 134 'host/drm_display_host_manager_core.cc',
136 'host/drm_display_host_manager_core.h', 135 'host/drm_display_host_manager_core.h',
137 'host/drm_gpu_platform_support_host.cc', 136 'host/drm_gpu_platform_support_host.cc',
138 'host/drm_gpu_platform_support_host.h', 137 'host/drm_gpu_platform_support_host.h',
139 'host/drm_native_display_delegate.cc', 138 'host/drm_native_display_delegate.cc',
140 'host/drm_native_display_delegate.h', 139 'host/drm_native_display_delegate.h',
141 'host/drm_overlay_candidates_host.cc', 140 'host/drm_overlay_candidates_host.cc',
142 'host/drm_overlay_candidates_host.h', 141 'host/drm_overlay_candidates_host.h',
143 'host/drm_overlay_manager_core.cc', 142 'host/drm_overlay_manager_core.cc',
144 'host/drm_overlay_manager_core.h', 143 'host/drm_overlay_manager_core.h',
145 'host/drm_overlay_manager.cc', 144 'host/drm_overlay_manager.cc',
146 'host/drm_overlay_manager.h', 145 'host/drm_overlay_manager.h',
147 'host/drm_window_host.cc', 146 'host/drm_window_host.cc',
148 'host/drm_window_host.h', 147 'host/drm_window_host.h',
149 'host/drm_window_host_manager.cc', 148 'host/drm_window_host_manager.cc',
150 'host/drm_window_host_manager.h', 149 'host/drm_window_host_manager.h',
150 'host/gpu_thread_observer.h',
151 'ozone_platform_gbm.cc', 151 'ozone_platform_gbm.cc',
152 'ozone_platform_gbm.h', 152 'ozone_platform_gbm.h',
153 ], 153 ],
154 'conditions': [ 154 'conditions': [
155 ['use_vgem_map==1', { 155 ['use_vgem_map==1', {
156 'dependencies': [ 156 'dependencies': [
157 '../ozone/ozone.gyp:vgem_map', 157 '../ozone/ozone.gyp:vgem_map',
158 ], 158 ],
159 'sources': [ 159 'sources': [
160 'common/client_native_pixmap_vgem.cc', 160 'common/client_native_pixmap_vgem.cc',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'gpu/mock_scanout_buffer.cc', 205 'gpu/mock_scanout_buffer.cc',
206 'gpu/mock_scanout_buffer.h', 206 'gpu/mock_scanout_buffer.h',
207 'gpu/mock_scanout_buffer_generator.cc', 207 'gpu/mock_scanout_buffer_generator.cc',
208 'gpu/mock_scanout_buffer_generator.h', 208 'gpu/mock_scanout_buffer_generator.h',
209 'gpu/screen_manager_unittest.cc', 209 'gpu/screen_manager_unittest.cc',
210 ], 210 ],
211 }, 211 },
212 }, 212 },
213 ], 213 ],
214 } 214 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/drm/BUILD.gn ('k') | ui/ozone/platform/drm/host/channel_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698