| 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.h", | |
| 11 "core/base_focus_rules.cc", | 10 "core/base_focus_rules.cc", |
| 12 "core/base_focus_rules.h", | 11 "core/base_focus_rules.h", |
| 13 "core/capture_controller.cc", | 12 "core/capture_controller.cc", |
| 14 "core/capture_controller.h", | 13 "core/capture_controller.h", |
| 15 "core/compound_event_filter.cc", | 14 "core/compound_event_filter.cc", |
| 16 "core/compound_event_filter.h", | 15 "core/compound_event_filter.h", |
| 17 "core/cursor_manager.cc", | 16 "core/cursor_manager.cc", |
| 18 "core/cursor_manager.h", | 17 "core/cursor_manager.h", |
| 19 "core/default_activation_client.cc", | 18 "core/default_activation_client.cc", |
| 20 "core/default_activation_client.h", | 19 "core/default_activation_client.h", |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "//ui/compositor", | 136 "//ui/compositor", |
| 138 "//ui/events", | 137 "//ui/events", |
| 139 "//ui/events:events_base", | 138 "//ui/events:events_base", |
| 140 "//ui/events/platform", | 139 "//ui/events/platform", |
| 141 "//ui/gfx", | 140 "//ui/gfx", |
| 142 "//ui/gfx/geometry", | 141 "//ui/gfx/geometry", |
| 143 ] | 142 ] |
| 144 } | 143 } |
| 145 | 144 |
| 146 } | 145 } |
| OLD | NEW |