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

Unified Diff: services/device/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
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | services/device/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/BUILD.gn
diff --git a/services/device/BUILD.gn b/services/device/BUILD.gn
index e4c33bb4557783168e630f0a5086e2246e37d6e5..32f49224b22bb2793614e59ad8f07b5b930f8098 100644
--- a/services/device/BUILD.gn
+++ b/services/device/BUILD.gn
@@ -13,9 +13,17 @@ source_set("lib") {
deps = [
"//base",
+ "//device/time_zone_monitor",
"//services/service_manager/public/cpp",
]
+ public_deps = [
+ # TODO(blundell): This dep shouldn't be necessary at all,
+ # but content_shell fails to link in the component build if
+ # this isn't here as a public_dep.
+ "//device/time_zone_monitor/public/interfaces",
+ ]
+
data_deps = [
":manifest",
]
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | services/device/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698