blob: f717d8b490c7a990516d7ce7778d6e74f75d8a42 [file] [log] [blame]
# Copyright 2020 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("storage_access_api") {
sources = [
"site_pair_cache.cc",
"site_pair_cache.h",
"storage_access_api_service.h",
"storage_access_api_service_factory.cc",
"storage_access_api_service_factory.h",
"storage_access_api_service_impl.cc",
"storage_access_api_service_impl.h",
"storage_access_api_tab_helper.cc",
"storage_access_api_tab_helper.h",
"storage_access_grant_permission_context.cc",
"storage_access_grant_permission_context.h",
]
public_deps = [
"//chrome/browser/profiles:profile",
"//components/permissions",
]
deps = [
"//chrome/browser/first_party_sets",
"//chrome/common",
"//components/content_settings/browser",
"//components/content_settings/core/browser",
"//components/content_settings/core/browser:cookie_settings",
"//content/public/browser",
"//services/network/public/mojom",
]
}