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

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

Issue 1064453003: [4/4][Ozone-Drm] Keep track of DRM devices in browser process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@change-page-flip-tracking
Patch Set: Update due to change in ScopedPtrHashMap definition Created 5 years, 7 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/drm_device_handle.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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'gpu/page_flip_request.h', 85 'gpu/page_flip_request.h',
86 'gpu/scoped_drm_types.cc', 86 'gpu/scoped_drm_types.cc',
87 'gpu/scoped_drm_types.h', 87 'gpu/scoped_drm_types.h',
88 'gpu/screen_manager.cc', 88 'gpu/screen_manager.cc',
89 'gpu/screen_manager.h', 89 'gpu/screen_manager.h',
90 'host/channel_observer.h', 90 'host/channel_observer.h',
91 'host/display_manager.cc', 91 'host/display_manager.cc',
92 'host/display_manager.h', 92 'host/display_manager.h',
93 'host/drm_cursor.cc', 93 'host/drm_cursor.cc',
94 'host/drm_cursor.h', 94 'host/drm_cursor.h',
95 'host/drm_device_handle.cc',
96 'host/drm_device_handle.h',
95 'host/drm_gpu_platform_support_host.cc', 97 'host/drm_gpu_platform_support_host.cc',
96 'host/drm_gpu_platform_support_host.h', 98 'host/drm_gpu_platform_support_host.h',
97 'host/drm_native_display_delegate.cc', 99 'host/drm_native_display_delegate.cc',
98 'host/drm_native_display_delegate.h', 100 'host/drm_native_display_delegate.h',
99 'host/drm_window_host.cc', 101 'host/drm_window_host.cc',
100 'host/drm_window_host.h', 102 'host/drm_window_host.h',
101 'host/drm_window_host_manager.cc', 103 'host/drm_window_host_manager.cc',
102 'host/drm_window_host_manager.h', 104 'host/drm_window_host_manager.h',
103 'ozone_platform_drm.cc', 105 'ozone_platform_drm.cc',
104 'ozone_platform_drm.h', 106 'ozone_platform_drm.h',
(...skipping 21 matching lines...) Expand all
126 'gpu/hardware_display_controller_unittest.cc', 128 'gpu/hardware_display_controller_unittest.cc',
127 'gpu/hardware_display_plane_manager_unittest.cc', 129 'gpu/hardware_display_plane_manager_unittest.cc',
128 'gpu/screen_manager_unittest.cc', 130 'gpu/screen_manager_unittest.cc',
129 'test/mock_drm_device.cc', 131 'test/mock_drm_device.cc',
130 'test/mock_drm_device.h', 132 'test/mock_drm_device.h',
131 ], 133 ],
132 }, 134 },
133 }, 135 },
134 ], 136 ],
135 } 137 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/drm/BUILD.gn ('k') | ui/ozone/platform/drm/host/drm_device_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698