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

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

Issue 2446503002: Fix SubResourceFilter to work with PlzNavigate. (Closed)
Patch Set: fix unit tests Created 4 years, 2 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 93a56b29842995ef42c42842e5bc317143e505fb..985dc838f74a7d06ba51c0437b7e2f3db9e65aa0 100644
--- a/components/subresource_filter/content/browser/BUILD.gn
+++ b/components/subresource_filter/content/browser/BUILD.gn
@@ -10,8 +10,6 @@ static_library("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",
@@ -31,7 +29,6 @@ source_set("unit_tests") {
sources = [
"content_ruleset_distributor_unittest.cc",
"content_subresource_filter_driver_factory_unittest.cc",
- "subresource_filter_navigation_throttle_unittests.cc",
]
deps = [
":browser",

Powered by Google App Engine
This is Rietveld 408576698