| Index: components/subresource_filter/content/common/BUILD.gn
|
| diff --git a/components/subresource_filter/content/common/BUILD.gn b/components/subresource_filter/content/common/BUILD.gn
|
| index d309bf79d98389f910026f4321d97b11d2188817..15ebae2e006f4de7899a0c85b4222bedc72c64c0 100644
|
| --- a/components/subresource_filter/content/common/BUILD.gn
|
| +++ b/components/subresource_filter/content/common/BUILD.gn
|
| @@ -4,9 +4,6 @@
|
|
|
| static_library("common") {
|
| sources = [
|
| - "document_load_statistics.h",
|
| - "document_subresource_filter.cc",
|
| - "document_subresource_filter.h",
|
| "ruleset_dealer.cc",
|
| "ruleset_dealer.h",
|
| "subresource_filter_message_generator.cc",
|
| @@ -17,24 +14,21 @@ static_library("common") {
|
| "//components/subresource_filter/core/common",
|
| "//content/public/common",
|
| "//ipc",
|
| + "//url",
|
| ]
|
| }
|
|
|
| source_set("unit_tests") {
|
| testonly = true
|
| sources = [
|
| - "document_subresource_filter_unittest.cc",
|
| "ruleset_dealer_unittest.cc",
|
| ]
|
| deps = [
|
| ":common",
|
| "//base",
|
| - "//base/test:test_support",
|
| "//components/subresource_filter/core/common",
|
| "//components/subresource_filter/core/common:test_support",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| - "//third_party/WebKit/public:blink",
|
| - "//url",
|
| ]
|
| }
|
|
|