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

Unified Diff: ui/base/ime/ui_base_ime.gyp

Issue 1566083002: Makes sure the keyboard typing isn't blocked when InputMethod::OnFocus() is not correctly called. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CQ green. Created 4 years, 11 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
Index: ui/base/ime/ui_base_ime.gyp
diff --git a/ui/base/ime/ui_base_ime.gyp b/ui/base/ime/ui_base_ime.gyp
index 9c3eb3888dbe842c79e29388be107d01052fe4ea..b00f78e6360b39725fe31ebaaa055791127a381a 100644
--- a/ui/base/ime/ui_base_ime.gyp
+++ b/ui/base/ime/ui_base_ime.gyp
@@ -89,6 +89,8 @@
'input_method_factory.h',
'input_method_initializer.cc',
'input_method_initializer.h',
+ 'input_method_log_collector.cc',
+ 'input_method_log_collector.h',
'input_method_mac.h',
'input_method_mac.mm',
'input_method_minimal.cc',

Powered by Google App Engine
This is Rietveld 408576698