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

Unified Diff: content/browser/BUILD.gn

Issue 2643713002: Port BatteryMonitor into Device Service (Closed)
Patch Set: Rebase Created 3 years, 9 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
« no previous file with comments | « content/app/DEPS ('k') | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index a41124a63730924a120d4b95e382a5c4af1ce18a..30e1be6f345ca253f14812eceada48baf5a99e2c 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -67,8 +67,6 @@ source_set("browser") {
"//content/common:mojo_bindings",
"//content/public/common:common_sources",
"//crypto",
- "//device/battery",
- "//device/battery:mojo_bindings",
"//device/bluetooth",
"//device/gamepad",
"//device/generic_sensor",
@@ -1840,7 +1838,6 @@ source_set("browser") {
"tracing/tracing_ui.cc",
"tracing/tracing_ui.h",
]
- deps -= [ "//device/battery" ]
deps += [
"//content/public/android:jni",
"//media",
« no previous file with comments | « content/app/DEPS ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698