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 6873156: Move crypto_helpers from sync to base (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Move crypto_helpers to crypto instead of base. Created 9 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
Index: crypto/crypto.gyp
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index c875b3e4aa9afe0a1bfa29f1c9f7bcbddacb9c29..9b3e6a3101f841fd0f79c99f95f80a707f336fc3 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -126,12 +126,16 @@
'hmac_win.cc',
'mac_security_services_lock.cc',
'mac_security_services_lock.h',
+ 'md5_calculator.cc',
+ 'md5_calculator.h',
'openssl_util.cc',
'openssl_util.h',
'nss_util.cc',
'nss_util.h',
'nss_util_internal.h',
'rsa_private_key.h',
+ 'random.cc',
+ 'random.h',
'rsa_private_key.cc',
'rsa_private_key_mac.cc',
'rsa_private_key_nss.cc',
@@ -175,6 +179,8 @@
# Tests.
'encryptor_unittest.cc',
'hmac_unittest.cc',
+ 'md5_calculator_unittest.cc',
+ 'random_unittest.cc',
'rsa_private_key_unittest.cc',
'rsa_private_key_nss_unittest.cc',
'secure_hash_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698