Index: shell/BUILD.gn |
diff --git a/shell/BUILD.gn b/shell/BUILD.gn |
index 37d7641d947bc46de42263b29223e7f19edae998..e6ccac65dfcd5a933db978537972d78832eee3a7 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", |
+ "//sky/services/keyboard", |
qsr
2015/04/16 02:05:38
That seems wrong. The shell should not depend on s
|
] |
} |