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

Unified Diff: ui/keyboard/BUILD.gn

Issue 2666843003: Disable pinch-to-zoom gesture on virtual keyboard (Closed)
Patch Set: rebase Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/keyboard/keyboard_controller.h » ('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 6a5101abfead04ba8d6b765ddfb47ac6b0575711..9a32e0b4bd09d8800d65729bf535cbf0bf17e0dd 100644
--- a/ui/keyboard/BUILD.gn
+++ b/ui/keyboard/BUILD.gn
@@ -13,6 +13,8 @@ component("keyboard") {
"keyboard_controller.cc",
"keyboard_controller.h",
"keyboard_controller_observer.h",
+ "keyboard_event_filter.cc",
+ "keyboard_event_filter.h",
"keyboard_export.h",
"keyboard_layout_delegate.h",
"keyboard_layout_manager.cc",
@@ -147,6 +149,7 @@ mojom("mojom") {
test("keyboard_unittests") {
sources = [
"keyboard_controller_unittest.cc",
+ "keyboard_event_filter_unittest.cc",
"keyboard_util_unittest.cc",
"test/run_all_unittests.cc",
]
« no previous file with comments | « no previous file | ui/keyboard/keyboard_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698