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

Unified Diff: ui/keyboard/BUILD.gn

Issue 2445293002: Make the virtual keyboard show up on the display with input focus. (Closed)
Patch Set: fix one more compilation error on Windows Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/display/test/display_manager_test_api.cc ('k') | ui/keyboard/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/BUILD.gn
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn
index c6ac76850d59a99f1ce47b7517c6ce275ea5bc6e..2674b16fe0e737052c4e08cece914b08f121feda 100644
--- a/ui/keyboard/BUILD.gn
+++ b/ui/keyboard/BUILD.gn
@@ -14,6 +14,7 @@ component("keyboard") {
"keyboard_controller.h",
"keyboard_controller_observer.h",
"keyboard_export.h",
+ "keyboard_layout_delegate.h",
"keyboard_layout_manager.cc",
"keyboard_layout_manager.h",
"keyboard_switches.cc",
@@ -37,6 +38,7 @@ component("keyboard") {
"//ui/base",
"//ui/base/ime",
"//ui/compositor",
+ "//ui/display/types:types",
"//ui/events",
"//ui/events:dom_keycode_converter",
"//ui/events:events_base",
« no previous file with comments | « ui/display/test/display_manager_test_api.cc ('k') | ui/keyboard/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698