OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 component("wm") { | 5 component("wm") { |
6 sources = [ | 6 sources = [ |
7 "core/accelerator_delegate.h", | 7 "core/accelerator_delegate.h", |
8 "core/accelerator_filter.cc", | 8 "core/accelerator_filter.cc", |
9 "core/accelerator_filter.h", | 9 "core/accelerator_filter.h", |
10 "core/base_focus_rules.cc", | 10 "core/base_focus_rules.cc", |
11 "core/base_focus_rules.h", | 11 "core/base_focus_rules.h", |
12 "core/capture_controller.cc", | 12 "core/capture_controller.cc", |
13 "core/capture_controller.h", | 13 "core/capture_controller.h", |
14 "core/compound_event_filter.cc", | 14 "core/compound_event_filter.cc", |
15 "core/compound_event_filter.h", | 15 "core/compound_event_filter.h", |
| 16 "core/coordinate_conversion.cc", |
| 17 "core/coordinate_conversion.h", |
16 "core/cursor_manager.cc", | 18 "core/cursor_manager.cc", |
17 "core/cursor_manager.h", | 19 "core/cursor_manager.h", |
18 "core/default_activation_client.cc", | 20 "core/default_activation_client.cc", |
19 "core/default_activation_client.h", | 21 "core/default_activation_client.h", |
20 "core/easy_resize_window_targeter.cc", | 22 "core/easy_resize_window_targeter.cc", |
21 "core/easy_resize_window_targeter.h", | 23 "core/easy_resize_window_targeter.h", |
22 "core/focus_controller.cc", | 24 "core/focus_controller.cc", |
23 "core/focus_controller.h", | 25 "core/focus_controller.h", |
24 "core/focus_rules.h", | 26 "core/focus_rules.h", |
25 "core/image_grid.cc", | 27 "core/image_grid.cc", |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 "//ui/compositor", | 138 "//ui/compositor", |
137 "//ui/events", | 139 "//ui/events", |
138 "//ui/events:events_base", | 140 "//ui/events:events_base", |
139 "//ui/events/platform", | 141 "//ui/events/platform", |
140 "//ui/gfx", | 142 "//ui/gfx", |
141 "//ui/gfx/geometry", | 143 "//ui/gfx/geometry", |
142 ] | 144 ] |
143 } | 145 } |
144 | 146 |
145 } | 147 } |
OLD | NEW |