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

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

Issue 2945283002: Unify IMEDriver and IMEServer. (Closed)
Patch Set: Addressed feedback. Created 3 years, 6 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 | « chrome/browser/ui/views/ime_driver/ime_driver_mus.cc ('k') | services/ui/ime/ime_driver_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ime/BUILD.gn
diff --git a/services/ui/ime/BUILD.gn b/services/ui/ime/BUILD.gn
index 47b192885cb492b0fc90acc3d905613f9eb59688..27a7464b261813e75e9d7c1cf17a423e85f565b7 100644
--- a/services/ui/ime/BUILD.gn
+++ b/services/ui/ime/BUILD.gn
@@ -10,10 +10,10 @@ import("//testing/test.gni")
source_set("lib") {
sources = [
+ "ime_driver_bridge.cc",
+ "ime_driver_bridge.h",
"ime_registrar_impl.cc",
"ime_registrar_impl.h",
- "ime_server_impl.cc",
- "ime_server_impl.h",
]
deps = [
« no previous file with comments | « chrome/browser/ui/views/ime_driver/ime_driver_mus.cc ('k') | services/ui/ime/ime_driver_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698