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

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

Issue 1133053003: [Ozone-Drm] Move DRM utilities from gpu/ to common/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 20 matching lines...) Expand all
31 '../events/ozone/events_ozone.gyp:events_ozone_evdev', 31 '../events/ozone/events_ozone.gyp:events_ozone_evdev',
32 '../events/ozone/events_ozone.gyp:events_ozone_layout', 32 '../events/ozone/events_ozone.gyp:events_ozone_layout',
33 '../events/platform/events_platform.gyp:events_platform', 33 '../events/platform/events_platform.gyp:events_platform',
34 '../gfx/gfx.gyp:gfx', 34 '../gfx/gfx.gyp:gfx',
35 '../gfx/gfx.gyp:gfx_geometry', 35 '../gfx/gfx.gyp:gfx_geometry',
36 ], 36 ],
37 'defines': [ 37 'defines': [
38 'OZONE_IMPLEMENTATION', 38 'OZONE_IMPLEMENTATION',
39 ], 39 ],
40 'sources': [ 40 'sources': [
41 'common/drm_util.cc',
42 'common/drm_util.h',
43 'common/scoped_drm_types.cc',
44 'common/scoped_drm_types.h',
41 'drm_surface_factory.cc', 45 'drm_surface_factory.cc',
42 'drm_surface_factory.h', 46 'drm_surface_factory.h',
43 'gpu/crtc_controller.cc', 47 'gpu/crtc_controller.cc',
44 'gpu/crtc_controller.h', 48 'gpu/crtc_controller.h',
45 'gpu/display_change_observer.h', 49 'gpu/display_change_observer.h',
46 'gpu/drm_buffer.cc', 50 'gpu/drm_buffer.cc',
47 'gpu/drm_buffer.h', 51 'gpu/drm_buffer.h',
48 'gpu/drm_console_buffer.cc', 52 'gpu/drm_console_buffer.cc',
49 'gpu/drm_console_buffer.h', 53 'gpu/drm_console_buffer.h',
50 'gpu/drm_device.cc', 54 'gpu/drm_device.cc',
51 'gpu/drm_device.h', 55 'gpu/drm_device.h',
52 'gpu/drm_device_generator.cc', 56 'gpu/drm_device_generator.cc',
53 'gpu/drm_device_generator.h', 57 'gpu/drm_device_generator.h',
54 'gpu/drm_device_manager.cc', 58 'gpu/drm_device_manager.cc',
55 'gpu/drm_device_manager.h', 59 'gpu/drm_device_manager.h',
56 'gpu/drm_display_mode.cc', 60 'gpu/drm_display_mode.cc',
57 'gpu/drm_display_mode.h', 61 'gpu/drm_display_mode.h',
58 'gpu/drm_display_snapshot.cc', 62 'gpu/drm_display_snapshot.cc',
59 'gpu/drm_display_snapshot.h', 63 'gpu/drm_display_snapshot.h',
60 'gpu/drm_gpu_display_manager.cc', 64 'gpu/drm_gpu_display_manager.cc',
61 'gpu/drm_gpu_display_manager.h', 65 'gpu/drm_gpu_display_manager.h',
62 'gpu/drm_gpu_platform_support.cc', 66 'gpu/drm_gpu_platform_support.cc',
63 'gpu/drm_gpu_platform_support.h', 67 'gpu/drm_gpu_platform_support.h',
64 'gpu/drm_surface.cc', 68 'gpu/drm_surface.cc',
65 'gpu/drm_surface.h', 69 'gpu/drm_surface.h',
66 'gpu/drm_util.cc',
67 'gpu/drm_util.h',
68 'gpu/drm_vsync_provider.cc', 70 'gpu/drm_vsync_provider.cc',
69 'gpu/drm_vsync_provider.h', 71 'gpu/drm_vsync_provider.h',
70 'gpu/drm_window.cc', 72 'gpu/drm_window.cc',
71 'gpu/drm_window.h', 73 'gpu/drm_window.h',
72 'gpu/gpu_lock.cc', 74 'gpu/gpu_lock.cc',
73 'gpu/gpu_lock.h', 75 'gpu/gpu_lock.h',
74 'gpu/hardware_display_controller.cc', 76 'gpu/hardware_display_controller.cc',
75 'gpu/hardware_display_controller.h', 77 'gpu/hardware_display_controller.h',
76 'gpu/hardware_display_plane.cc', 78 'gpu/hardware_display_plane.cc',
77 'gpu/hardware_display_plane.h', 79 'gpu/hardware_display_plane.h',
78 'gpu/hardware_display_plane_manager.cc', 80 'gpu/hardware_display_plane_manager.cc',
79 'gpu/hardware_display_plane_manager.h', 81 'gpu/hardware_display_plane_manager.h',
80 'gpu/hardware_display_plane_manager_legacy.cc', 82 'gpu/hardware_display_plane_manager_legacy.cc',
81 'gpu/hardware_display_plane_manager_legacy.h', 83 'gpu/hardware_display_plane_manager_legacy.h',
82 'gpu/overlay_plane.cc', 84 'gpu/overlay_plane.cc',
83 'gpu/overlay_plane.h', 85 'gpu/overlay_plane.h',
84 'gpu/page_flip_request.cc', 86 'gpu/page_flip_request.cc',
85 'gpu/page_flip_request.h', 87 'gpu/page_flip_request.h',
86 'gpu/scoped_drm_types.cc',
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/drm_cursor.cc', 91 'host/drm_cursor.cc',
92 'host/drm_cursor.h', 92 'host/drm_cursor.h',
93 'host/drm_device_handle.cc', 93 'host/drm_device_handle.cc',
94 'host/drm_device_handle.h', 94 'host/drm_device_handle.h',
95 'host/drm_display_host_manager.cc', 95 'host/drm_display_host_manager.cc',
96 'host/drm_display_host_manager.h', 96 'host/drm_display_host_manager.h',
97 'host/drm_gpu_platform_support_host.cc', 97 'host/drm_gpu_platform_support_host.cc',
(...skipping 30 matching lines...) Expand all
128 'gpu/hardware_display_controller_unittest.cc', 128 'gpu/hardware_display_controller_unittest.cc',
129 'gpu/hardware_display_plane_manager_unittest.cc', 129 'gpu/hardware_display_plane_manager_unittest.cc',
130 'gpu/screen_manager_unittest.cc', 130 'gpu/screen_manager_unittest.cc',
131 'test/mock_drm_device.cc', 131 'test/mock_drm_device.cc',
132 'test/mock_drm_device.h', 132 'test/mock_drm_device.h',
133 ], 133 ],
134 }, 134 },
135 }, 135 },
136 ], 136 ],
137 } 137 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/drm/common/scoped_drm_types.cc ('k') | ui/ozone/platform/drm/drm_surface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698