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

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

Issue 2945283002: Unify IMEDriver and IMEServer. (Closed)
Patch Set: Unified IMEDriver & IMEServer. 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
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 = [

Powered by Google App Engine
This is Rietveld 408576698