# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/buildflag_header.gni")
group("unit_tests") {
testonly = true
deps = [
"//components/segmentation_platform/embedder:unit_tests",
"//components/segmentation_platform/embedder/default_model:unit_tests",
"//components/segmentation_platform/internal:unit_tests",
"//components/segmentation_platform/public:unit_tests",
]
data_deps = [ ":components_unittests_gtest_filter" ]
}
source_set("components_unittests_gtest_filter") {
testonly = true
data = [ "components_unittests.filter" ]
}