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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 2505153002: Add support for scout to 'ext' param when creating SafeBrowsing ping URLs. (Closed)
Patch Set: Add missing dep Created 4 years, 1 month 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_db/BUILD.gn
diff --git a/components/safe_browsing_db/BUILD.gn b/components/safe_browsing_db/BUILD.gn
index c13d4e89e6d0428072e4efe2c448777cf6c9d416..e7e788ceec93ca42ee3445eb6726a03ca193fbcd 100644
--- a/components/safe_browsing_db/BUILD.gn
+++ b/components/safe_browsing_db/BUILD.gn
@@ -79,6 +79,7 @@ static_library("hit_report") {
"hit_report.h",
]
deps = [
+ ":safe_browsing_prefs",
":util",
"//components/metrics",
"//url",

Powered by Google App Engine
This is Rietveld 408576698