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

Unified Diff: sky/apk/demo/BUILD.gn

Issue 995613002: Implement a basic IME-aware input element (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | sky/apk/demo/org/domokit/sky/demo/SkyDemoApplication.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/apk/demo/BUILD.gn
diff --git a/sky/apk/demo/BUILD.gn b/sky/apk/demo/BUILD.gn
index 48261dd3b9d11a7b47f3ad3fc42c25366ceb1efd..8f0f191594bbed293784e531daf3429687550e6f 100644
--- a/sky/apk/demo/BUILD.gn
+++ b/sky/apk/demo/BUILD.gn
@@ -18,6 +18,8 @@ android_library("java") {
"//base:base_java",
"//mojo/public/java:bindings",
"//mojo/public/java:system",
+ "//sky/services/keyboard",
+ "//sky/services/keyboard:interfaces_java",
"//sky/services/sensors",
"//sky/services/sensors:interfaces_java",
"//sky/shell:java",
« no previous file with comments | « no previous file | sky/apk/demo/org/domokit/sky/demo/SkyDemoApplication.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698