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

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

Issue 2645283007: Add the client for accessing Subresource Filter only list. (Closed)
Patch Set: Created 3 years, 11 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 5fe23a102fa74f1a73addccbce6b80da58845dfb..b475e60bd5ac807f87aa33d3dd12bf9830bf1ab5 100644
--- a/components/subresource_filter/content/browser/BUILD.gn
+++ b/components/subresource_filter/content/browser/BUILD.gn
@@ -10,9 +10,12 @@ static_library("browser") {
"content_subresource_filter_driver.h",
"content_subresource_filter_driver_factory.cc",
"content_subresource_filter_driver_factory.h",
+ "subresource_filter_activation_navigation_throttle.cc",
+ "subresource_filter_activation_navigation_throttle.h",
]
deps = [
"//base",
+ "//components/safe_browsing_db:database_manager",
"//components/safe_browsing_db:util",
"//components/subresource_filter/content/common",
"//components/subresource_filter/core/browser",

Powered by Google App Engine
This is Rietveld 408576698