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

Unified Diff: services/keyboard/BUILD.gn

Issue 1088793003: Expose sky KeyboardService in android mojo_shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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/keyboard/BUILD.gn
diff --git a/sky/services/keyboard/BUILD.gn b/services/keyboard/BUILD.gn
similarity index 78%
rename from sky/services/keyboard/BUILD.gn
rename to services/keyboard/BUILD.gn
index 20ac793b24a0c8ba2a29fe37cf120321fe831500..28a903b3f7674950734546fad3a484777c08b198 100644
--- a/sky/services/keyboard/BUILD.gn
+++ b/services/keyboard/BUILD.gn
@@ -4,7 +4,6 @@
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
android_library("keyboard") {
java_files = [
@@ -15,12 +14,6 @@ android_library("keyboard") {
deps = [
"//mojo/public/java:bindings",
"//mojo/public/java:system",
- ":interfaces_java",
- ]
-}
-
-mojom("interfaces") {
- sources = [
- "keyboard.mojom",
+ "//mojo/services/keyboard/public/interfaces:interfaces_java",
]
}

Powered by Google App Engine
This is Rietveld 408576698