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

Unified Diff: components/subresource_filter/content/browser/BUILD.gn

Issue 2696493003: Introduce SubframeNavigationFilteringThrottle (Closed)
Patch Set: remove tests Created 3 years, 10 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/content/browser/subframe_navigation_filtering_throttle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/subresource_filter/content/browser/BUILD.gn
diff --git a/components/subresource_filter/content/browser/BUILD.gn b/components/subresource_filter/content/browser/BUILD.gn
index 24a4c3cf575521aee6f5f9b83063585c7c17bc89..17ad99634f00bcf4a0156e2fdc3ee2527b15f866 100644
--- a/components/subresource_filter/content/browser/BUILD.gn
+++ b/components/subresource_filter/content/browser/BUILD.gn
@@ -10,6 +10,8 @@ static_library("browser") {
"content_ruleset_service_delegate.h",
"content_subresource_filter_driver_factory.cc",
"content_subresource_filter_driver_factory.h",
+ "subframe_navigation_filtering_throttle.cc",
+ "subframe_navigation_filtering_throttle.h",
"verified_ruleset_dealer.cc",
"verified_ruleset_dealer.h",
]
« no previous file with comments | « no previous file | components/subresource_filter/content/browser/subframe_navigation_filtering_throttle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698