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

Unified Diff: Source/wtf/wtf.gypi

Issue 189373010: Get rid of WTF::SHA1. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use new digest-by-chunk API and many other fixes Created 6 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
« Source/platform/Crypto.cpp ('K') | « Source/wtf/SHA1Test.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/wtf.gypi
diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi
index f31dc172d1fb95671a2ce8a6cd3bbf2de428735f..173ec447ee5c4aa19e653c5333970e34069070f4 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -100,8 +100,6 @@
'RefCountedLeakCounter.h',
'RefPtr.h',
'RetainPtr.h',
- 'SHA1.cpp',
- 'SHA1.h',
'SaturatedArithmetic.h',
'SizeLimits.cpp',
'SpinLock.h',
@@ -213,7 +211,6 @@
'ListHashSetTest.cpp',
'MathExtrasTest.cpp',
'PartitionAllocTest.cpp',
- 'SHA1Test.cpp',
'SaturatedArithmeticTest.cpp',
'StringExtrasTest.cpp',
'StringHasherTest.cpp',
« Source/platform/Crypto.cpp ('K') | « Source/wtf/SHA1Test.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698