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

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

Issue 2175763002: Integrate IndexedRuleset into DocumentSubresourceFilter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
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 ac62c3a7996d8f98cb64e77a4053e6113dac1f7d..08171fca5433f5ae1d5f3f1a31cfe3663542c4a4 100644
--- a/components/subresource_filter/core/common/BUILD.gn
+++ b/components/subresource_filter/core/common/BUILD.gn
@@ -42,6 +42,7 @@ source_set("test_support") {
"test_ruleset_creator.h",
]
deps = [
+ ":common",
"//base",
"//testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698