Index: sky/services/keyboard/BUILD.gn |
diff --git a/sky/services/keyboard/BUILD.gn b/sky/services/keyboard/BUILD.gn |
deleted file mode 100644 |
index 20ac793b24a0c8ba2a29fe37cf120321fe831500..0000000000000000000000000000000000000000 |
--- a/sky/services/keyboard/BUILD.gn |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-# 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", |
- ] |
-} |