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

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

Issue 1198573002: [Ozone] Remove deprecated DRI platform name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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') | no next file » | 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_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',
15 'drm', 14 'drm',
16 ], 15 ],
17 'use_drm_atomic%': 0, 16 'use_drm_atomic%': 0,
18 }, 17 },
19 'targets': [ 18 'targets': [
20 { 19 {
21 'target_name': 'ozone_platform_drm', 20 'target_name': 'ozone_platform_drm',
22 'type': 'static_library', 21 'type': 'static_library',
23 'dependencies': [ 22 'dependencies': [
24 '../../base/base.gyp:base', 23 '../../base/base.gyp:base',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'gpu/hardware_display_controller_unittest.cc', 144 'gpu/hardware_display_controller_unittest.cc',
146 'gpu/hardware_display_plane_manager_unittest.cc', 145 'gpu/hardware_display_plane_manager_unittest.cc',
147 'gpu/screen_manager_unittest.cc', 146 'gpu/screen_manager_unittest.cc',
148 'test/mock_drm_device.cc', 147 'test/mock_drm_device.cc',
149 'test/mock_drm_device.h', 148 'test/mock_drm_device.h',
150 ], 149 ],
151 }, 150 },
152 }, 151 },
153 ], 152 ],
154 } 153 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/drm/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698