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

Unified Diff: components/safe_browsing/browser/BUILD.gn

Issue 2901213004: Componentize safe_browsing: factor out SafeBrowsingURLRequestContextGetter. (Closed)
Patch Set: cleanup includes Created 3 years, 7 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/safe_browsing/browser/BUILD.gn
diff --git a/components/safe_browsing/browser/BUILD.gn b/components/safe_browsing/browser/BUILD.gn
index 66d20484a8383399bf30c373d5a1131b19768f59..8d7b1880c5066f50e3dc87f6881c6c4040432be1 100644
--- a/components/safe_browsing/browser/BUILD.gn
+++ b/components/safe_browsing/browser/BUILD.gn
@@ -6,6 +6,8 @@ import("//build/config/features.gni")
source_set("browser") {
sources = [
+ "safe_browsing_url_request_context_getter.cc",
+ "safe_browsing_url_request_context_getter.h",
"threat_details.cc",
"threat_details.h",
"threat_details_cache.cc",
@@ -22,5 +24,6 @@ source_set("browser") {
"//components/safe_browsing/common:common",
"//components/security_interstitials/content:security_interstitial_page",
"//content/public/browser:browser",
+ "//net:extras",
]
}

Powered by Google App Engine
This is Rietveld 408576698