blob: a2c963b6ccdd4a52d150486d1c6bc0914c3ee1a1 [file] [log] [blame]
# Copyright 2021 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("supervised_user_features") {
sources = [
"supervised_user_features.cc",
"supervised_user_features.h",
]
deps = [ "//base" ]
}
source_set("unit_tests") {
testonly = true
sources = [ "supervised_user_features_unittest.cc" ]
deps = [
":supervised_user_features",
"//base",
"//base/test:test_support",
"//testing/gtest",
]
}