blob: ca5c9afcf4317b0ac45f38d8f0c08a16c4e88deb [file] [log] [blame]
# Copyright 2019 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.
load("//build_config:build_config.bzl", "build_config")
cc_library(
name = "icu",
srcs = ["icu_utf.cc"],
hdrs = ["icu_utf.h"],
copts = build_config.default_copts,
visibility = ["//visibility:public"],
)