From 7741d66e5bb127fe4ef6dc154b8199f91ccdcb2a Mon Sep 17 00:00:00 2001 From: jwx1134657 Date: Wed, 15 Mar 2023 11:07:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jwx1134657 --- global_lite/i18n_lite/BUILD.gn | 3 --- global_lite/i18n_lite/resource_parse_load/src/BUILD.gn | 5 +---- global_lite/i18n_lite/week_plural_number/src/BUILD.gn | 5 +---- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/global_lite/i18n_lite/BUILD.gn b/global_lite/i18n_lite/BUILD.gn index 2f0e37e61..d011ae0c0 100755 --- a/global_lite/i18n_lite/BUILD.gn +++ b/global_lite/i18n_lite/BUILD.gn @@ -18,8 +18,5 @@ group("ActsGlobalTest") { "//test/xts/acts/global_lite/i18n_lite/number_posix:ActsNumberTest", "//test/xts/acts/global_lite/i18n_lite/numberrecall_posix:ActsNumberRecallTest", "//test/xts/acts/global_lite/i18n_lite/week_plural_number/src:WeekPluralNumbertest", - - # depend on the resources - #"//test/xts/acts/global_lite/i18n_lite/resource_parse_load/src:ResourceParseLoadtest", ] } diff --git a/global_lite/i18n_lite/resource_parse_load/src/BUILD.gn b/global_lite/i18n_lite/resource_parse_load/src/BUILD.gn index 065a3e170..a2bdfd761 100755 --- a/global_lite/i18n_lite/resource_parse_load/src/BUILD.gn +++ b/global_lite/i18n_lite/resource_parse_load/src/BUILD.gn @@ -36,8 +36,5 @@ hcpptest_suite("ResourceParseLoadtest") { "//base/global/resmgr_lite/interfaces/innerkits/include", ] - deps = [ - "//base/global/resmgr_lite/frameworks/resmgr_lite:global_resmgr", - #"//third_party/bounds_checking_function:libsec_shared", - ] + deps = [ "//base/global/resmgr_lite/frameworks/resmgr_lite:global_resmgr" ] } diff --git a/global_lite/i18n_lite/week_plural_number/src/BUILD.gn b/global_lite/i18n_lite/week_plural_number/src/BUILD.gn index df5c99f55..05667cf13 100755 --- a/global_lite/i18n_lite/week_plural_number/src/BUILD.gn +++ b/global_lite/i18n_lite/week_plural_number/src/BUILD.gn @@ -22,8 +22,5 @@ hcpptest_suite("WeekPluralNumbertest") { "//third_party/bounds_checking_function/include", ] - deps = [ - "//base/global/i18n_lite/frameworks/i18n:global_i18n", - #"//third_party/bounds_checking_function:libsec_shared", - ] + deps = [ "//base/global/i18n_lite/frameworks/i18n:global_i18n" ] } -- GitLab