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

Unified Diff: third_party/WebKit/Source/modules/battery/BUILD.gn

Issue 2818673003: [DeviceService] Expose battery monitoring solely via the Device Service (Closed)
Patch Set: Java file format change Created 3 years, 8 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 5ad59db39b2a6c5207a6ccbd1fb6bc4777650c7f..b12c7df290c6a54ce2efb8326d171147b3b156e6 100644
--- a/third_party/WebKit/Source/modules/battery/BUILD.gn
+++ b/third_party/WebKit/Source/modules/battery/BUILD.gn
@@ -16,7 +16,6 @@ blink_modules_sources("battery") {
]
deps = [
- "//device/battery:mojo_bindings_blink",
"//services/device/public/interfaces:interfaces_blink",
"//services/service_manager/public/cpp",
]

Powered by Google App Engine
This is Rietveld 408576698