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

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

Issue 2060313002: Navigation throttle for the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pre-tab-activation
Patch Set: Navigation throttle for the Safe Browsing Subresource Filter. Created 4 years, 6 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/content/browser/BUILD.gn
diff --git a/components/subresource_filter/content/browser/BUILD.gn b/components/subresource_filter/content/browser/BUILD.gn
index fa430aad502bada4e5bc0cd77045892bf83cb7ec..d49629f69d1b6943b9b479ee20e8ded9ea84267b 100644
--- a/components/subresource_filter/content/browser/BUILD.gn
+++ b/components/subresource_filter/content/browser/BUILD.gn
@@ -8,6 +8,8 @@ source_set("browser") {
"content_subresource_filter_driver.h",
"content_subresource_filter_driver_factory.cc",
"content_subresource_filter_driver_factory.h",
+ "subresource_filter_navigation_throttle.cc",
+ "subresource_filter_navigation_throttle.h",
]
deps = [
"//base",
@@ -24,6 +26,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"content_subresource_filter_driver_factory_unittests.cc",
+ "subresource_filter_navigation_throttle_unittests.cc",
]
deps = [
":browser",

Powered by Google App Engine
This is Rietveld 408576698