1 # Copyright 2013 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.
12 'type': '<(component)',
14 '../../base/base.gyp:base',
15 '../../skia/skia.gyp:skia',
16 '../aura/aura.gyp:aura',
17 '../compositor/compositor.gyp:compositor',
18 '../events/events.gyp:events',
19 '../events/events.gyp:events_base',
20 '../gfx/gfx.gyp:gfx_geometry',
22 '../resources/ui_resources.gyp:ui_resources',
23 '../base/ui_base.gyp:ui_base',
29 'core/base_focus_rules.cc',
30 'core/base_focus_rules.h',
31 'core/capture_controller.cc',
32 'core/capture_controller.h',
33 'core/compound_event_filter.cc',
34 'core/compound_event_filter.h',
35 'core/cursor_manager.cc',
36 'core/cursor_manager.h',
37 'core/default_activation_client.cc',
38 'core/default_activation_client.h',
39 'core/easy_resize_window_targeter.cc',
40 'core/easy_resize_window_targeter.h',
41 'core/focus_controller.cc',
42 'core/focus_controller.h',
46 'core/input_method_event_filter.cc',
47 'core/input_method_event_filter.h',
48 'core/masked_window_targeter.cc',
49 'core/masked_window_targeter.h',
50 'core/native_cursor_manager.h',
51 'core/native_cursor_manager_delegate.h',
54 'core/shadow_controller.cc',
55 'core/shadow_controller.h',
56 'core/shadow_types.cc',
57 'core/shadow_types.h',
58 'core/transient_window_controller.cc',
59 'core/transient_window_controller.h',
60 'core/transient_window_manager.cc',
61 'core/transient_window_manager.h',
62 'core/transient_window_observer.h',
63 'core/transient_window_stacking_client.cc',
64 'core/transient_window_stacking_client.h',
65 'core/user_activity_detector.cc',
66 'core/user_activity_detector.h',
67 'core/user_activity_observer.h',
68 'core/visibility_controller.cc',
69 'core/visibility_controller.h',
70 'core/window_animations.cc',
71 'core/window_animations.h',
72 'core/window_modality_controller.cc',
73 'core/window_modality_controller.h',
74 'core/window_util.cc',
76 'core/wm_core_switches.cc',
77 'core/wm_core_switches.h',
80 'public/window_types.h',
85 'target_name': 'wm_test_support',
86 'type': 'static_library',
88 '../../skia/skia.gyp:skia',
89 '../aura/aura.gyp:aura',
90 '../events/events.gyp:events',
91 '../events/events.gyp:events_base',
94 'test/wm_test_helper.cc',
95 'test/wm_test_helper.h',
99 'target_name': 'wm_unittests',
100 'type': 'executable',
102 '../../base/base.gyp:base',
103 '../../base/base.gyp:test_support_base',
104 '../../skia/skia.gyp:skia',
105 '../../testing/gtest.gyp:gtest',
106 '../aura/aura.gyp:aura',
107 '../aura/aura.gyp:aura_test_support',
108 '../compositor/compositor.gyp:compositor',
109 '../events/events.gyp:events',
110 '../events/events.gyp:events_base',
111 '../gfx/gfx.gyp:gfx_geometry',
112 '../gfx/gfx.gyp:gfx',
113 '../base/ui_base.gyp:ui_base',
118 'test/run_all_unittests.cc',
119 'core/compound_event_filter_unittest.cc',
120 'core/cursor_manager_unittest.cc',
121 'core/focus_controller_unittest.cc',
122 'core/input_method_event_filter_unittest.cc',
123 'core/image_grid_unittest.cc',
124 'core/shadow_controller_unittest.cc',
125 'core/transient_window_manager_unittest.cc',
126 'core/transient_window_stacking_client_unittest.cc',
127 'core/user_activity_detector_unittest.cc',
128 'core/visibility_controller_unittest.cc',
129 'core/window_animations_unittest.cc',
130 'core/window_util_unittest.cc',