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

Unified Diff: chrome/app/mash/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 | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index 2bb72543d85c1eb3ceb1eeefd9ae04fe092576db..a7972154ec8f3fc13c00158f732166a791446bf4 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -47,6 +47,7 @@ service_manifest("manifest") {
"//mash/session:manifest",
"//mash/task_viewer:manifest",
"//services/ui:manifest",
+ "//services/ui/ime/test_ime_driver:manifest",
]
packaged_services = [
"app_driver",
@@ -54,6 +55,7 @@ service_manifest("manifest") {
"mash_session",
"quick_launch",
"task_viewer",
+ "test_ime_driver",
"touch_hud",
"ui",
]
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698