| Index: device/vibration/android/BUILD.gn
|
| diff --git a/device/vibration/android/BUILD.gn b/device/vibration/android/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f7640af353284e75345e943766e346cc9299f4d5
|
| --- /dev/null
|
| +++ b/device/vibration/android/BUILD.gn
|
| @@ -0,0 +1,18 @@
|
| +# Copyright 2014 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")
|
| +
|
| +android_library("vibration_manager_android") {
|
| + java_files =
|
| + [ "java/src/org/chromium/device/vibration/VibrationManagerImpl.java" ]
|
| +
|
| + deps = [
|
| + "//base:base_java",
|
| + "//device/vibration:mojo_bindings_java",
|
| + "//third_party/mojo/src/mojo/public/java:bindings",
|
| + "//third_party/mojo/src/mojo/public/java:system",
|
| + ]
|
| +}
|
|
|