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

Unified Diff: content/browser/BUILD.gn

Issue 2643713002: Port BatteryMonitor into Device Service (Closed)
Patch Set: Self-review 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 826786abb707a986b1f58782d42d0b5e4a14d56e..8310b51f782b7d37feff61ab2b93d4391b3ecae2 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",
@@ -1802,7 +1800,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') | content/browser/browser_main_loop.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698