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 'target_name': 'display_types',
12 'type': '<(component)',
14 '../../base/base.gyp:base',
15 '../../ui/gfx/gfx.gyp:gfx_geometry',
18 'DISPLAY_TYPES_IMPLEMENTATION',
21 'types/chromeos/display_mode.cc',
22 'types/chromeos/display_mode.h',
23 'types/chromeos/display_snapshot.cc',
24 'types/chromeos/display_snapshot.h',
25 'types/chromeos/native_display_delegate.h',
26 'types/chromeos/native_display_observer.h',
27 'types/chromeos/touchscreen_device.cc',
28 'types/chromeos/touchscreen_device.h',
29 'types/chromeos/touchscreen_device_manager.h',
30 'types/display_constants.h',
31 'types/display_types_export.h',
35 'target_name': 'display',
36 'type': '<(component)',
38 '../../base/base.gyp:base',
39 '../../ui/gfx/gfx.gyp:gfx',
40 '../../ui/gfx/gfx.gyp:gfx_geometry',
44 'DISPLAY_IMPLEMENTATION',
47 'chromeos/display_configurator.cc',
48 'chromeos/display_configurator.h',
49 'chromeos/touchscreen_delegate_impl.cc',
50 'chromeos/touchscreen_delegate_impl.h',
51 'chromeos/ozone/display_configurator_ozone.cc',
52 'chromeos/x11/display_configurator_x11.cc',
53 'chromeos/x11/display_mode_x11.cc',
54 'chromeos/x11/display_mode_x11.h',
55 'chromeos/x11/display_snapshot_x11.cc',
56 'chromeos/x11/display_snapshot_x11.h',
57 'chromeos/x11/display_util_x11.cc',
58 'chromeos/x11/display_util_x11.h',
59 'chromeos/x11/native_display_delegate_x11.cc',
60 'chromeos/x11/native_display_delegate_x11.h',
61 'chromeos/x11/native_display_event_dispatcher_x11.cc',
62 'chromeos/x11/native_display_event_dispatcher_x11.h',
63 'chromeos/x11/touchscreen_device_manager_x11.cc',
64 'chromeos/x11/touchscreen_device_manager_x11.h',
66 'display_switches.cc',
72 '../../build/linux/system.gyp:x11',
73 '../../build/linux/system.gyp:xext',
74 '../../build/linux/system.gyp:xi',
75 '../../build/linux/system.gyp:xrandr',
85 '../../ui/ozone/ozone.gyp:ozone',
91 'target_name': 'display_util',
92 'type': '<(component)',
94 '../../base/base.gyp:base',
95 '../../ui/gfx/gfx.gyp:gfx_geometry',
98 'DISPLAY_UTIL_IMPLEMENTATION',
101 'util/display_util.cc',
102 'util/display_util.h',
103 'util/display_util_export.h',
104 'util/edid_parser.cc',
105 'util/edid_parser.h',
106 'util/x11/edid_parser_x11.cc',
107 'util/x11/edid_parser_x11.h',
112 '../../build/linux/system.gyp:xrandr',
113 '../../ui/gfx/x/gfx_x11.gyp:gfx_x11',
124 'target_name': 'display_test_util',
125 'type': '<(component)',
127 '../../base/base.gyp:base',
128 '../../ui/gfx/gfx.gyp:gfx',
129 '../../ui/gfx/gfx.gyp:gfx_geometry',
132 'DISPLAY_IMPLEMENTATION',
135 'chromeos/test/test_display_snapshot.cc',
136 'chromeos/test/test_display_snapshot.h',
147 'target_name': 'display_unittests',
148 'type': 'executable',
150 '../../base/base.gyp:run_all_unittests',
151 '../../testing/gtest.gyp:gtest',
158 'util/edid_parser_unittest.cc',