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("//build/config/features.gni")
6 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
8 component("vibration") {
9 output_name = "device_vibration"
13 "vibration_manager_impl.h",
14 "vibration_manager_impl_default.cc",
17 defines = [ "DEVICE_VIBRATION_IMPLEMENTATION" ]
22 "//base/third_party/dynamic_annotations",
23 "//mojo/environment:chromium",
24 "//third_party/mojo/src/mojo/public/cpp/bindings",
25 "//third_party/mojo/src/mojo/edk/system",
29 sources -= [ "vibration_manager_impl_default.cc" ]
33 mojom("mojo_bindings") {
35 "vibration_manager.mojom",