diff --git a/global_lite/i18n_lite/BUILD.gn b/global_lite/i18n_lite/BUILD.gn index 2f0e37e61dbd008fdbbeca907638c91b60a901af..d011ae0c0f25ed6cee564ba471a3385a9b4d6311 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 065a3e170028218c73dcfcd4328ee1473dd0804b..a2bdfd7616acca3bf8475c689b1246183439b545 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 df5c99f555c1a38a118bbcf33c524dfcf91da29e..05667cf13c83da3653850556f5d500da0da4a9bf 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" ] }