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

Unified Diff: ui/keyboard/BUILD.gn

Issue 2444443002: cros: Allow pin keyboard to keep focus without popping up the pin keyboard. (Closed)
Patch Set: Fixed patch set 9 errors. 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
Index: ui/keyboard/BUILD.gn
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn
index 0da1888d28faac44524c9c0a37a9fb839d9eecf1..c6ac76850d59a99f1ce47b7517c6ce275ea5bc6e 100644
--- a/ui/keyboard/BUILD.gn
+++ b/ui/keyboard/BUILD.gn
@@ -22,6 +22,8 @@ component("keyboard") {
"keyboard_ui.h",
"keyboard_util.cc",
"keyboard_util.h",
+ "scoped_keyboard_disabler.cc",
+ "scoped_keyboard_disabler.h",
]
defines = [ "KEYBOARD_IMPLEMENTATION" ]

Powered by Google App Engine
This is Rietveld 408576698