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.
5 import("//build/config/ui.gni")
9 "chromeos/display_configurator.cc",
10 "chromeos/display_configurator.h",
11 "chromeos/touchscreen_delegate_impl.cc",
12 "chromeos/touchscreen_delegate_impl.h",
13 "chromeos/ozone/display_configurator_ozone.cc",
14 "chromeos/x11/display_configurator_x11.cc",
15 "chromeos/x11/display_mode_x11.cc",
16 "chromeos/x11/display_mode_x11.h",
17 "chromeos/x11/display_snapshot_x11.cc",
18 "chromeos/x11/display_snapshot_x11.h",
19 "chromeos/x11/display_util_x11.cc",
20 "chromeos/x11/display_util_x11.h",
21 "chromeos/x11/native_display_delegate_x11.cc",
22 "chromeos/x11/native_display_delegate_x11.h",
23 "chromeos/x11/native_display_event_dispatcher_x11.cc",
24 "chromeos/x11/native_display_event_dispatcher_x11.h",
25 "chromeos/x11/touchscreen_device_manager_x11.cc",
26 "chromeos/x11/touchscreen_device_manager_x11.h",
28 "display_switches.cc",
32 defines = [ "DISPLAY_IMPLEMENTATION" ]
43 "//build/config/linux:x11",
44 "//build/config/linux:xext",
45 "//build/config/linux:xi",
46 "//build/config/linux:xrandr",
49 "//ui/events/platform",
54 deps += [ "//ui/display/types" ]
58 deps += [ "//ui/ozone" ]
62 component("test_util") {
63 output_name = "display_test_util"
65 "chromeos/test/test_display_snapshot.cc",
66 "chromeos/test/test_display_snapshot.h",
69 defines = [ "DISPLAY_IMPLEMENTATION" ]
78 deps += [ "//ui/display/types" ]
82 test("display_unittests") {
84 "chromeos/display_configurator_unittest.cc",
85 "chromeos/touchscreen_delegate_impl_unittest.cc",
86 "chromeos/x11/display_util_x11_unittest.cc",
87 "chromeos/x11/native_display_event_dispatcher_x11_unittest.cc",
88 "util/display_util_unittest.cc",
89 "util/edid_parser_unittest.cc",
93 "//base/test:run_all_unittests",
103 "//ui/display/types",