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.
7 "core/accelerator_delegate.h",
8 "core/accelerator_filter.cc",
9 "core/accelerator_filter.h",
10 "core/base_focus_rules.h",
11 "core/base_focus_rules.cc",
12 "core/base_focus_rules.h",
13 "core/capture_controller.cc",
14 "core/capture_controller.h",
15 "core/compound_event_filter.cc",
16 "core/compound_event_filter.h",
17 "core/cursor_manager.cc",
18 "core/cursor_manager.h",
19 "core/default_activation_client.cc",
20 "core/default_activation_client.h",
21 "core/easy_resize_window_targeter.cc",
22 "core/easy_resize_window_targeter.h",
23 "core/focus_controller.cc",
24 "core/focus_controller.h",
28 "core/input_method_event_filter.cc",
29 "core/input_method_event_filter.h",
30 "core/masked_window_targeter.cc",
31 "core/masked_window_targeter.h",
32 "core/native_cursor_manager.h",
33 "core/native_cursor_manager_delegate.h",
34 "core/nested_accelerator_dispatcher_linux.cc",
35 "core/nested_accelerator_dispatcher_win.cc",
36 "core/nested_accelerator_dispatcher.cc",
37 "core/nested_accelerator_dispatcher.h",
38 "core/nested_accelerator_delegate.h",
39 "core/nested_accelerator_controller.cc",
40 "core/nested_accelerator_controller.h",
43 "core/shadow_controller.cc",
44 "core/shadow_controller.h",
45 "core/shadow_types.cc",
46 "core/shadow_types.h",
47 "core/transient_window_controller.cc",
48 "core/transient_window_controller.h",
49 "core/transient_window_manager.cc",
50 "core/transient_window_manager.h",
51 "core/transient_window_observer.h",
52 "core/transient_window_stacking_client.cc",
53 "core/transient_window_stacking_client.h",
54 "core/user_activity_detector.cc",
55 "core/user_activity_detector.h",
56 "core/user_activity_observer.h",
57 "core/visibility_controller.cc",
58 "core/visibility_controller.h",
59 "core/window_animations.cc",
60 "core/window_animations.h",
61 "core/window_modality_controller.cc",
62 "core/window_modality_controller.h",
63 "core/window_util.cc",
65 "core/wm_core_switches.cc",
66 "core/wm_core_switches.h",
69 "public/window_types.h",
73 defines = [ "WM_IMPLEMENTATION" ]
82 "//ui/events:events_base",
89 static_library("test_support") {
91 "test/wm_test_helper.cc",
92 "test/wm_test_helper.h",
100 "//ui/events:events_base",
104 # TODO(GYP) enable the wm_unittests target when all dependencies have been
105 # resolved. Some transitive deps aren't converted yet.
108 test("wm_unittests") {
110 "test/run_all_unittests.cc",
111 "core/compound_event_filter_unittest.cc",
112 "core/cursor_manager_unittest.cc",
113 "core/focus_controller_unittest.cc",
114 "core/input_method_event_filter_unittest.cc",
115 "core/image_grid_unittest.cc",
116 "core/nested_accelerator_controller_unittest.cc",
117 "core/shadow_controller_unittest.cc",
118 "core/transient_window_manager_unittest.cc",
119 "core/transient_window_stacking_client_unittest.cc",
120 "core/user_activity_detector_unittest.cc",
121 "core/visibility_controller_unittest.cc",
122 "core/window_animations_unittest.cc",
129 "//base/test:test_support",
133 "//ui/aura:test_support",
137 "//ui/events:events_base",