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

Unified Diff: ui/keyboard/BUILD.gn

Issue 1684823004: Refactors keyboard related code so mash can use a keyboard (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to trunk Created 4 years, 10 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 | « chrome/browser/ui/ash/keyboard_ui_service.cc ('k') | ui/keyboard/keyboard.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/BUILD.gn
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn
index 3bad9bf0316a65c03db3a5ae3eb0794c03d37507..ae966b8b4483a53e17c832d06476cb18ac300f84 100644
--- a/ui/keyboard/BUILD.gn
+++ b/ui/keyboard/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//mojo/public/tools/bindings/mojom.gni")
import("//testing/test.gni")
import("//third_party/google_input_tools/closure.gni")
import("//third_party/google_input_tools/inputview.gni")
@@ -126,6 +127,15 @@ build_closure("inputview") {
path = rebase_path("//third_party/google_input_tools")
}
+mojom("mojom") {
+ sources = [
+ "keyboard.mojom",
+ ]
+ deps = [
+ "//ui/mojo/geometry:interfaces",
+ ]
+}
+
test("keyboard_unittests") {
sources = [
"keyboard_controller_unittest.cc",
« no previous file with comments | « chrome/browser/ui/ash/keyboard_ui_service.cc ('k') | ui/keyboard/keyboard.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698