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

Unified Diff: mojo/services/keyboard/interfaces/BUILD.gn

Issue 1453823005: Implement Linux IME support (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add service name annotation, remove unused member variables Created 5 years, 1 month 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: mojo/services/keyboard/interfaces/BUILD.gn
diff --git a/mojo/services/keyboard/interfaces/BUILD.gn b/mojo/services/keyboard/interfaces/BUILD.gn
index 6aa938977f7ba38b0c0f88a31064bb6516a276d6..b3ca11d1ff04720983a036c46e787d0135186670 100644
--- a/mojo/services/keyboard/interfaces/BUILD.gn
+++ b/mojo/services/keyboard/interfaces/BUILD.gn
@@ -9,4 +9,10 @@ mojom("interfaces") {
sources = [
"keyboard.mojom",
]
+
+ import_dirs = [ get_path_info("../../", "abspath") ]
+
+ deps = [
+ "../../native_viewport/interfaces",
+ ]
}
« no previous file with comments | « mojo/dart/packages/mojo_services/lib/keyboard/keyboard.mojom.dart ('k') | mojo/services/keyboard/interfaces/keyboard.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698