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 48da63fddcaa2763c788a0746d98862d005ad01a..6c1ce856f7d08c177532a111ef27dc5b0cd7560a 100644 |
--- a/components/subresource_filter/core/common/BUILD.gn |
+++ b/components/subresource_filter/core/common/BUILD.gn |
@@ -59,10 +59,13 @@ static_library("test_support") { |
"test_ruleset_creator.h", |
"test_ruleset_utils.cc", |
"test_ruleset_utils.h", |
+ "url_rule_test_support.cc", |
+ "url_rule_test_support.h", |
] |
deps = [ |
":common", |
"//base", |
+ "//net", |
"//testing/gtest", |
"//third_party/protobuf:protobuf_lite", |
] |