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

Unified Diff: chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp

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 | « chrome/installer/mac/third_party/bsdiff/BUILD.gn ('k') | tools/gn/bootstrap/bootstrap.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp
diff --git a/chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp b/chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp
index 68e4668d0c0ee92b11ebe1b4e26c77793ac9e9a9..3f686f6ef2f81c0a53f7eab0f0e0088b4b73792c 100644
--- a/chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp
+++ b/chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp
@@ -30,7 +30,7 @@
'target_name': 'goobsdiff_sha1_adapter',
'type': 'static_library',
'sources': [
- '../../../../../base/sha1_portable.cc',
+ '../../../../../base/sha1.cc',
'sha1_adapter.cc',
'sha1_adapter.h',
],
« no previous file with comments | « chrome/installer/mac/third_party/bsdiff/BUILD.gn ('k') | tools/gn/bootstrap/bootstrap.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698