Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Side by Side Diff: ui/wm/BUILD.gn

Issue 2553603002: New accessibility virtual keyboard behavior in non-sticky mode. (Closed)
Patch Set: Remove unused variable Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("wm") { 8 component("wm") {
9 sources = [ 9 sources = [
10 "core/accelerator_delegate.h", 10 "core/accelerator_delegate.h",
(...skipping 11 matching lines...) Expand all
22 "core/cursor_manager.h", 22 "core/cursor_manager.h",
23 "core/default_activation_client.cc", 23 "core/default_activation_client.cc",
24 "core/default_activation_client.h", 24 "core/default_activation_client.h",
25 "core/default_screen_position_client.cc", 25 "core/default_screen_position_client.cc",
26 "core/default_screen_position_client.h", 26 "core/default_screen_position_client.h",
27 "core/easy_resize_window_targeter.cc", 27 "core/easy_resize_window_targeter.cc",
28 "core/easy_resize_window_targeter.h", 28 "core/easy_resize_window_targeter.h",
29 "core/focus_controller.cc", 29 "core/focus_controller.cc",
30 "core/focus_controller.h", 30 "core/focus_controller.h",
31 "core/focus_rules.h", 31 "core/focus_rules.h",
32 "core/ime_util.cc",
33 "core/ime_util.h",
32 "core/masked_window_targeter.cc", 34 "core/masked_window_targeter.cc",
33 "core/masked_window_targeter.h", 35 "core/masked_window_targeter.h",
34 "core/native_cursor_manager.h", 36 "core/native_cursor_manager.h",
35 "core/native_cursor_manager_delegate.h", 37 "core/native_cursor_manager_delegate.h",
36 "core/shadow.cc", 38 "core/shadow.cc",
37 "core/shadow.h", 39 "core/shadow.h",
38 "core/shadow_controller.cc", 40 "core/shadow_controller.cc",
39 "core/shadow_controller.h", 41 "core/shadow_controller.h",
40 "core/shadow_types.cc", 42 "core/shadow_types.cc",
41 "core/shadow_types.h", 43 "core/shadow_types.h",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "//ui/gfx/animation", 145 "//ui/gfx/animation",
144 "//ui/gfx/geometry", 146 "//ui/gfx/geometry",
145 "//ui/gl:test_support", 147 "//ui/gl:test_support",
146 "//ui/resources", 148 "//ui/resources",
147 ] 149 ]
148 150
149 data_deps = [ 151 data_deps = [
150 "//ui/resources:ui_test_pak_data", 152 "//ui/resources:ui_test_pak_data",
151 ] 153 ]
152 } 154 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698