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

Unified Diff: ui/base/ime/BUILD.gn

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: use DumpWithoutCrashing(). 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/BUILD.gn
diff --git a/ui/base/ime/BUILD.gn b/ui/base/ime/BUILD.gn
index b915757c0d4b80123586b2f82b7372b3788feafd..ea0a8ad8fb96cb7afe381c45a9720fdc32a35d6d 100644
--- a/ui/base/ime/BUILD.gn
+++ b/ui/base/ime/BUILD.gn
@@ -69,6 +69,8 @@ component("ime") {
"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