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

Unified Diff: ui/views/mus/BUILD.gn

Issue 2230393002: IME for Mus: Make InputMethodMus use the IME Mojo API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify unittests to cover non-char events. Created 4 years, 4 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/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index 3f3d4c7517eb85465183b8cd2630f29112937408..c814a11e87ef9cf571887d5a9faade8c3a0bf04c 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -37,6 +37,8 @@ component("mus") {
"screen_mus_delegate.h",
"surface_context_factory.cc",
"surface_context_factory.h",
+ "text_input_client_impl.cc",
+ "text_input_client_impl.h",
"window_manager_connection.cc",
"window_manager_connection.h",
"window_manager_constants_converters.cc",
@@ -155,6 +157,7 @@ test("views_mus_unittests") {
sources = [
"display_list_unittest.cc",
+ "input_method_mus_unittest.cc",
"native_widget_mus_unittest.cc",
"os_exchange_data_provider_mus_unittest.cc",
"pointer_watcher_event_router_unittest.cc",
@@ -219,6 +222,7 @@ test("views_mus_unittests") {
data_deps = [
":unittests_manifest",
+ "//services/ui/ime/test_ime_driver",
"//services/ui/test_wm",
]

Powered by Google App Engine
This is Rietveld 408576698