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

Unified Diff: sky/services/keyboard/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 | « sky/examples/editor/input.dart ('k') | sky/services/keyboard/keyboard.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/keyboard/BUILD.gn
diff --git a/sky/services/sensors/BUILD.gn b/sky/services/keyboard/BUILD.gn
similarity index 74%
copy from sky/services/sensors/BUILD.gn
copy to sky/services/keyboard/BUILD.gn
index 55c2eb1475374f0cb72a5c82e7b12bc94aecf0e9..20ac793b24a0c8ba2a29fe37cf120321fe831500 100644
--- a/sky/services/sensors/BUILD.gn
+++ b/sky/services/keyboard/BUILD.gn
@@ -6,10 +6,10 @@ import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
import("//mojo/public/tools/bindings/mojom.gni")
-android_library("sensors") {
+android_library("keyboard") {
java_files = [
- "org/domokit/sensors/SensorForwarder.java",
- "org/domokit/sensors/SensorServiceImpl.java",
+ "org/domokit/keyboard/InputConnectionAdaptor.java",
+ "org/domokit/keyboard/KeyboardServiceImpl.java",
]
deps = [
@@ -21,6 +21,6 @@ android_library("sensors") {
mojom("interfaces") {
sources = [
- "sensors.mojom",
+ "keyboard.mojom",
]
}
« no previous file with comments | « sky/examples/editor/input.dart ('k') | sky/services/keyboard/keyboard.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698