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

Unified Diff: third_party/WebKit/Source/modules/time_zone_monitor/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
Index: third_party/WebKit/Source/modules/time_zone_monitor/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/time_zone_monitor/BUILD.gn b/third_party/WebKit/Source/modules/time_zone_monitor/BUILD.gn
index fcc3811461da2b7412cd2c7356b4edef7b3fe1c5..a84e0dcec6c2adbb0ce6ea17987e5310ef5aa314 100644
--- a/third_party/WebKit/Source/modules/time_zone_monitor/BUILD.gn
+++ b/third_party/WebKit/Source/modules/time_zone_monitor/BUILD.gn
@@ -13,6 +13,7 @@ blink_modules_sources("time_zone_monitor") {
deps = [
"//mojo/public/cpp/bindings",
"//services/device/public/interfaces:interfaces_blink",
+ "//services/service_manager/public/cpp",
"//services/service_manager/public/interfaces:interfaces_blink",
"//third_party/WebKit/Source/platform",
"//third_party/icu:icui18n",

Powered by Google App Engine
This is Rietveld 408576698