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

Unified Diff: device/battery/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 | « content/public/android/BUILD.gn ('k') | device/vibration/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/battery/android/BUILD.gn
diff --git a/device/battery/android/BUILD.gn b/device/battery/android/BUILD.gn
index ff0d2012762503a0373392fc1e61eac62528fd7f..43465e74324f8481da410dde59a3f889357e071b 100644
--- a/device/battery/android/BUILD.gn
+++ b/device/battery/android/BUILD.gn
@@ -5,7 +5,7 @@
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
-android_library("battery_monitor_android") {
+android_library("battery_monitor_java") {
java_files = [
"java/src/org/chromium/device/battery/BatteryStatusManager.java",
"java/src/org/chromium/device/battery/BatteryMonitorImpl.java",
« no previous file with comments | « content/public/android/BUILD.gn ('k') | device/vibration/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698