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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 2206733002: PVer4: Verify checksum for downloaded updates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@01_v4_rice_store
Patch Set: Minor: nparker@'s CR feedback Created 4 years, 4 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
« no previous file with comments | « no previous file | components/safe_browsing_db/v4_rice.cc » ('j') | components/safe_browsing_db/v4_store.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing_db/BUILD.gn
diff --git a/components/safe_browsing_db/BUILD.gn b/components/safe_browsing_db/BUILD.gn
index 1e11626951d0830c2f092b454c4e0e20aa238a93..50e9688431d8bcd3ef501a18eb84a3fe660bc67b 100644
--- a/components/safe_browsing_db/BUILD.gn
+++ b/components/safe_browsing_db/BUILD.gn
@@ -257,6 +257,7 @@ source_set("v4_store") {
":v4_protocol_manager_util",
":v4_rice",
"//base",
+ "//crypto",
]
}
@@ -304,6 +305,7 @@ source_set("unit_tests") {
":v4_update_protocol_manager",
"//base",
"//content/test:test_support",
+ "//crypto",
"//net",
"//net:test_support",
"//testing/gtest",
« no previous file with comments | « no previous file | components/safe_browsing_db/v4_rice.cc » ('j') | components/safe_browsing_db/v4_store.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698