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

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

Issue 886323004: ozone: dri: Fix undefined references in DRI platform GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: also fix gyp build 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/crtc_controller.h ('k') | ui/ozone/platform/dri/dri_buffer.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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'scanout_buffer.h', 99 'scanout_buffer.h',
100 ], 100 ],
101 }, 101 },
102 { 102 {
103 'target_name': 'ozone_platform_dri_unittests', 103 'target_name': 'ozone_platform_dri_unittests',
104 'type': 'none', 104 'type': 'none',
105 'dependencies': [ 105 'dependencies': [
106 '../../build/linux/system.gyp:libdrm', 106 '../../build/linux/system.gyp:libdrm',
107 '../../skia/skia.gyp:skia', 107 '../../skia/skia.gyp:skia',
108 '../gfx/gfx.gyp:gfx_geometry', 108 '../gfx/gfx.gyp:gfx_geometry',
109 'ozone_platform_dri', 109 'ozone.gyp:ozone',
110 ], 110 ],
111 'export_dependent_settings': [ 111 'export_dependent_settings': [
112 '../../build/linux/system.gyp:libdrm', 112 '../../build/linux/system.gyp:libdrm',
113 '../../skia/skia.gyp:skia', 113 '../../skia/skia.gyp:skia',
114 '../gfx/gfx.gyp:gfx_geometry', 114 '../gfx/gfx.gyp:gfx_geometry',
115 ], 115 ],
116 'direct_dependent_settings': { 116 'direct_dependent_settings': {
117 'sources': [ 117 'sources': [
118 'dri_surface_unittest.cc', 118 'dri_surface_unittest.cc',
119 'dri_window_delegate_impl_unittest.cc', 119 'dri_window_delegate_impl_unittest.cc',
120 'hardware_display_controller_unittest.cc', 120 'hardware_display_controller_unittest.cc',
121 'hardware_display_plane_manager_unittest.cc', 121 'hardware_display_plane_manager_unittest.cc',
122 'screen_manager_unittest.cc', 122 'screen_manager_unittest.cc',
123 'test/mock_dri_wrapper.cc', 123 'test/mock_dri_wrapper.cc',
124 'test/mock_dri_wrapper.h', 124 'test/mock_dri_wrapper.h',
125 ], 125 ],
126 }, 126 },
127 }, 127 },
128 ], 128 ],
129 } 129 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/dri/crtc_controller.h ('k') | ui/ozone/platform/dri/dri_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698