# Copyright 2026 The Chromium Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. static_library("strike_database") { sources = [ "strike_database_factory.cc", "strike_database_factory.h", ] deps = [ "//components/strike_database", "//content/public/browser", ] public_deps = [ "//chrome/browser/profiles:profile" ] }