| Index: components/subresource_filter/core/browser/BUILD.gn
|
| diff --git a/components/subresource_filter/core/browser/BUILD.gn b/components/subresource_filter/core/browser/BUILD.gn
|
| index 63b8458b868531bd5b2920d3ce0a4b7240d375e3..f94482dc1bdff0afec66f2f6fac4074d35d1fad6 100644
|
| --- a/components/subresource_filter/core/browser/BUILD.gn
|
| +++ b/components/subresource_filter/core/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 = [
|
| "ruleset_distributor.h",
|
| "ruleset_service.cc",
|
| @@ -20,7 +20,7 @@ source_set("browser") {
|
| ]
|
| }
|
|
|
| -source_set("test_support") {
|
| +static_library("test_support") {
|
| testonly = true
|
| sources = [
|
| "subresource_filter_features_test_support.cc",
|
|
|