# Copyright 2024 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("renderer") {
sources = [
"web_document_subresource_filter_impl.cc",
"web_document_subresource_filter_impl.h",
]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
public_deps = [
"//base",
"//components/subresource_filter/core/common",
"//components/url_pattern_index",
"//third_party/blink/public:blink",
"//url",
]
deps = [ "//components/subresource_filter/core/mojom" ]
}