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

Unified Diff: third_party/WebKit/Source/modules/battery/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
Index: third_party/WebKit/Source/modules/battery/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/battery/BUILD.gn b/third_party/WebKit/Source/modules/battery/BUILD.gn
index 739062f0c18f0e45cebbf1ca44b260b8aa659830..edc5ee6cab3184fdf52de3be395c78033f93beae 100644
--- a/third_party/WebKit/Source/modules/battery/BUILD.gn
+++ b/third_party/WebKit/Source/modules/battery/BUILD.gn
@@ -17,5 +17,6 @@ blink_modules_sources("battery") {
deps = [
"//device/battery:mojo_bindings_blink",
+ "//services/device/public/interfaces:interfaces_blink",
]
}

Powered by Google App Engine
This is Rietveld 408576698