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

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

Issue 2669833004: Refactor subresource filter activation to support PlzNavigate cleanly. (Closed)
Patch Set: Rebase. 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
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 e49864ef548189d470fa8f27ee7bbad0b983628e..edee398eecaca375d8a53d3381a636222abd6e23 100644
--- a/components/subresource_filter/content/browser/BUILD.gn
+++ b/components/subresource_filter/content/browser/BUILD.gn
@@ -22,6 +22,7 @@ static_library("browser") {
"//content/public/browser",
"//content/public/common",
"//ipc",
+ "//net",
"//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698