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

Side by Side Diff: device/vibration/android/BUILD.gn

Issue 2776983002: [DeviceService] Move all vibration codes into //services/device (Closed)
Patch Set: Rebase only Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
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.
4
5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni")
7
8 generate_jni("vibration_jni_headers") {
9 sources = [
10 "java/src/org/chromium/device/vibration/VibrationManagerImpl.java",
11 ]
12 jni_package = "vibration"
13 }
14
15 android_library("vibration_manager_java") {
16 java_files =
17 [ "java/src/org/chromium/device/vibration/VibrationManagerImpl.java" ]
18
19 deps = [
20 "//base:base_java",
21 "//device/vibration:mojo_bindings_java",
22 "//mojo/public/java:bindings_java",
23 "//mojo/public/java:system_java",
24 "//services/service_manager/public/java:service_manager_java",
25 ]
26 }
OLDNEW
« no previous file with comments | « device/vibration/OWNERS ('k') | device/vibration/android/java/src/org/chromium/device/vibration/VibrationManagerImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698