| 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",
|
| ]
|
| }
|
|
|