xref: /aosp_15_r20/external/cronet/third_party/icu/version.gni (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1# Copyright 2020 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Stored in a JSON file to allow tools other than GN to read and parse
6# easily.
7_icu_version_config = read_file("version.json", "json")
8
9declare_args() {
10  # Contains the major version number of the ICU library, for dependencies that
11  # need different configuration based on the library version. Currently this
12  # is only useful in Fuchsia.
13  icu_major_version_number = _icu_version_config.major_version
14}
15