blob: 0d2783b59523f14d113dd17962d9b24f8c199e0c [file] [log] [blame]
# Copyright 2016 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("cpp") {
sources = [
"icu_data.cc",
"icu_data.h",
]
public_configs = [ "//garnet/public:config" ]
deps = [
"//garnet/public/lib/fsl",
"//third_party/icu",
"//zircon/public/lib/zx",
]
}