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

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

Issue 981583005: [Ozone-Dri] Merge the DriWindowDelegate with the implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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.cc » ('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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'dri_surface.cc', 60 'dri_surface.cc',
61 'dri_surface.h', 61 'dri_surface.h',
62 'dri_surface_factory.cc', 62 'dri_surface_factory.cc',
63 'dri_surface_factory.h', 63 'dri_surface_factory.h',
64 'dri_util.cc', 64 'dri_util.cc',
65 'dri_util.h', 65 'dri_util.h',
66 'dri_vsync_provider.cc', 66 'dri_vsync_provider.cc',
67 'dri_vsync_provider.h', 67 'dri_vsync_provider.h',
68 'dri_window.cc', 68 'dri_window.cc',
69 'dri_window.h', 69 'dri_window.h',
70 'dri_window_delegate.cc',
70 'dri_window_delegate.h', 71 'dri_window_delegate.h',
71 'dri_window_delegate_impl.cc',
72 'dri_window_delegate_impl.h',
73 'dri_window_delegate_manager.cc', 72 'dri_window_delegate_manager.cc',
74 'dri_window_delegate_manager.h', 73 'dri_window_delegate_manager.h',
75 'dri_window_manager.cc', 74 'dri_window_manager.cc',
76 'dri_window_manager.h', 75 'dri_window_manager.h',
77 'drm_device.cc', 76 'drm_device.cc',
78 'drm_device.h', 77 'drm_device.h',
79 'drm_device_generator.cc', 78 'drm_device_generator.cc',
80 'drm_device_generator.h', 79 'drm_device_generator.h',
81 'drm_device_manager.cc', 80 'drm_device_manager.cc',
82 'drm_device_manager.h', 81 'drm_device_manager.h',
(...skipping 30 matching lines...) Expand all
113 'ozone.gyp:ozone', 112 'ozone.gyp:ozone',
114 ], 113 ],
115 'export_dependent_settings': [ 114 'export_dependent_settings': [
116 '../../build/linux/system.gyp:libdrm', 115 '../../build/linux/system.gyp:libdrm',
117 '../../skia/skia.gyp:skia', 116 '../../skia/skia.gyp:skia',
118 '../gfx/gfx.gyp:gfx_geometry', 117 '../gfx/gfx.gyp:gfx_geometry',
119 ], 118 ],
120 'direct_dependent_settings': { 119 'direct_dependent_settings': {
121 'sources': [ 120 'sources': [
122 'dri_surface_unittest.cc', 121 'dri_surface_unittest.cc',
123 'dri_window_delegate_impl_unittest.cc', 122 'dri_window_delegate_unittest.cc',
124 'hardware_display_controller_unittest.cc', 123 'hardware_display_controller_unittest.cc',
125 'hardware_display_plane_manager_unittest.cc', 124 'hardware_display_plane_manager_unittest.cc',
126 'screen_manager_unittest.cc', 125 'screen_manager_unittest.cc',
127 'test/mock_drm_device.cc', 126 'test/mock_drm_device.cc',
128 'test/mock_drm_device.h', 127 'test/mock_drm_device.h',
129 ], 128 ],
130 }, 129 },
131 }, 130 },
132 ], 131 ],
133 } 132 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/dri/BUILD.gn ('k') | ui/ozone/platform/dri/dri_gpu_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698