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

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

Issue 2747313002: PasswordProtectionService verdict cache management (Closed)
Patch Set: fix build Created 3 years, 9 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/password_protection/BUILD.gn
diff --git a/components/safe_browsing/password_protection/BUILD.gn b/components/safe_browsing/password_protection/BUILD.gn
index 1f2b234359f60edcb4e776316aaf748a91035318..d852f1cf8faacbce3fb4ebce702cc2517940ae0e 100644
--- a/components/safe_browsing/password_protection/BUILD.gn
+++ b/components/safe_browsing/password_protection/BUILD.gn
@@ -10,8 +10,11 @@ source_set("password_protection") {
deps = [
"//base:base",
+ "//components/content_settings/core/browser:browser",
"//components/history/core/browser:browser",
+ "//components/safe_browsing:csd_proto",
"//components/safe_browsing_db:database_manager",
+ "//components/safe_browsing_db:v4_protocol_manager_util",
"//content/public/browser:browser",
"//third_party/protobuf:protobuf_lite",
]
@@ -27,6 +30,7 @@ source_set("password_protection_unittest") {
"//base",
"//base/test:test_support",
"//components/safe_browsing_db:test_database_manager",
+ "//components/sync_preferences:test_support",
"//content/test:test_support",
"//testing/gmock",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698