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

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

Issue 905873003: [8/8][Ozone-Dri] Pass DRM FD to GPU process on hotplug event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@udl2.9-allow-ndd-to-handle-multiple-drm-devices
Patch Set: . Created 5 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/dri/BUILD.gn ('k') | ui/ozone/platform/dri/dri_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_dri', 8 'ozone_platform_dri',
9 ], 9 ],
10 'internal_ozone_platform_unittest_deps': [ 10 'internal_ozone_platform_unittest_deps': [
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'dri_window.h', 69 'dri_window.h',
70 'dri_window_delegate.h', 70 'dri_window_delegate.h',
71 'dri_window_delegate_impl.cc', 71 'dri_window_delegate_impl.cc',
72 'dri_window_delegate_impl.h', 72 'dri_window_delegate_impl.h',
73 'dri_window_delegate_manager.cc', 73 'dri_window_delegate_manager.cc',
74 'dri_window_delegate_manager.h', 74 'dri_window_delegate_manager.h',
75 'dri_window_manager.cc', 75 'dri_window_manager.cc',
76 'dri_window_manager.h', 76 'dri_window_manager.h',
77 'dri_wrapper.cc', 77 'dri_wrapper.cc',
78 'dri_wrapper.h', 78 'dri_wrapper.h',
79 'drm_device_generator.cc',
80 'drm_device_generator.h',
79 'drm_device_manager.cc', 81 'drm_device_manager.cc',
80 'drm_device_manager.h', 82 'drm_device_manager.h',
81 'hardware_display_controller.cc', 83 'hardware_display_controller.cc',
82 'hardware_display_controller.h', 84 'hardware_display_controller.h',
83 'hardware_display_plane.cc', 85 'hardware_display_plane.cc',
84 'hardware_display_plane.h', 86 'hardware_display_plane.h',
85 'hardware_display_plane_manager.cc', 87 'hardware_display_plane_manager.cc',
86 'hardware_display_plane_manager.h', 88 'hardware_display_plane_manager.h',
87 'hardware_display_plane_manager_legacy.cc', 89 'hardware_display_plane_manager_legacy.cc',
88 'hardware_display_plane_manager_legacy.h', 90 'hardware_display_plane_manager_legacy.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'hardware_display_controller_unittest.cc', 124 'hardware_display_controller_unittest.cc',
123 'hardware_display_plane_manager_unittest.cc', 125 'hardware_display_plane_manager_unittest.cc',
124 'screen_manager_unittest.cc', 126 'screen_manager_unittest.cc',
125 'test/mock_dri_wrapper.cc', 127 'test/mock_dri_wrapper.cc',
126 'test/mock_dri_wrapper.h', 128 'test/mock_dri_wrapper.h',
127 ], 129 ],
128 }, 130 },
129 }, 131 },
130 ], 132 ],
131 } 133 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/dri/BUILD.gn ('k') | ui/ozone/platform/dri/dri_gpu_platform_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698