blob: 58d08e25cbfac96887ecdb90375b6c8c78922cce [file] [log] [blame]
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("time_zone_monitor") {
sources = [
"time_zone_monitor_client.cc",
"time_zone_monitor_client.h",
]
deps = [
"//mojo/public/cpp/bindings",
"//services/service_manager/public/cpp",
"//third_party/blink/renderer/platform",
"//third_party/icu:icui18n",
]
}