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

Unified Diff: sky/services/keyboard/BUILD.gn

Issue 1088793003: Expose sky KeyboardService in android mojo_shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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/framework/shell.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/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",
- ]
-}
« no previous file with comments | « sky/framework/shell.dart ('k') | sky/services/keyboard/keyboard.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698