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

Unified Diff: services/ui/ime/test_ime_driver/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/ime/ime_unittest.cc ('k') | services/ui/ime/test_ime_driver/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ime/test_ime_driver/BUILD.gn
diff --git a/services/ui/ime/test_ime_driver/BUILD.gn b/services/ui/ime/test_ime_driver/BUILD.gn
index b772076c88c7b5d1018dfdd605f2c4bdd5236772..f1a880aa0d4c234a6def14a21d1df35617c81815 100644
--- a/services/ui/ime/test_ime_driver/BUILD.gn
+++ b/services/ui/ime/test_ime_driver/BUILD.gn
@@ -6,9 +6,10 @@ import("//services/shell/public/cpp/service.gni")
import("//services/shell/public/service_manifest.gni")
import("//testing/test.gni")
-service("test_ime_driver") {
+source_set("lib") {
sources = [
- "main.cc",
+ "test_ime_application.cc",
+ "test_ime_application.h",
"test_ime_driver.cc",
"test_ime_driver.h",
]
@@ -18,7 +19,20 @@ service("test_ime_driver") {
"//services/shell/public/cpp",
"//services/ui/public/cpp",
"//services/ui/public/interfaces",
- "//ui/gfx/geometry/mojo",
+ ]
+}
+
+service("test_ime_driver") {
+ sources = [
+ "main.cc",
+ ]
+
+ deps = [
+ ":lib",
+ "//base",
+ "//services/shell/public/cpp",
+ "//services/ui/public/cpp",
+ "//services/ui/public/interfaces",
]
data_deps = [
« no previous file with comments | « services/ui/ime/ime_unittest.cc ('k') | services/ui/ime/test_ime_driver/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698