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

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

Issue 2479463004: Fix java target naming exceptions in device/ and components/policy (Closed)
Patch Set: Created 4 years, 1 month 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/battery/android/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
index 99f464626a986c9a974e4efcc00c4aee82c9177f..692adfe4d7367765a58a1c0689a767f9c30377fc 100644
--- a/device/vibration/android/BUILD.gn
+++ b/device/vibration/android/BUILD.gn
@@ -5,7 +5,7 @@
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
-android_library("vibration_manager_android") {
+android_library("vibration_manager_java") {
java_files =
[ "java/src/org/chromium/device/vibration/VibrationManagerImpl.java" ]
« no previous file with comments | « device/battery/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698