# Copyright 2015 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. | |
source_set("icu") { | |
sources = [ | |
"icu.cc", | |
"icu.h", | |
] | |
deps = [ | |
"//base:i18n", | |
"//mojo/public/cpp/application", | |
"//mojo/public/cpp/bindings", | |
"//mojo/public/cpp/system", | |
"//services/icu_data:interfaces", | |
"//third_party/icu", | |
] | |
} |