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

Unified Diff: chrome/installer/mac/third_party/bsdiff/BUILD.gn

Issue 2052713002: Remove the CryptoAPI implementation of SHA-1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a few stragglers Created 4 years, 6 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 | « base/sha1_win.cc ('k') | chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mac/third_party/bsdiff/BUILD.gn
diff --git a/chrome/installer/mac/third_party/bsdiff/BUILD.gn b/chrome/installer/mac/third_party/bsdiff/BUILD.gn
index 8662a172efb75cad2bf220b5e487f4ae91da7067..ba4787e9e721f929c3b60a7a026d224d8f3b659e 100644
--- a/chrome/installer/mac/third_party/bsdiff/BUILD.gn
+++ b/chrome/installer/mac/third_party/bsdiff/BUILD.gn
@@ -11,7 +11,7 @@ static_library("goobsdiff_sha1_adapter") {
check_includes = false
sources = [
- "../../../../../base/sha1_portable.cc",
+ "../../../../../base/sha1.cc",
"sha1_adapter.cc",
"sha1_adapter.h",
]
« no previous file with comments | « base/sha1_win.cc ('k') | chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698