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

Unified Diff: content/browser/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/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 4a764be988d43bdcd1b3c09da72bdbea61a0ef6b..f6eb7c52cde08caf427c8bb3eeb4a00c294adb22 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -66,8 +66,6 @@ source_set("browser") {
"//content/common",
"//content/public/common:common_sources",
"//crypto",
- "//device/battery",
- "//device/battery:mojo_bindings",
"//device/bluetooth",
"//device/gamepad",
"//device/generic_sensor",
@@ -1804,7 +1802,6 @@ source_set("browser") {
"tracing/tracing_ui.cc",
"tracing/tracing_ui.h",
]
- deps -= [ "//device/battery" ]
deps += [
"//content/public/android:jni",
"//media",

Powered by Google App Engine
This is Rietveld 408576698