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

Unified Diff: blimp/common/BUILD.gn

Issue 1912153004: [blimp] Change to use SHA-256 instead of SHA-1 for unique ids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | blimp/common/DEPS » ('j') | blimp/common/blob_cache/id_util.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/BUILD.gn
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
index 6548853d326066e0c8770e17d68e2f201996de1f..1790ee57aea51f2185d4a1e26b87738842e3bb75 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -31,6 +31,7 @@ component("blimp_common") {
"//base",
"//blimp/common/proto",
"//cc",
+ "//crypto",
"//skia",
"//third_party/libwebp",
"//ui/gfx/geometry",
@@ -42,6 +43,7 @@ source_set("unit_tests") {
testonly = true
sources = [
+ "blob_cache/id_util_unittest.cc",
"blob_cache/in_memory_blob_cache_unittest.cc",
"create_blimp_message_unittest.cc",
"logging_unittest.cc",
« no previous file with comments | « no previous file | blimp/common/DEPS » ('j') | blimp/common/blob_cache/id_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698