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

Unified Diff: device/vibration/android/BUILD.gn

Issue 1123283007: Merge device/vibration/android/BUILD.gn to vibration/BUILD.gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « device/vibration/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ec6ab6c979fa24492e1beb3d44db12aa6a0c1ed6..0000000000000000000000000000000000000000
--- a/device/vibration/android/BUILD.gn
+++ /dev/null
@@ -1,33 +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")
-
-assert(is_android)
-
-source_set("android") {
- sources = [
- "vibration_jni_registrar.cc",
- "vibration_jni_registrar.h",
- ]
-
- defines = [ "DEVICE_VIBRATION_IMPLEMENTATION" ]
-
- deps = [
- "//base",
-
- # vibration_jni_registrar.cc includes a header from device/vibration
- # that includes a mojo-generated header file. Make sure the header
- # is generated before vibration_jni_registrar.cc is compiled.
- "//device/vibration:mojo_bindings",
- ]
-}
-
-generate_jni("vibration_jni_headers") {
- sources = [
- "java/src/org/chromium/device/vibration/VibrationProvider.java",
- ]
- jni_package = "vibration"
-}
« no previous file with comments | « device/vibration/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698