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

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

Issue 2460723003: Enable connection to Mojo services from Blink (Closed)
Patch Set: Rebase Created 4 years 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 b70bc679d0e2718568543815c4cea4f66c8a97df..efda79be071a7906165b4298b5b4bd833f31fbd1 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,9 @@ blink_modules_sources("time_zone_monitor") {
deps = [
"//device/time_zone_monitor/public/interfaces:interfaces_blink",
"//mojo/public/cpp/bindings",
+ "//services/device/public/interfaces:interfaces_blink",
+ "//services/service_manager/public/interfaces:interfaces_blink",
+ "//third_party/WebKit/Source/platform",
"//third_party/icu:icui18n",
]
}
« no previous file with comments | « services/device/public/interfaces/constants.mojom ('k') | third_party/WebKit/Source/modules/time_zone_monitor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698