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

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: Cleanup. 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 81f81986d7d7e25c2856be18f06a08474bd7bd61..bfcf7d95fcb0fe66db33d4c1e4e851842ce15731 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -35,6 +35,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",
@@ -153,6 +155,7 @@ test("views_mus_unittests") {
sources = [
"display_list_unittest.cc",
+ "input_method_mus_unittest.cc",
"native_widget_mus_unittest.cc",
"run_all_unittests_mus.cc",
"screen_mus_unittest.cc",
@@ -185,6 +188,7 @@ test("views_mus_unittests") {
"//base/test:test_support",
"//cc",
"//services/shell/background:main", # Provides main().
+ "//services/ui/ime/test_ime_driver",
"//services/ui/public/cpp",
"//services/ui/public/cpp/tests:unittest_support",
"//services/ui/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698