Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: components/subresource_filter/core/common/BUILD.gn

Issue 2865643002: Clean up IndexedRuleset tests; factor out test_support. (Closed)
Patch Set: Address comments from engedy@. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/subresource_filter/core/common/indexed_ruleset_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « no previous file | components/subresource_filter/core/common/indexed_ruleset_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698