| Index: components/subresource_filter/content/browser/BUILD.gn
|
| diff --git a/components/subresource_filter/content/browser/BUILD.gn b/components/subresource_filter/content/browser/BUILD.gn
|
| index f5008be90095c58f34c248305b44a9b35209b122..93a56b29842995ef42c42842e5bc317143e505fb 100644
|
| --- a/components/subresource_filter/content/browser/BUILD.gn
|
| +++ b/components/subresource_filter/content/browser/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("browser") {
|
| +static_library("browser") {
|
| sources = [
|
| "content_ruleset_distributor.cc",
|
| "content_ruleset_distributor.h",
|
|
|