chromium/components/content_settings/content/BUILD.gn

# Copyright 2023 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("content") {
  sources = [
    "content_settings_partition_key_utils.cc",
    "content_settings_partition_key_utils.h",
  ]

  public_deps = [ "//components/content_settings/core/common" ]
  deps = [
    "//base",
    "//content/public/browser",
  ]
}