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

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

Issue 2775483003: Use public Service Manager Connector API in Blink (Closed)
Patch Set: . 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 | « third_party/WebKit/Source/DEPS ('k') | third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 edc5ee6cab3184fdf52de3be395c78033f93beae..5ad59db39b2a6c5207a6ccbd1fb6bc4777650c7f 100644
--- a/third_party/WebKit/Source/modules/battery/BUILD.gn
+++ b/third_party/WebKit/Source/modules/battery/BUILD.gn
@@ -18,5 +18,6 @@ blink_modules_sources("battery") {
deps = [
"//device/battery:mojo_bindings_blink",
"//services/device/public/interfaces:interfaces_blink",
+ "//services/service_manager/public/cpp",
]
}
« no previous file with comments | « third_party/WebKit/Source/DEPS ('k') | third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698