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

Unified Diff: shell/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: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 37d7641d947bc46de42263b29223e7f19edae998..b8a91813819801d684f5abb741ef2dd123110001 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -63,6 +63,7 @@ if (!mojo_use_prebuilt_mojo_shell) {
deps = shell_common_deps + [
":jni_headers",
+ "//mojo/android:libsystem_java",
"//services/native_viewport:lib",
"//shell/application_manager",
"//ui/gl",
@@ -295,6 +296,10 @@ if (is_android) {
deps = [
"//base:base_java",
+ "//mojo/android:system_java",
+ "//mojo/public/java:system",
+ "//mojo/services/keyboard/public/interfaces:interfaces_java",
+ "//services/keyboard",
]
}

Powered by Google App Engine
This is Rietveld 408576698