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

Unified Diff: crypto/crypto.gyp

Issue 10698177: Added crypto random-number generator (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed #include/base:: problem Created 8 years, 5 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/rand_util_win.cc ('k') | crypto/openpgp_symmetric_encryption.cc » ('j') | no next file with comments »
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 287b53cfb65d6b555f24c1585ead87412eccaa4a..e124423acbabb51df6f7ac085c608d0673c4e046 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -197,6 +197,8 @@
'openssl_util.h',
'p224.cc',
'p224.h',
+ 'random.h',
+ 'random.cc',
'rsa_private_key.cc',
'rsa_private_key.h',
'rsa_private_key_mac.cc',
@@ -242,6 +244,7 @@
'nss_util_unittest.cc',
'p224_unittest.cc',
'p224_spake_unittest.cc',
+ 'random_unittest.cc',
'rsa_private_key_unittest.cc',
'rsa_private_key_nss_unittest.cc',
'secure_hash_unittest.cc',
« no previous file with comments | « base/rand_util_win.cc ('k') | crypto/openpgp_symmetric_encryption.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698