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

Unified Diff: services/ui/ime/test_ime_driver/BUILD.gn

Issue 2356363004: IME for Mus: Fix test_ime_driver related dependencies. (Closed)
Patch Set: Created 4 years, 3 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/BUILD.gn ('k') | no next file » | 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 f1a880aa0d4c234a6def14a21d1df35617c81815..ebaf8904fc2b54253053fb921438b90d83fc1fc6 100644
--- a/services/ui/ime/test_ime_driver/BUILD.gn
+++ b/services/ui/ime/test_ime_driver/BUILD.gn
@@ -17,7 +17,6 @@ source_set("lib") {
deps = [
"//base",
"//services/shell/public/cpp",
- "//services/ui/public/cpp",
"//services/ui/public/interfaces",
]
}
@@ -31,13 +30,11 @@ service("test_ime_driver") {
":lib",
"//base",
"//services/shell/public/cpp",
- "//services/ui/public/cpp",
"//services/ui/public/interfaces",
]
data_deps = [
":manifest",
- "//services/ui",
]
}
« no previous file with comments | « services/ui/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698