| Index: components/subresource_filter/content/renderer/BUILD.gn
|
| diff --git a/components/subresource_filter/content/renderer/BUILD.gn b/components/subresource_filter/content/renderer/BUILD.gn
|
| index 1de9185f3901f350c5813d0679a4afbfa2288edf..9699c2e618a78bbb11fbf2eeb3c949db7b1245a5 100644
|
| --- a/components/subresource_filter/content/renderer/BUILD.gn
|
| +++ b/components/subresource_filter/content/renderer/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("renderer") {
|
| +static_library("renderer") {
|
| sources = [
|
| "document_subresource_filter.cc",
|
| "document_subresource_filter.h",
|
|
|