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

Unified Diff: crypto/crypto.gyp

Issue 12326029: Porting of HKDF changes from server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor comments update Created 7 years, 10 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 | crypto/hkdf.h » ('j') | crypto/hkdf.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/crypto.gyp
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index b9742f7f6292cea3057e5ecec4e70cda4205fd3e..39e4712f656c1331c9eef9dc826da4fb81929b98 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -200,6 +200,8 @@
'encryptor.h',
'encryptor_nss.cc',
'encryptor_openssl.cc',
+ 'hkdf.cc',
+ 'hkdf.h',
'hmac_nss.cc',
'hmac_openssl.cc',
'mac_security_services_lock.cc',
@@ -264,6 +266,7 @@
'ec_signature_creator_unittest.cc',
'encryptor_unittest.cc',
'ghash_unittest.cc',
+ 'hkdf_unittest.cc',
'hmac_unittest.cc',
'nss_util_unittest.cc',
'p224_unittest.cc',
« no previous file with comments | « no previous file | crypto/hkdf.h » ('j') | crypto/hkdf.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698