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

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

Issue 1157793004: ozone: Add overlay candidate implementation that queries support via IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing license header Created 5 years, 6 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/gpu/drm_gpu_platform_support.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_drm', 8 'ozone_platform_drm',
9 ], 9 ],
10 'internal_ozone_platform_unittest_deps': [ 10 'internal_ozone_platform_unittest_deps': [
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'host/drm_device_handle.cc', 89 'host/drm_device_handle.cc',
90 'host/drm_device_handle.h', 90 'host/drm_device_handle.h',
91 'host/drm_display_host.cc', 91 'host/drm_display_host.cc',
92 'host/drm_display_host.h', 92 'host/drm_display_host.h',
93 'host/drm_display_host_manager.cc', 93 'host/drm_display_host_manager.cc',
94 'host/drm_display_host_manager.h', 94 'host/drm_display_host_manager.h',
95 'host/drm_gpu_platform_support_host.cc', 95 'host/drm_gpu_platform_support_host.cc',
96 'host/drm_gpu_platform_support_host.h', 96 'host/drm_gpu_platform_support_host.h',
97 'host/drm_native_display_delegate.cc', 97 'host/drm_native_display_delegate.cc',
98 'host/drm_native_display_delegate.h', 98 'host/drm_native_display_delegate.h',
99 'host/drm_overlay_candidates_host.cc',
100 'host/drm_overlay_candidates_host.h',
99 'host/drm_overlay_manager.cc', 101 'host/drm_overlay_manager.cc',
100 'host/drm_overlay_manager.h', 102 'host/drm_overlay_manager.h',
101 'host/drm_window_host.cc', 103 'host/drm_window_host.cc',
102 'host/drm_window_host.h', 104 'host/drm_window_host.h',
103 'host/drm_window_host_manager.cc', 105 'host/drm_window_host_manager.cc',
104 'host/drm_window_host_manager.h', 106 'host/drm_window_host_manager.h',
105 'ozone_platform_drm.cc', 107 'ozone_platform_drm.cc',
106 'ozone_platform_drm.h', 108 'ozone_platform_drm.h',
107 'scanout_buffer.h', 109 'scanout_buffer.h',
108 ], 110 ],
(...skipping 20 matching lines...) Expand all
129 'gpu/hardware_display_controller_unittest.cc', 131 'gpu/hardware_display_controller_unittest.cc',
130 'gpu/hardware_display_plane_manager_unittest.cc', 132 'gpu/hardware_display_plane_manager_unittest.cc',
131 'gpu/screen_manager_unittest.cc', 133 'gpu/screen_manager_unittest.cc',
132 'test/mock_drm_device.cc', 134 'test/mock_drm_device.cc',
133 'test/mock_drm_device.h', 135 'test/mock_drm_device.h',
134 ], 136 ],
135 }, 137 },
136 }, 138 },
137 ], 139 ],
138 } 140 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/drm/BUILD.gn ('k') | ui/ozone/platform/drm/gpu/drm_gpu_platform_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698