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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: device/vibration/android/BUILD.gn
diff --git a/device/vibration/android/BUILD.gn b/device/vibration/android/BUILD.gn
deleted file mode 100644
index 5b3ae0a0a3388c65f16e1b8087b5352449c909b1..0000000000000000000000000000000000000000
--- a/device/vibration/android/BUILD.gn
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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")
-
-generate_jni("vibration_jni_headers") {
- sources = [
- "java/src/org/chromium/device/vibration/VibrationManagerImpl.java",
- ]
- jni_package = "vibration"
-}
-
-android_library("vibration_manager_java") {
- java_files =
- [ "java/src/org/chromium/device/vibration/VibrationManagerImpl.java" ]
-
- deps = [
- "//base:base_java",
- "//device/vibration:mojo_bindings_java",
- "//mojo/public/java:bindings_java",
- "//mojo/public/java:system_java",
- "//services/service_manager/public/java:service_manager_java",
- ]
-}
« 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