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

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

Issue 1831693002: In-mus ozone drm platform implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more review comments Created 4 years, 8 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/mus_thread_proxy.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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'host/drm_overlay_candidates_host.cc', 140 'host/drm_overlay_candidates_host.cc',
141 'host/drm_overlay_candidates_host.h', 141 'host/drm_overlay_candidates_host.h',
142 'host/drm_overlay_manager.cc', 142 'host/drm_overlay_manager.cc',
143 'host/drm_overlay_manager.h', 143 'host/drm_overlay_manager.h',
144 'host/drm_window_host.cc', 144 'host/drm_window_host.cc',
145 'host/drm_window_host.h', 145 'host/drm_window_host.h',
146 'host/drm_window_host_manager.cc', 146 'host/drm_window_host_manager.cc',
147 'host/drm_window_host_manager.h', 147 'host/drm_window_host_manager.h',
148 'host/gpu_thread_adapter.h', 148 'host/gpu_thread_adapter.h',
149 'host/gpu_thread_observer.h', 149 'host/gpu_thread_observer.h',
150 'mus_thread_proxy.cc',
151 'mus_thread_proxy.h',
150 'ozone_platform_gbm.cc', 152 'ozone_platform_gbm.cc',
151 'ozone_platform_gbm.h', 153 'ozone_platform_gbm.h',
152 ], 154 ],
153 'conditions': [ 155 'conditions': [
154 ['use_vgem_map==1', { 156 ['use_vgem_map==1', {
155 'dependencies': [ 157 'dependencies': [
156 '../ozone/ozone.gyp:vgem_map', 158 '../ozone/ozone.gyp:vgem_map',
157 ], 159 ],
158 'sources': [ 160 'sources': [
159 'common/client_native_pixmap_vgem.cc', 161 'common/client_native_pixmap_vgem.cc',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'gpu/mock_scanout_buffer.cc', 206 'gpu/mock_scanout_buffer.cc',
205 'gpu/mock_scanout_buffer.h', 207 'gpu/mock_scanout_buffer.h',
206 'gpu/mock_scanout_buffer_generator.cc', 208 'gpu/mock_scanout_buffer_generator.cc',
207 'gpu/mock_scanout_buffer_generator.h', 209 'gpu/mock_scanout_buffer_generator.h',
208 'gpu/screen_manager_unittest.cc', 210 'gpu/screen_manager_unittest.cc',
209 ], 211 ],
210 }, 212 },
211 }, 213 },
212 ], 214 ],
213 } 215 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/drm/BUILD.gn ('k') | ui/ozone/platform/drm/mus_thread_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698