| 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 import("//testing/rules.gni") |
| 6 |
| 5 component("wm") { | 7 component("wm") { |
| 6 sources = [ | 8 sources = [ |
| 7 "core/accelerator_delegate.h", | 9 "core/accelerator_delegate.h", |
| 8 "core/accelerator_filter.cc", | 10 "core/accelerator_filter.cc", |
| 9 "core/accelerator_filter.h", | 11 "core/accelerator_filter.h", |
| 10 "core/base_focus_rules.cc", | 12 "core/base_focus_rules.cc", |
| 11 "core/base_focus_rules.h", | 13 "core/base_focus_rules.h", |
| 12 "core/capture_controller.cc", | 14 "core/capture_controller.cc", |
| 13 "core/capture_controller.h", | 15 "core/capture_controller.h", |
| 14 "core/compound_event_filter.cc", | 16 "core/compound_event_filter.cc", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "//ui/aura:test_support", | 139 "//ui/aura:test_support", |
| 138 "//ui/base:test_support", | 140 "//ui/base:test_support", |
| 139 "//ui/compositor:test_support", | 141 "//ui/compositor:test_support", |
| 140 "//ui/events:test_support", | 142 "//ui/events:test_support", |
| 141 "//ui/events/platform", | 143 "//ui/events/platform", |
| 142 "//ui/gfx", | 144 "//ui/gfx", |
| 143 "//ui/gfx/geometry", | 145 "//ui/gfx/geometry", |
| 144 "//ui/gl", | 146 "//ui/gl", |
| 145 ] | 147 ] |
| 146 } | 148 } |
| OLD | NEW |