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

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: Avoid modifying NativeViewport 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",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698