| # 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. |
| |
| 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/enterprise/browser/identifiers", |
| "//components/policy/content", |
| "//components/policy/core/browser", |
| "//components/policy/core/common", |
| "//components/prefs", |
| "//components/safe_browsing/core/common:safe_browsing_prefs", |
| ] |
| } |