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

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: compiled. 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 22c3e7201489f4543a4a820cebc94a008f11f755..47ffda9d1e0fe190527f838fcc45949a5bbb980a 100644
--- a/ui/base/ime/ui_base_ime.gyp
+++ b/ui/base/ime/ui_base_ime.gyp
@@ -91,6 +91,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