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

Unified Diff: content/public/android/BUILD.gn

Issue 641703002: Rewrite the Android implementation of BatteryMonitor directly in Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@battery-status-api-to-mojo
Patch Set: Address Ben's comments, update GN build, polish. Created 6 years 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: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index f370cc126d893887975d23edc3d37f9e6774cffa..54497d94c186440e375262829b9ef2e084483bd0 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -32,6 +32,8 @@ android_library("content_java") {
deps = [
":content_java_resources",
"//base:base_java",
+ "//device/battery/android:battery_monitor_android",
+ "//device/battery:mojo_bindings_java",
"//media/base/android:media_java",
"//mojo/android:system_java",
"//mojo/public/java:bindings",

Powered by Google App Engine
This is Rietveld 408576698