1e9297d28Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd.. All rights reserved. 2e9297d28Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3e9297d28Sopenharmony_ci# you may not use this file except in compliance with the License. 4e9297d28Sopenharmony_ci# You may obtain a copy of the License at 5e9297d28Sopenharmony_ci# 6e9297d28Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7e9297d28Sopenharmony_ci# 8e9297d28Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9e9297d28Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10e9297d28Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11e9297d28Sopenharmony_ci# See the License for the specific language governing permissions and 12e9297d28Sopenharmony_ci# limitations under the License. 13e9297d28Sopenharmony_ci 14e9297d28Sopenharmony_ciimport("//build/ohos.gni") 15e9297d28Sopenharmony_ciimport("//foundation/graphic/graphic_2d/ace_platforms.gni") 16e9297d28Sopenharmony_ciimport("//foundation/graphic/graphic_2d/graphic_config.gni") 17e9297d28Sopenharmony_ci 18e9297d28Sopenharmony_ciskia_root = "//third_party/skia" 19e9297d28Sopenharmony_ci 20e9297d28Sopenharmony_ciexternal_icu_include_dirs = [] 21e9297d28Sopenharmony_ci 22e9297d28Sopenharmony_ciicu_include_dirs = [ 23e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common", 24e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n", 25e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source", 26e9297d28Sopenharmony_ci "$skia_root/third_party/icu", 27e9297d28Sopenharmony_ci] 28e9297d28Sopenharmony_ci 29e9297d28Sopenharmony_citemplate("icu_config") { 30e9297d28Sopenharmony_ci forward_variables_from(invoker, "*") 31e9297d28Sopenharmony_ci 32e9297d28Sopenharmony_ci config(target_name) { 33e9297d28Sopenharmony_ci visibility = [ ":*" ] 34e9297d28Sopenharmony_ci if (defined(config.use_external_icu)) { 35e9297d28Sopenharmony_ci include_dirs = external_icu_include_dirs 36e9297d28Sopenharmony_ci } else { 37e9297d28Sopenharmony_ci include_dirs = icu_include_dirs 38e9297d28Sopenharmony_ci } 39e9297d28Sopenharmony_ci } 40e9297d28Sopenharmony_ci} 41e9297d28Sopenharmony_ci 42e9297d28Sopenharmony_ciforeach(item, ace_platforms) { 43e9297d28Sopenharmony_ci icu_config("icu_config_" + item.name) { 44e9297d28Sopenharmony_ci config = { 45e9297d28Sopenharmony_ci } 46e9297d28Sopenharmony_ci if (defined(item.config)) { 47e9297d28Sopenharmony_ci config = item.config 48e9297d28Sopenharmony_ci } 49e9297d28Sopenharmony_ci } 50e9297d28Sopenharmony_ci} 51e9297d28Sopenharmony_ci 52e9297d28Sopenharmony_ciconfig("icu_compile_flags") { 53e9297d28Sopenharmony_ci cflags_cc = [ 54e9297d28Sopenharmony_ci "-std=c++14", 55e9297d28Sopenharmony_ci "-fno-exceptions", 56e9297d28Sopenharmony_ci 57e9297d28Sopenharmony_ci # "-fvisibility-inlines-hidden", 58e9297d28Sopenharmony_ci "-Os", 59e9297d28Sopenharmony_ci ] 60e9297d28Sopenharmony_ci 61e9297d28Sopenharmony_ci cflags = [ 62e9297d28Sopenharmony_ci "-w", 63e9297d28Sopenharmony_ci "-fstrict-aliasing", 64e9297d28Sopenharmony_ci "-O3", 65e9297d28Sopenharmony_ci "-fdata-sections", 66e9297d28Sopenharmony_ci "-ffunction-sections", 67e9297d28Sopenharmony_ci "-gline-tables-only", 68e9297d28Sopenharmony_ci "-funwind-tables", 69e9297d28Sopenharmony_ci "-Wno-unused-parameter", 70e9297d28Sopenharmony_ci 71e9297d28Sopenharmony_ci # "-fvisibility=hidden", 72e9297d28Sopenharmony_ci "-Os", 73e9297d28Sopenharmony_ci ] 74e9297d28Sopenharmony_ci if (use_mingw_win) { 75e9297d28Sopenharmony_ci cflags_cc += [ "-DWINVER=0x0601" ] 76e9297d28Sopenharmony_ci } 77e9297d28Sopenharmony_ci} 78e9297d28Sopenharmony_ci 79e9297d28Sopenharmony_citemplate("rosen_icu_make_data_assembly") { 80e9297d28Sopenharmony_ci forward_variables_from(invoker, "*") 81e9297d28Sopenharmony_ci 82e9297d28Sopenharmony_ci action(target_name) { 83e9297d28Sopenharmony_ci if (platform == "mingw") { 84e9297d28Sopenharmony_ci platform = "windows" 85e9297d28Sopenharmony_ci } 86e9297d28Sopenharmony_ci script = 87e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/scripts/make_data_assembly.py" 88e9297d28Sopenharmony_ci if (platform == "windows" || platform == "mac") { 89e9297d28Sopenharmony_ci inputs = [ "$skia_root/third_party/externals/icu/common/icudtl.dat" ] 90e9297d28Sopenharmony_ci } else { 91e9297d28Sopenharmony_ci inputs = [ "$skia_root/third_party/externals/icu/flutter/icudtl.dat" ] 92e9297d28Sopenharmony_ci } 93e9297d28Sopenharmony_ci outputs = [ "$root_out_dir/rosen_icu_$platform/icudtl_dat.S" ] 94e9297d28Sopenharmony_ci args = [ 95e9297d28Sopenharmony_ci rebase_path(inputs[0], root_build_dir), 96e9297d28Sopenharmony_ci rebase_path(outputs[0], root_build_dir), 97e9297d28Sopenharmony_ci ] 98e9297d28Sopenharmony_ci if (platform == "mac") { 99e9297d28Sopenharmony_ci args += [ "--mac" ] 100e9297d28Sopenharmony_ci } 101e9297d28Sopenharmony_ci if (defined(use_new_skia) && use_new_skia) { 102e9297d28Sopenharmony_ci if (platform == "windows") { 103e9297d28Sopenharmony_ci args += [ "--win" ] 104e9297d28Sopenharmony_ci } 105e9297d28Sopenharmony_ci } 106e9297d28Sopenharmony_ci } 107e9297d28Sopenharmony_ci} 108e9297d28Sopenharmony_ci 109e9297d28Sopenharmony_ciforeach(item, ace_platforms) { 110e9297d28Sopenharmony_ci rosen_icu_make_data_assembly("rosen_icu_make_data_assembly_" + item.name) { 111e9297d28Sopenharmony_ci platform = item.name 112e9297d28Sopenharmony_ci } 113e9297d28Sopenharmony_ci} 114e9297d28Sopenharmony_ci 115e9297d28Sopenharmony_citemplate("rosen_libicu") { 116e9297d28Sopenharmony_ci forward_variables_from(invoker, "*") 117e9297d28Sopenharmony_ci 118e9297d28Sopenharmony_ci ohos_source_set(target_name) { 119e9297d28Sopenharmony_ci if (enable_text_gine) { 120e9297d28Sopenharmony_ci defines += [ "USE_GRAPHIC_TEXT_GINE" ] 121e9297d28Sopenharmony_ci } 122e9297d28Sopenharmony_ci public_configs = [ ":icu_config_$platform" ] 123e9297d28Sopenharmony_ci configs = [ ":icu_compile_flags" ] 124e9297d28Sopenharmony_ci defines += invoker.defines 125e9297d28Sopenharmony_ci cflags_cc += invoker.cflags_cc 126e9297d28Sopenharmony_ci 127e9297d28Sopenharmony_ci if (defined(config.use_external_icu)) { 128e9297d28Sopenharmony_ci if (config.use_external_icu == "static") { 129e9297d28Sopenharmony_ci external_deps = [ "icu:static_icuuc" ] 130e9297d28Sopenharmony_ci } else if (config.use_external_icu == "shared") { 131e9297d28Sopenharmony_ci external_deps = [ "icu:shared_icuuc" ] 132e9297d28Sopenharmony_ci } 133e9297d28Sopenharmony_ci } else { 134e9297d28Sopenharmony_ci configs += [ "//build/config/compiler:rtti" ] 135e9297d28Sopenharmony_ci configs += [ "$ace_root/build:reduce_eh_frame_config" ] 136e9297d28Sopenharmony_ci defines += [ 137e9297d28Sopenharmony_ci "U_COMMON_IMPLEMENTATION", 138e9297d28Sopenharmony_ci "U_STATIC_IMPLEMENTATION", 139e9297d28Sopenharmony_ci "U_ENABLE_DYLOAD=0", 140e9297d28Sopenharmony_ci "U_I18N_IMPLEMENTATION", 141e9297d28Sopenharmony_ci "U_USING_ICU_NAMESPACE=0", 142e9297d28Sopenharmony_ci "SK_USING_THIRD_PARTY_ICU", 143e9297d28Sopenharmony_ci ] 144e9297d28Sopenharmony_ci 145e9297d28Sopenharmony_ci sources = [ 146e9297d28Sopenharmony_ci "$root_out_dir/rosen_icu_$platform/icudtl_dat.S", 147e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/appendable.cpp", 148e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/bmpset.cpp", 149e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/brkeng.cpp", 150e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/brkiter.cpp", 151e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/bytesinkutil.cpp", 152e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/bytestream.cpp", 153e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/bytestrie.cpp", 154e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/bytestriebuilder.cpp", 155e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/bytestrieiterator.cpp", 156e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/caniter.cpp", 157e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/characterproperties.cpp", 158e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/chariter.cpp", 159e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/charstr.cpp", 160e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/cmemory.cpp", 161e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/cstr.cpp", 162e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/cstring.cpp", 163e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/cwchar.cpp", 164e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/dictbe.cpp", 165e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/dictionarydata.cpp", 166e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/dtintrv.cpp", 167e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/edits.cpp", 168e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/errorcode.cpp", 169e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/filteredbrk.cpp", 170e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/filterednormalizer2.cpp", 171e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/icudataver.cpp", 172e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/icuplug.cpp", 173e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/loadednormalizer2impl.cpp", 174e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/locavailable.cpp", 175e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/locbased.cpp", 176e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/locdispnames.cpp", 177e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/locdspnm.cpp", 178e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/locid.cpp", 179e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/loclikely.cpp", 180e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/locmap.cpp", 181e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/locresdata.cpp", 182e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/locutil.cpp", 183e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/messagepattern.cpp", 184e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/normalizer2.cpp", 185e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/normalizer2impl.cpp", 186e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/normlzr.cpp", 187e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/parsepos.cpp", 188e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/patternprops.cpp", 189e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/pluralmap.cpp", 190e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/propname.cpp", 191e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/propsvec.cpp", 192e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/punycode.cpp", 193e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/putil.cpp", 194e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/rbbi.cpp", 195e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/rbbi_cache.cpp", 196e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/rbbidata.cpp", 197e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/rbbinode.cpp", 198e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/rbbirb.cpp", 199e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/rbbiscan.cpp", 200e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/rbbisetb.cpp", 201e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/rbbistbl.cpp", 202e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/rbbitblb.cpp", 203e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/resbund.cpp", 204e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/resbund_cnv.cpp", 205e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/resource.cpp", 206e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ruleiter.cpp", 207e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/schriter.cpp", 208e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/serv.cpp", 209e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/servlk.cpp", 210e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/servlkf.cpp", 211e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/servls.cpp", 212e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/servnotf.cpp", 213e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/servrbf.cpp", 214e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/servslkf.cpp", 215e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/sharedobject.cpp", 216e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/simpleformatter.cpp", 217e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/static_unicode_sets.cpp", 218e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/stringpiece.cpp", 219e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/stringtriebuilder.cpp", 220e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uarrsort.cpp", 221e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ubidi.cpp", 222e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ubidi_props.cpp", 223e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ubidiln.cpp", 224e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ubiditransform.cpp", 225e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ubidiwrt.cpp", 226e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ubrk.cpp", 227e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucase.cpp", 228e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucasemap.cpp", 229e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucasemap_titlecase_brkiter.cpp", 230e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucat.cpp", 231e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uchar.cpp", 232e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucharstrie.cpp", 233e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucharstriebuilder.cpp", 234e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucharstrieiterator.cpp", 235e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uchriter.cpp", 236e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucln_cmn.cpp", 237e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucmndata.cpp", 238e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnv.cpp", 239e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnv2022.cpp", 240e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnv_bld.cpp", 241e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnv_cb.cpp", 242e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnv_cnv.cpp", 243e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnv_ct.cpp", 244e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnv_err.cpp", 245e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnv_ext.cpp", 246e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnv_io.cpp", 247e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnv_lmb.cpp", 248e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnv_set.cpp", 249e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnv_u16.cpp", 250e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnv_u32.cpp", 251e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnv_u7.cpp", 252e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnv_u8.cpp", 253e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnvbocu.cpp", 254e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnvdisp.cpp", 255e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnvhz.cpp", 256e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnvisci.cpp", 257e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnvlat1.cpp", 258e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnvmbcs.cpp", 259e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnvscsu.cpp", 260e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucnvsel.cpp", 261e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucol_swp.cpp", 262e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucptrie.cpp", 263e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ucurr.cpp", 264e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/udata.cpp", 265e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/udatamem.cpp", 266e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/udataswp.cpp", 267e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uenum.cpp", 268e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uhash.cpp", 269e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uhash_us.cpp", 270e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uidna.cpp", 271e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uinit.cpp", 272e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uinvchar.cpp", 273e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uiter.cpp", 274e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ulist.cpp", 275e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uloc.cpp", 276e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uloc_keytype.cpp", 277e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uloc_tag.cpp", 278e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/umapfile.cpp", 279e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/umath.cpp", 280e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/umutablecptrie.cpp", 281e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/umutex.cpp", 282e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/unames.cpp", 283e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/unifiedcache.cpp", 284e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/unifilt.cpp", 285e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/unifunct.cpp", 286e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uniset.cpp", 287e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uniset_closure.cpp", 288e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uniset_props.cpp", 289e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/unisetspan.cpp", 290e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/unistr.cpp", 291e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/unistr_case.cpp", 292e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/unistr_case_locale.cpp", 293e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/unistr_cnv.cpp", 294e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/unistr_props.cpp", 295e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/unistr_titlecase_brkiter.cpp", 296e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/unorm.cpp", 297e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/unormcmp.cpp", 298e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uobject.cpp", 299e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uprops.cpp", 300e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ures_cnv.cpp", 301e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uresbund.cpp", 302e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uresdata.cpp", 303e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/usc_impl.cpp", 304e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uscript.cpp", 305e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uscript_props.cpp", 306e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uset.cpp", 307e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uset_props.cpp", 308e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/usetiter.cpp", 309e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ushape.cpp", 310e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/usprep.cpp", 311e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ustack.cpp", 312e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ustr_cnv.cpp", 313e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ustr_titlecase_brkiter.cpp", 314e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ustr_wcs.cpp", 315e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ustrcase.cpp", 316e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ustrcase_locale.cpp", 317e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ustrenum.cpp", 318e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ustrfmt.cpp", 319e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ustring.cpp", 320e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/ustrtrns.cpp", 321e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/utext.cpp", 322e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/utf_impl.cpp", 323e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/util.cpp", 324e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/util_props.cpp", 325e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/utrace.cpp", 326e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/utrie.cpp", 327e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/utrie2.cpp", 328e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/utrie2_builder.cpp", 329e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/utrie_swap.cpp", 330e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uts46.cpp", 331e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/utypes.cpp", 332e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uvector.cpp", 333e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uvectr32.cpp", 334e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/uvectr64.cpp", 335e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/wintz.cpp", 336e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/alphaindex.cpp", 337e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/anytrans.cpp", 338e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/astro.cpp", 339e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/basictz.cpp", 340e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/bocsu.cpp", 341e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/brktrans.cpp", 342e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/buddhcal.cpp", 343e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/calendar.cpp", 344e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/casetrn.cpp", 345e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/cecal.cpp", 346e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/chnsecal.cpp", 347e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/choicfmt.cpp", 348e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/coleitr.cpp", 349e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/coll.cpp", 350e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collation.cpp", 351e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationbuilder.cpp", 352e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationcompare.cpp", 353e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationdata.cpp", 354e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationdatabuilder.cpp", 355e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationdatareader.cpp", 356e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationdatawriter.cpp", 357e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationfastlatin.cpp", 358e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationfastlatinbuilder.cpp", 359e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationfcd.cpp", 360e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationiterator.cpp", 361e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationkeys.cpp", 362e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationroot.cpp", 363e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationrootelements.cpp", 364e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationruleparser.cpp", 365e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationsets.cpp", 366e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationsettings.cpp", 367e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationtailoring.cpp", 368e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/collationweights.cpp", 369e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/compactdecimalformat.cpp", 370e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/coptccal.cpp", 371e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/cpdtrans.cpp", 372e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/csdetect.cpp", 373e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/csmatch.cpp", 374e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/csr2022.cpp", 375e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/csrecog.cpp", 376e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/csrmbcs.cpp", 377e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/csrsbcs.cpp", 378e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/csrucode.cpp", 379e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/csrutf8.cpp", 380e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/curramt.cpp", 381e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/currfmt.cpp", 382e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/currpinf.cpp", 383e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/currunit.cpp", 384e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/dangical.cpp", 385e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/datefmt.cpp", 386e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/dayperiodrules.cpp", 387e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/dcfmtsym.cpp", 388e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/decContext.cpp", 389e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/decNumber.cpp", 390e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/decimfmt.cpp", 391e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/double-conversion-bignum-dtoa.cpp", 392e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/double-conversion-bignum.cpp", 393e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/double-conversion-cached-powers.cpp", 394e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/double-conversion-diy-fp.cpp", 395e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/double-conversion-fast-dtoa.cpp", 396e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/double-conversion-strtod.cpp", 397e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/double-conversion.cpp", 398e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/dtfmtsym.cpp", 399e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/dtitvfmt.cpp", 400e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/dtitvinf.cpp", 401e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/dtptngen.cpp", 402e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/dtrule.cpp", 403e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/erarules.cpp", 404e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/esctrn.cpp", 405e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/ethpccal.cpp", 406e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/fmtable.cpp", 407e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/fmtable_cnv.cpp", 408e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/format.cpp", 409e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/fphdlimp.cpp", 410e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/fpositer.cpp", 411e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/funcrepl.cpp", 412e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/gender.cpp", 413e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/gregocal.cpp", 414e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/gregoimp.cpp", 415e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/hebrwcal.cpp", 416e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/indiancal.cpp", 417e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/inputext.cpp", 418e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/islamcal.cpp", 419e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/japancal.cpp", 420e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/listformatter.cpp", 421e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/measfmt.cpp", 422e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/measunit.cpp", 423e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/measure.cpp", 424e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/msgfmt.cpp", 425e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/name2uni.cpp", 426e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/nfrs.cpp", 427e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/nfrule.cpp", 428e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/nfsubs.cpp", 429e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/nortrans.cpp", 430e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/nounit.cpp", 431e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/nultrans.cpp", 432e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_affixutils.cpp", 433e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_asformat.cpp", 434e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_capi.cpp", 435e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_compact.cpp", 436e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_currencysymbols.cpp", 437e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_decimalquantity.cpp", 438e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_decimfmtprops.cpp", 439e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_fluent.cpp", 440e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_formatimpl.cpp", 441e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_grouping.cpp", 442e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_integerwidth.cpp", 443e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_longnames.cpp", 444e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_mapper.cpp", 445e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_modifiers.cpp", 446e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_multiplier.cpp", 447e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_notation.cpp", 448e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_padding.cpp", 449e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_patternmodifier.cpp", 450e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_patternstring.cpp", 451e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_rounding.cpp", 452e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_scientific.cpp", 453e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_skeletons.cpp", 454e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_stringbuilder.cpp", 455e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_utils.cpp", 456e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numfmt.cpp", 457e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numparse_affixes.cpp", 458e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numparse_compositions.cpp", 459e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numparse_currency.cpp", 460e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numparse_decimal.cpp", 461e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numparse_impl.cpp", 462e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numparse_parsednumber.cpp", 463e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numparse_scientific.cpp", 464e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numparse_stringsegment.cpp", 465e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numparse_symbols.cpp", 466e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numparse_validators.cpp", 467e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numrange_fluent.cpp", 468e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numrange_impl.cpp", 469e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numsys.cpp", 470e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/olsontz.cpp", 471e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/persncal.cpp", 472e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/plurfmt.cpp", 473e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/plurrule.cpp", 474e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/quant.cpp", 475e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/quantityformatter.cpp", 476e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/rbnf.cpp", 477e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/rbt.cpp", 478e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/rbt_data.cpp", 479e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/rbt_pars.cpp", 480e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/rbt_rule.cpp", 481e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/rbt_set.cpp", 482e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/rbtz.cpp", 483e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/regexcmp.cpp", 484e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/regeximp.cpp", 485e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/regexst.cpp", 486e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/regextxt.cpp", 487e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/region.cpp", 488e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/reldatefmt.cpp", 489e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/reldtfmt.cpp", 490e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/rematch.cpp", 491e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/remtrans.cpp", 492e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/repattrn.cpp", 493e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/rulebasedcollator.cpp", 494e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/scientificnumberformatter.cpp", 495e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/scriptset.cpp", 496e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/search.cpp", 497e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/selfmt.cpp", 498e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/sharedbreakiterator.cpp", 499e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/simpletz.cpp", 500e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/smpdtfmt.cpp", 501e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/smpdtfst.cpp", 502e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/sortkey.cpp", 503e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/standardplural.cpp", 504e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/strmatch.cpp", 505e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/strrepl.cpp", 506e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/stsearch.cpp", 507e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/taiwncal.cpp", 508e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/timezone.cpp", 509e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/titletrn.cpp", 510e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/tmunit.cpp", 511e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/tmutamt.cpp", 512e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/tmutfmt.cpp", 513e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/tolowtrn.cpp", 514e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/toupptrn.cpp", 515e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/translit.cpp", 516e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/transreg.cpp", 517e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/tridpars.cpp", 518e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/tzfmt.cpp", 519e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/tzgnames.cpp", 520e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/tznames.cpp", 521e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/tznames_impl.cpp", 522e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/tzrule.cpp", 523e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/tztrans.cpp", 524e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/ucal.cpp", 525e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/ucln_in.cpp", 526e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/ucol.cpp", 527e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/ucol_res.cpp", 528e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/ucol_sit.cpp", 529e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/ucoleitr.cpp", 530e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/ucsdet.cpp", 531e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/udat.cpp", 532e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/udateintervalformat.cpp", 533e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/udatpg.cpp", 534e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/ufieldpositer.cpp", 535e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/uitercollationiterator.cpp", 536e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/ulistformatter.cpp", 537e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/ulocdata.cpp", 538e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/umsg.cpp", 539e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/unesctrn.cpp", 540e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/uni2name.cpp", 541e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/unum.cpp", 542e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/unumsys.cpp", 543e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/upluralrules.cpp", 544e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/uregex.cpp", 545e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/uregexc.cpp", 546e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/uregion.cpp", 547e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/usearch.cpp", 548e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/uspoof.cpp", 549e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/uspoof_build.cpp", 550e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/uspoof_conf.cpp", 551e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/uspoof_impl.cpp", 552e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/utf16collationiterator.cpp", 553e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/utf8collationiterator.cpp", 554e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/utmscale.cpp", 555e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/utrans.cpp", 556e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/vtzone.cpp", 557e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/vzone.cpp", 558e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/windtfmt.cpp", 559e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/winnmfmt.cpp", 560e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/wintzimpl.cpp", 561e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/zonemeta.cpp", 562e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/zrule.cpp", 563e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/ztrans.cpp", 564e9297d28Sopenharmony_ci ] 565e9297d28Sopenharmony_ci if (enable_text_gine) { 566e9297d28Sopenharmony_ci defines += [ "USE_GRAPHIC_TEXT_GINE" ] 567e9297d28Sopenharmony_ci } 568e9297d28Sopenharmony_ci sources += [ 569e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/localebuilder.cpp", 570e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/localematcher.cpp", 571e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/localeprioritylist.cpp", 572e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/locdistance.cpp", 573e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/loclikelysubtags.cpp", 574e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/lsr.cpp", 575e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/restrace.cpp", 576e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/double-conversion-double-to-string.cpp", 577e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/double-conversion-string-to-double.cpp", 578e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/formatted_string_builder.cpp", 579e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/formattedval_iterimpl.cpp", 580e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/formattedval_sbimpl.cpp", 581e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/formattedvalue.cpp", 582e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/measunit_extra.cpp", 583e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_output.cpp", 584e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_symbolswrapper.cpp", 585e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_usageprefs.cpp", 586e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numrange_capi.cpp", 587e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/pluralranges.cpp", 588e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/string_segment.cpp", 589e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/units_complexconverter.cpp", 590e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/units_converter.cpp", 591e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/units_data.cpp", 592e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/units_router.cpp", 593e9297d28Sopenharmony_ci ] 594e9297d28Sopenharmony_ci if (defined(use_new_skia) && use_new_skia) { 595e9297d28Sopenharmony_ci sources -= [ 596e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/double-conversion-diy-fp.cpp", 597e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/double-conversion.cpp", 598e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/nounit.cpp", 599e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_stringbuilder.cpp", 600e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numparse_stringsegment.cpp", 601e9297d28Sopenharmony_ci ] 602e9297d28Sopenharmony_ci } else { 603e9297d28Sopenharmony_ci sources -= [ 604e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/localebuilder.cpp", 605e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/localematcher.cpp", 606e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/localeprioritylist.cpp", 607e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/locdistance.cpp", 608e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/loclikelysubtags.cpp", 609e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/lsr.cpp", 610e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/common/restrace.cpp", 611e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/double-conversion-double-to-string.cpp", 612e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/double-conversion-string-to-double.cpp", 613e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/formatted_string_builder.cpp", 614e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/formattedval_iterimpl.cpp", 615e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/formattedval_sbimpl.cpp", 616e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/formattedvalue.cpp", 617e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/measunit_extra.cpp", 618e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_output.cpp", 619e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_symbolswrapper.cpp", 620e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/number_usageprefs.cpp", 621e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/numrange_capi.cpp", 622e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/pluralranges.cpp", 623e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/string_segment.cpp", 624e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/units_complexconverter.cpp", 625e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/units_converter.cpp", 626e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/units_data.cpp", 627e9297d28Sopenharmony_ci "$skia_root/third_party/externals/icu/source/i18n/units_router.cpp", 628e9297d28Sopenharmony_ci ] 629e9297d28Sopenharmony_ci } 630e9297d28Sopenharmony_ci 631e9297d28Sopenharmony_ci deps = [ ":rosen_icu_make_data_assembly_$platform" ] 632e9297d28Sopenharmony_ci } 633e9297d28Sopenharmony_ci 634e9297d28Sopenharmony_ci part_name = "graphic_2d" 635e9297d28Sopenharmony_ci subsystem_name = "graphic" 636e9297d28Sopenharmony_ci } 637e9297d28Sopenharmony_ci} 638e9297d28Sopenharmony_ci 639e9297d28Sopenharmony_ciforeach(item, ace_platforms) { 640e9297d28Sopenharmony_ci rosen_libicu("rosen_libicu_" + item.name) { 641e9297d28Sopenharmony_ci platform = item.name 642e9297d28Sopenharmony_ci defines = [] 643e9297d28Sopenharmony_ci cflags_cc = [] 644e9297d28Sopenharmony_ci config = { 645e9297d28Sopenharmony_ci } 646e9297d28Sopenharmony_ci 647e9297d28Sopenharmony_ci if (defined(item.config)) { 648e9297d28Sopenharmony_ci config = item.config 649e9297d28Sopenharmony_ci } 650e9297d28Sopenharmony_ci 651e9297d28Sopenharmony_ci if (defined(config.defines)) { 652e9297d28Sopenharmony_ci defines = config.defines 653e9297d28Sopenharmony_ci } 654e9297d28Sopenharmony_ci 655e9297d28Sopenharmony_ci if (defined(config.cflags_cc)) { 656e9297d28Sopenharmony_ci cflags_cc = config.cflags_cc 657e9297d28Sopenharmony_ci } 658e9297d28Sopenharmony_ci } 659e9297d28Sopenharmony_ci} 660