Index: components/subresource_filter/core/common/BUILD.gn |
diff --git a/components/subresource_filter/core/common/BUILD.gn b/components/subresource_filter/core/common/BUILD.gn |
index f8e2e78796909c2695a9e0d466ccfe7df9fe097d..4f814eb0cceba9136fc1271032a431b8a69d27bd 100644 |
--- a/components/subresource_filter/core/common/BUILD.gn |
+++ b/components/subresource_filter/core/common/BUILD.gn |
@@ -32,6 +32,18 @@ source_set("common") { |
] |
} |
+source_set("test_support") { |
+ testonly = true |
+ sources = [ |
+ "test_ruleset_creator.cc", |
+ "test_ruleset_creator.h", |
+ ] |
+ deps = [ |
+ "//base", |
+ "//testing/gtest", |
+ ] |
+} |
+ |
source_set("unit_tests") { |
testonly = true |
sources = [ |