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")
6 import("//testing/test.gni")
10 "core/accelerator_delegate.h",
11 "core/accelerator_filter.cc",
12 "core/accelerator_filter.h",
13 "core/base_focus_rules.cc",
14 "core/base_focus_rules.h",
15 "core/capture_controller.cc",
16 "core/capture_controller.h",
17 "core/compound_event_filter.cc",
18 "core/compound_event_filter.h",
19 "core/coordinate_conversion.cc",
20 "core/coordinate_conversion.h",
21 "core/cursor_manager.cc",
22 "core/cursor_manager.h",
23 "core/default_activation_client.cc",
24 "core/default_activation_client.h",
25 "core/default_screen_position_client.cc",
26 "core/default_screen_position_client.h",
27 "core/easy_resize_window_targeter.cc",
28 "core/easy_resize_window_targeter.h",
29 "core/focus_controller.cc",
30 "core/focus_controller.h",
34 "core/input_method_event_filter.cc",
35 "core/input_method_event_filter.h",
36 "core/masked_window_targeter.cc",
37 "core/masked_window_targeter.h",
38 "core/native_cursor_manager.h",
39 "core/native_cursor_manager_delegate.h",
40 "core/nested_accelerator_controller.cc",
41 "core/nested_accelerator_controller.h",
42 "core/nested_accelerator_delegate.h",
43 "core/nested_accelerator_dispatcher.cc",
44 "core/nested_accelerator_dispatcher.h",
45 "core/nested_accelerator_dispatcher_linux.cc",
46 "core/nested_accelerator_dispatcher_win.cc",
49 "core/shadow_controller.cc",
50 "core/shadow_controller.h",
51 "core/shadow_types.cc",
52 "core/shadow_types.h",
53 "core/transient_window_controller.cc",
54 "core/transient_window_controller.h",
55 "core/transient_window_manager.cc",
56 "core/transient_window_manager.h",
57 "core/transient_window_observer.h",
58 "core/transient_window_stacking_client.cc",
59 "core/transient_window_stacking_client.h",
60 "core/visibility_controller.cc",
61 "core/visibility_controller.h",
62 "core/window_animations.cc",
63 "core/window_animations.h",
64 "core/window_modality_controller.cc",
65 "core/window_modality_controller.h",
66 "core/window_util.cc",
68 "core/wm_core_switches.cc",
69 "core/wm_core_switches.h",
75 defines = [ "WM_IMPLEMENTATION" ]
85 "//ui/events/devices",
86 "//ui/events/platform",
87 "//ui/events:events_base",
88 "//ui/events/platform",
95 configs += [ "//build/config/linux:x11" ]
99 static_library("test_support") {
102 "test/wm_test_helper.cc",
103 "test/wm_test_helper.h",
110 "//ui/aura:test_support",
114 "//ui/events:events_base",
118 test("wm_unittests") {
120 "core/capture_controller_unittest.cc",
121 "core/compound_event_filter_unittest.cc",
122 "core/cursor_manager_unittest.cc",
123 "core/focus_controller_unittest.cc",
124 "core/image_grid_unittest.cc",
125 "core/input_method_event_filter_unittest.cc",
126 "core/nested_accelerator_controller_unittest.cc",
127 "core/shadow_controller_unittest.cc",
128 "core/transient_window_manager_unittest.cc",
129 "core/transient_window_stacking_client_unittest.cc",
130 "core/visibility_controller_unittest.cc",
131 "core/window_animations_unittest.cc",
132 "test/run_all_unittests.cc",
139 "//base/test:test_support",
142 "//ui/aura:test_support",
143 "//ui/base:test_support",
145 "//ui/compositor:test_support",
146 "//ui/events:test_support",
147 "//ui/events/platform",