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

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: Update mash_browser_tests_manifest. 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
« no previous file with comments | « services/ui/service.cc ('k') | ui/views/mus/input_method_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index 37065661ace3add30283f5c73a54550a1c8068df..701aed1295e62615bb5cee87a8e56c0f9561ad62 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -33,6 +33,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",
@@ -149,6 +151,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",
@@ -198,6 +201,7 @@ test("views_mus_unittests") {
data_deps = [
":unittests_manifest",
+ "//services/ui/ime/test_ime_driver",
"//services/ui/test_wm",
]
« no previous file with comments | « services/ui/service.cc ('k') | ui/views/mus/input_method_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698