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

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

Issue 2643713002: Port BatteryMonitor into Device Service (Closed)
Patch Set: Rebase Created 3 years, 11 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: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index b9d1f1b6c5203dede879395cfdd08796c104926d..fb304a9870176344ed14eee7a8bf015b6057d2e8 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -35,8 +35,6 @@ android_library("content_java") {
deps = [
":content_java_resources",
"//base:base_java",
- "//device/battery:mojo_bindings_java",
- "//device/battery/android:battery_monitor_java",
"//device/bluetooth:java",
"//device/gamepad:java",
"//device/generic_sensor:java",
@@ -55,6 +53,7 @@ android_library("content_java") {
"//mojo/public/java:bindings_java",
"//mojo/public/java:system_java",
"//net/android:net_java",
+ "//services/device:java",
"//services/service_manager/public/interfaces:interfaces_java",
"//services/service_manager/public/java:service_manager_java",
"//services/shape_detection/public/interfaces:interfaces_java",

Powered by Google App Engine
This is Rietveld 408576698