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

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

Issue 427853004: Move libdrm target behind conditional (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « ui/ozone/platform/dri/BUILD.gn ('k') | ui/ozone/platform/dri/gbm.gypi » ('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': [
11 'ozone_platform_dri_unittests', 11 'ozone_platform_dri_unittests',
12 ], 12 ],
13 'internal_ozone_platforms': [ 13 'internal_ozone_platforms': [
14 'dri', 14 'dri',
15 ], 15 ],
16 'use_drm_atomic_flip%': 0, 16 'use_drm_atomic_flip%': 0,
17 }, 17 },
18 'targets': [ 18 'targets': [
19 { 19 {
20 'target_name': 'ozone_platform_dri', 20 'target_name': 'ozone_platform_dri',
21 'type': 'static_library', 21 'type': 'static_library',
22 'dependencies': [ 22 'dependencies': [
23 '../../base/base.gyp:base', 23 '../../base/base.gyp:base',
24 '../../build/linux/system.gyp:dridrm', 24 '../../build/linux/system.gyp:libdrm',
25 '../../skia/skia.gyp:skia', 25 '../../skia/skia.gyp:skia',
26 '../base/ui_base.gyp:ui_base', 26 '../base/ui_base.gyp:ui_base',
27 '../display/display.gyp:display_types', 27 '../display/display.gyp:display_types',
28 '../display/display.gyp:display_util', 28 '../display/display.gyp:display_util',
29 '../events/events.gyp:events', 29 '../events/events.gyp:events',
30 '../events/ozone/events_ozone.gyp:events_ozone_evdev', 30 '../events/ozone/events_ozone.gyp:events_ozone_evdev',
31 '../gfx/gfx.gyp:gfx', 31 '../gfx/gfx.gyp:gfx',
32 '../gfx/gfx.gyp:gfx_geometry', 32 '../gfx/gfx.gyp:gfx_geometry',
33 ], 33 ],
34 'defines': [ 34 'defines': [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'hardware_display_plane_manager.cc', 79 'hardware_display_plane_manager.cc',
80 'hardware_display_plane_manager.h', 80 'hardware_display_plane_manager.h',
81 ], 81 ],
82 }], 82 }],
83 ], 83 ],
84 }, 84 },
85 { 85 {
86 'target_name': 'ozone_platform_dri_unittests', 86 'target_name': 'ozone_platform_dri_unittests',
87 'type': 'none', 87 'type': 'none',
88 'dependencies': [ 88 'dependencies': [
89 '../../build/linux/system.gyp:dridrm', 89 '../../build/linux/system.gyp:libdrm',
90 '../../skia/skia.gyp:skia', 90 '../../skia/skia.gyp:skia',
91 '../gfx/gfx.gyp:gfx_geometry', 91 '../gfx/gfx.gyp:gfx_geometry',
92 'ozone_platform_dri', 92 'ozone_platform_dri',
93 ], 93 ],
94 'export_dependent_settings': [ 94 'export_dependent_settings': [
95 '../../build/linux/system.gyp:dridrm', 95 '../../build/linux/system.gyp:libdrm',
96 '../../skia/skia.gyp:skia', 96 '../../skia/skia.gyp:skia',
97 '../gfx/gfx.gyp:gfx_geometry', 97 '../gfx/gfx.gyp:gfx_geometry',
98 ], 98 ],
99 'direct_dependent_settings': { 99 'direct_dependent_settings': {
100 'sources': [ 100 'sources': [
101 'dri_surface_factory_unittest.cc', 101 'dri_surface_factory_unittest.cc',
102 'dri_surface_unittest.cc', 102 'dri_surface_unittest.cc',
103 'hardware_display_controller_unittest.cc', 103 'hardware_display_controller_unittest.cc',
104 'screen_manager_unittest.cc', 104 'screen_manager_unittest.cc',
105 'test/mock_dri_wrapper.cc', 105 'test/mock_dri_wrapper.cc',
106 'test/mock_dri_wrapper.h', 106 'test/mock_dri_wrapper.h',
107 ], 107 ],
108 }, 108 },
109 }, 109 },
110 ], 110 ],
111 } 111 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/dri/BUILD.gn ('k') | ui/ozone/platform/dri/gbm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698