# Copyright (c) 2024 iSoftStone Information Technology (Group) Co.,Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. import("//build/test.gni") import("//foundation/arkui/ace_engine/test/unittest/ace_unittest.gni") ohos_unittest("bridge_utils_test") { module_out_path = bridge_test_output_path sources = [ "$ace_root/frameworks/bridge/common/dom/dom_type.cpp", "$ace_root/frameworks/bridge/common/utils/transform_convertor.cpp", "$ace_root/frameworks/bridge/common/utils/utils.cpp", "$ace_root/frameworks/bridge/js_frontend/engine/common/js_constants.cpp", "$ace_root/frameworks/core/components/common/properties/clip_path.cpp", "$ace_root/frameworks/core/components/common/properties/decoration.cpp", "utils_test.cpp", ] configs = [ "$ace_root/test/unittest:ace_unittest_config" ] deps = [ "$ace_root/test/unittest:ace_base", "$ace_root/test/unittest:ace_components_mock", "$ace_root/test/unittest:ace_core_animation", ] external_deps = [ "cJSON:cjson" ] }