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

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

Issue 957253005: [Ozone] Update GYP and GN to include a DRM platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split-host-gpu
Patch Set: fix media 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
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': [
11 'ozone_platform_drm_unittests', 11 'ozone_platform_drm_unittests',
12 ], 12 ],
13 'internal_ozone_platforms': [ 13 'internal_ozone_platforms': [
14 'dri', 14 'dri',
15 'drm',
15 ], 16 ],
16 }, 17 },
17 'targets': [ 18 'targets': [
18 { 19 {
19 'target_name': 'ozone_platform_drm', 20 'target_name': 'ozone_platform_drm',
20 'type': 'static_library', 21 'type': 'static_library',
21 'dependencies': [ 22 'dependencies': [
22 '../../base/base.gyp:base', 23 '../../base/base.gyp:base',
23 '../../build/linux/system.gyp:libdrm', 24 '../../build/linux/system.gyp:libdrm',
24 '../../skia/skia.gyp:skia', 25 '../../skia/skia.gyp:skia',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'gpu/hardware_display_controller_unittest.cc', 125 'gpu/hardware_display_controller_unittest.cc',
125 'gpu/hardware_display_plane_manager_unittest.cc', 126 'gpu/hardware_display_plane_manager_unittest.cc',
126 'gpu/screen_manager_unittest.cc', 127 'gpu/screen_manager_unittest.cc',
127 'test/mock_drm_device.cc', 128 'test/mock_drm_device.cc',
128 'test/mock_drm_device.h', 129 'test/mock_drm_device.h',
129 ], 130 ],
130 }, 131 },
131 }, 132 },
132 ], 133 ],
133 } 134 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698