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

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

Issue 1717573002: ozone: Fix the way platform tests link ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: exists Created 4 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/drm/BUILD.gn ('k') | ui/ozone/platform/wayland/BUILD.gn » ('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_gbm', 8 'ozone_platform_gbm',
9 ], 9 ],
10 'internal_ozone_platform_unittest_deps': [ 10 'internal_ozone_platform_unittest_deps': [
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 ], 169 ],
170 }, 170 },
171 { 171 {
172 'target_name': 'ozone_platform_gbm_unittests', 172 'target_name': 'ozone_platform_gbm_unittests',
173 'type': 'none', 173 'type': 'none',
174 'dependencies': [ 174 'dependencies': [
175 '../../build/linux/system.gyp:libdrm', 175 '../../build/linux/system.gyp:libdrm',
176 '../../skia/skia.gyp:skia', 176 '../../skia/skia.gyp:skia',
177 '../gfx/gfx.gyp:gfx', 177 '../gfx/gfx.gyp:gfx',
178 '../gfx/gfx.gyp:gfx_geometry', 178 '../gfx/gfx.gyp:gfx_geometry',
179 'ozone.gyp:ozone', 179 'ozone.gyp:ozone_platform',
180 'drm_atomic', 180 'drm_atomic',
181 ], 181 ],
182 'export_dependent_settings': [ 182 'export_dependent_settings': [
183 '../../build/linux/system.gyp:libdrm', 183 '../../build/linux/system.gyp:libdrm',
184 '../../skia/skia.gyp:skia', 184 '../../skia/skia.gyp:skia',
185 '../gfx/gfx.gyp:gfx_geometry', 185 '../gfx/gfx.gyp:gfx_geometry',
186 'drm_atomic', 186 'drm_atomic',
187 ], 187 ],
188 'direct_dependent_settings': { 188 'direct_dependent_settings': {
189 'sources': [ 189 'sources': [
(...skipping 12 matching lines...) Expand all
202 'gpu/mock_scanout_buffer.cc', 202 'gpu/mock_scanout_buffer.cc',
203 'gpu/mock_scanout_buffer.h', 203 'gpu/mock_scanout_buffer.h',
204 'gpu/mock_scanout_buffer_generator.cc', 204 'gpu/mock_scanout_buffer_generator.cc',
205 'gpu/mock_scanout_buffer_generator.h', 205 'gpu/mock_scanout_buffer_generator.h',
206 'gpu/screen_manager_unittest.cc', 206 'gpu/screen_manager_unittest.cc',
207 ], 207 ],
208 }, 208 },
209 }, 209 },
210 ], 210 ],
211 } 211 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/drm/BUILD.gn ('k') | ui/ozone/platform/wayland/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698