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
3 # found in the LICENSE file.
11 # GN version: //ui/display/types
12 'target_name': 'display_types',
13 'type': '<(component)',
15 '../../base/base.gyp:base',
16 '../../ui/gfx/gfx.gyp:gfx_geometry',
19 'DISPLAY_TYPES_IMPLEMENTATION',
22 # Note: file list duplicated in GN build.
23 'types/chromeos/display_mode.cc',
24 'types/chromeos/display_mode.h',
25 'types/chromeos/display_snapshot.cc',
26 'types/chromeos/display_snapshot.h',
27 'types/chromeos/native_display_delegate.h',
28 'types/chromeos/native_display_observer.h',
29 'types/chromeos/touchscreen_device.cc',
30 'types/chromeos/touchscreen_device.h',
31 'types/chromeos/touchscreen_device_manager.h',
32 'types/display_constants.h',
33 'types/display_types_export.h',
37 # GN version: //ui/display
38 'target_name': 'display',
39 'type': '<(component)',
41 '../../base/base.gyp:base',
42 '../../ui/gfx/gfx.gyp:gfx',
43 '../../ui/gfx/gfx.gyp:gfx_geometry',
47 'DISPLAY_IMPLEMENTATION',
50 # Note: file list duplicated in GN build.
51 'chromeos/display_configurator.cc',
52 'chromeos/display_configurator.h',
53 'chromeos/touchscreen_delegate_impl.cc',
54 'chromeos/touchscreen_delegate_impl.h',
55 'chromeos/ozone/display_configurator_ozone.cc',
56 'chromeos/x11/display_configurator_x11.cc',
57 'chromeos/x11/display_mode_x11.cc',
58 'chromeos/x11/display_mode_x11.h',
59 'chromeos/x11/display_snapshot_x11.cc',
60 'chromeos/x11/display_snapshot_x11.h',
61 'chromeos/x11/display_util_x11.cc',
62 'chromeos/x11/display_util_x11.h',
63 'chromeos/x11/native_display_delegate_x11.cc',
64 'chromeos/x11/native_display_delegate_x11.h',
65 'chromeos/x11/native_display_event_dispatcher_x11.cc',
66 'chromeos/x11/native_display_event_dispatcher_x11.h',
67 'chromeos/x11/touchscreen_device_manager_x11.cc',
68 'chromeos/x11/touchscreen_device_manager_x11.h',
70 'display_switches.cc',
76 '../../build/linux/system.gyp:x11',
77 '../../build/linux/system.gyp:xext',
78 '../../build/linux/system.gyp:xi',
79 '../../build/linux/system.gyp:xrandr',
80 '../../ui/events/platform/events_platform.gyp:events_platform',
90 '../../ui/ozone/ozone.gyp:ozone',
96 # GN version: //ui/display/util
97 'target_name': 'display_util',
98 'type': '<(component)',
100 '../../base/base.gyp:base',
101 '../../ui/gfx/gfx.gyp:gfx_geometry',
104 'DISPLAY_UTIL_IMPLEMENTATION',
107 # Note: file list shared with GN build.
108 'util/display_util.cc',
109 'util/display_util.h',
110 'util/display_util_export.h',
111 'util/edid_parser.cc',
112 'util/edid_parser.h',
113 'util/x11/edid_parser_x11.cc',
114 'util/x11/edid_parser_x11.h',
119 '../../build/linux/system.gyp:xrandr',
120 '../../ui/gfx/x/gfx_x11.gyp:gfx_x11',
131 # GN version: //ui/display:test_util
132 'target_name': 'display_test_util',
133 'type': '<(component)',
135 '../../base/base.gyp:base',
136 '../../ui/gfx/gfx.gyp:gfx',
137 '../../ui/gfx/gfx.gyp:gfx_geometry',
140 'DISPLAY_IMPLEMENTATION',
143 # Note: file list duplicated in GN build.
144 'chromeos/test/test_display_snapshot.cc',
145 'chromeos/test/test_display_snapshot.h',
156 # GN version: //ui/display:display_unittests
157 'target_name': 'display_unittests',
158 'type': 'executable',
160 '../../base/base.gyp:run_all_unittests',
161 '../../testing/gtest.gyp:gtest',
162 '../../ui/gfx/gfx.gyp:gfx_geometry',
169 'chromeos/display_configurator_unittest.cc',
170 'chromeos/touchscreen_delegate_impl_unittest.cc',
171 'chromeos/x11/display_util_x11_unittest.cc',
172 'chromeos/x11/native_display_event_dispatcher_x11_unittest.cc',
173 'util/display_util_unittest.cc',
174 'util/edid_parser_unittest.cc',