Index: services/device/BUILD.gn |
diff --git a/services/device/BUILD.gn b/services/device/BUILD.gn |
index 32f49224b22bb2793614e59ad8f07b5b930f8098..e4c33bb4557783168e630f0a5086e2246e37d6e5 100644 |
--- a/services/device/BUILD.gn |
+++ b/services/device/BUILD.gn |
@@ -13,15 +13,7 @@ |
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 = [ |