blob: b17532b2b52c9051854285502b27ef37fc5ea1b1 [file] [log] [blame]
# Copyright 2014 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.
declare_args() {
# Tells icu to load an external data file rather than rely on the icudata
# being linked directly into the binary.
icu_use_data_file = true
# If true, compile icu into shared libraries. Currently this is only useful on
# ChromeOS.
icu_compile_to_shared_library = false
}