Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / wm / wm.gyp
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.
4
5 {
6   'variables': {
7     'chromium_code': 1,
8   },
9   'targets': [
10     {
11       # GN version: //ui/wm
12       'target_name': 'wm',
13       'type': '<(component)',
14       'dependencies': [
15         '../../base/base.gyp:base',
16         '../../skia/skia.gyp:skia',
17         '../aura/aura.gyp:aura',
18         '../compositor/compositor.gyp:compositor',
19         '../events/devices/events_devices.gyp:events_devices',
20         '../events/events.gyp:events',
21         '../events/events.gyp:events_base',
22         '../events/platform/events_platform.gyp:events_platform',
23         '../gfx/gfx.gyp:gfx_geometry',
24         '../gfx/gfx.gyp:gfx',
25         '../resources/ui_resources.gyp:ui_resources',
26         '../base/ui_base.gyp:ui_base',
27       ],
28       'defines': [
29         'WM_IMPLEMENTATION',
30       ],
31       'sources': [
32         # Note: sources list duplicated in GN build.
33         'core/accelerator_delegate.h',
34         'core/accelerator_filter.cc',
35         'core/accelerator_filter.h',
36         'core/base_focus_rules.h',
37         'core/base_focus_rules.cc',
38         'core/base_focus_rules.h',
39         'core/capture_controller.cc',
40         'core/capture_controller.h',
41         'core/compound_event_filter.cc',
42         'core/compound_event_filter.h',
43         'core/coordinate_conversion.cc',
44         'core/coordinate_conversion.h',
45         'core/cursor_manager.cc',
46         'core/cursor_manager.h',
47         'core/default_activation_client.cc',
48         'core/default_activation_client.h',
49         'core/default_screen_position_client.cc',
50         'core/default_screen_position_client.h',
51         'core/easy_resize_window_targeter.cc',
52         'core/easy_resize_window_targeter.h',
53         'core/focus_controller.cc',
54         'core/focus_controller.h',
55         'core/focus_rules.h',
56         'core/image_grid.cc',
57         'core/image_grid.h',
58         'core/input_method_event_filter.cc',
59         'core/input_method_event_filter.h',
60         'core/masked_window_targeter.cc',
61         'core/masked_window_targeter.h',
62         'core/native_cursor_manager.h',
63         'core/native_cursor_manager_delegate.h',
64         'core/nested_accelerator_dispatcher_linux.cc',
65         'core/nested_accelerator_dispatcher_win.cc',
66         'core/nested_accelerator_dispatcher.cc',
67         'core/nested_accelerator_dispatcher.h',
68         'core/nested_accelerator_delegate.h',
69         'core/nested_accelerator_controller.cc',
70         'core/nested_accelerator_controller.h',
71         'core/shadow.cc',
72         'core/shadow.h',
73         'core/shadow_controller.cc',
74         'core/shadow_controller.h',
75         'core/shadow_types.cc',
76         'core/shadow_types.h',
77         'core/transient_window_controller.cc',
78         'core/transient_window_controller.h',
79         'core/transient_window_manager.cc',
80         'core/transient_window_manager.h',
81         'core/transient_window_observer.h',
82         'core/transient_window_stacking_client.cc',
83         'core/transient_window_stacking_client.h',
84         'core/user_activity_detector.cc',
85         'core/user_activity_detector.h',
86         'core/user_activity_observer.h',
87         'core/visibility_controller.cc',
88         'core/visibility_controller.h',
89         'core/window_animations.cc',
90         'core/window_animations.h',
91         'core/window_modality_controller.cc',
92         'core/window_modality_controller.h',
93         'core/window_util.cc',
94         'core/window_util.h',
95         'core/wm_core_switches.cc',
96         'core/wm_core_switches.h',
97         'core/wm_state.cc',
98         'core/wm_state.h',
99         'wm_export.h',
100       ],
101     },
102     {
103       # GN version: //ui/wm:test_support
104       'target_name': 'wm_test_support',
105       'type': 'static_library',
106       'dependencies': [
107         '../../skia/skia.gyp:skia',
108         '../aura/aura.gyp:aura',
109         '../events/events.gyp:events',
110         '../events/events.gyp:events_base',
111       ],
112       'sources': [
113         'test/wm_test_helper.cc',
114         'test/wm_test_helper.h',
115       ],
116     },
117     {
118       # GN version: //ui/wm:wm_unittests
119       'target_name': 'wm_unittests',
120       'type': 'executable',
121       'dependencies': [
122         '../../base/base.gyp:base',
123         '../../base/base.gyp:test_support_base',
124         '../../skia/skia.gyp:skia',
125         '../../testing/gtest.gyp:gtest',
126         '../aura/aura.gyp:aura',
127         '../aura/aura.gyp:aura_test_support',
128         '../base/ui_base.gyp:ui_base',
129         '../compositor/compositor.gyp:compositor',
130         '../events/events.gyp:events',
131         '../events/events.gyp:events_base',
132         '../events/platform/events_platform.gyp:events_platform',
133         '../gfx/gfx.gyp:gfx',
134         '../gfx/gfx.gyp:gfx_geometry',
135         'wm',
136         'wm_test_support',
137       ],
138       'sources': [
139         'test/run_all_unittests.cc',
140         'core/compound_event_filter_unittest.cc',
141         'core/cursor_manager_unittest.cc',
142         'core/focus_controller_unittest.cc',
143         'core/input_method_event_filter_unittest.cc',
144         'core/image_grid_unittest.cc',
145         'core/nested_accelerator_controller_unittest.cc',
146         'core/shadow_controller_unittest.cc',
147         'core/shadow_unittest.cc',
148         'core/transient_window_manager_unittest.cc',
149         'core/transient_window_stacking_client_unittest.cc',
150         'core/user_activity_detector_unittest.cc',
151         'core/visibility_controller_unittest.cc',
152         'core/window_animations_unittest.cc',
153         'core/window_util_unittest.cc',
154       ],
155     },
156   ],
157 }