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

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: Correct headers. 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..b42f7c0a30cd4191ad577e1100252c74cc14e72a 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -132,6 +132,8 @@
'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 +177,7 @@
# Tests.
'encryptor_unittest.cc',
'hmac_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