1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//mojo/public/tools/bindings/mojom.gni")
7 # GYP version: ui/keyboard/keyboard.gyp:keyboard_mojom_bindings
8 mojom("mojo_bindings") {
14 # GYP version: part of ui/keyboard/keyboard.gyp:keyboard
16 visibility = "//ui/keyboard"
21 "vk_webui_controller.cc",
22 "vk_webui_controller.h",
28 "//content/public/browser",
31 "//ui/keyboard:resources",
32 "//mojo/public/cpp/bindings",
33 "//mojo/environment:chromium",
38 defines = [ "KEYBOARD_IMPLEMENTATION" ]