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

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

Issue 2691423006: Introduce the ThrottleManager (Closed)
Patch Set: engedy review Created 3 years, 9 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/activation_state_computing_navigation_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 f69e302f3c2915330634fb10ec6f1e360b364b90..426fd6eb569c8ddd0329a24671a0d5d19d20db08 100644
--- a/components/subresource_filter/content/browser/BUILD.gn
+++ b/components/subresource_filter/content/browser/BUILD.gn
@@ -12,6 +12,8 @@ static_library("browser") {
"content_ruleset_service.h",
"content_subresource_filter_driver_factory.cc",
"content_subresource_filter_driver_factory.h",
+ "content_subresource_filter_throttle_manager.cc",
+ "content_subresource_filter_throttle_manager.h",
"subframe_navigation_filtering_throttle.cc",
"subframe_navigation_filtering_throttle.h",
"subresource_filter_client.h",
@@ -44,6 +46,7 @@ source_set("unit_tests") {
"async_document_subresource_filter_unittest.cc",
"content_ruleset_service_unittest.cc",
"content_subresource_filter_driver_factory_unittest.cc",
+ "content_subresource_filter_throttle_manager_unittest.cc",
"subframe_navigation_filtering_throttle_unittest.cc",
"verified_ruleset_dealer_unittest.cc",
]
« no previous file with comments | « no previous file | components/subresource_filter/content/browser/activation_state_computing_navigation_throttle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698