blob: bdcf29498f7e141ffcceabaa142d9357a7433b95 [file] [log] [blame]
# Copyright 2022 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")
if (is_android) {
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
}
group("unit_tests") {
testonly = true
deps = [
"//components/saved_tab_groups/internal:unit_tests",
"//components/saved_tab_groups/public:unit_tests",
]
data_deps = [ ":components_unittests_gtest_filter" ]
}
if (is_android) {
java_group("junit") {
testonly = true
deps = [ "//components/saved_tab_groups/public:junit" ]
}
}
source_set("components_unittests_gtest_filter") {
testonly = true
data = [ "components_unittests.filter" ]
}