blob: 8bf0267eb452e59cee501f1507ea020e58e4d1f1 [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.
source_set("utils") {
public = [ "signals_utils.h" ]
sources = [ "signals_utils.cc" ]
public_deps = [
"//components/safe_browsing/core/common",
"//third_party/abseil-cpp:absl",
]
deps = [
"//chrome/common:constants",
"//components/component_updater",
"//components/policy/content",
"//components/policy/core/browser",
"//components/policy/core/common",
"//components/prefs",
"//components/safe_browsing/core/common:safe_browsing_prefs",
]
}