blob: 20ac793b24a0c8ba2a29fe37cf120321fe831500 [file] [log] [blame]
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
import("//mojo/public/tools/bindings/mojom.gni")
android_library("keyboard") {
java_files = [
"org/domokit/keyboard/InputConnectionAdaptor.java",
"org/domokit/keyboard/KeyboardServiceImpl.java",
]
deps = [
"//mojo/public/java:bindings",
"//mojo/public/java:system",
":interfaces_java",
]
}
mojom("interfaces") {
sources = [
"keyboard.mojom",
]
}