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

Unified Diff: base/base.gyp

Issue 118277: Introduce SignatureCreator. (Closed)
Patch Set: Responses to feedback Created 11 years, 6 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 | base/crypto/rsa_private_key.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 44fee70bbee7261665c47161840f6bfc9f5b1d50..10536f65007e57e588a518d5c77097b33d5c6b7c 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -22,6 +22,10 @@
'../build/build_config.h',
'crypto/cssm_init.cc',
'crypto/cssm_init.h',
+ 'crypto/rsa_private_key.h',
+ 'crypto/rsa_private_key_win.cc',
+ 'crypto/signature_creator.h',
+ 'crypto/signature_creator_win.cc',
'crypto/signature_verifier.h',
'crypto/signature_verifier_mac.cc',
'crypto/signature_verifier_nss.cc',
@@ -591,6 +595,8 @@
'clipboard_unittest.cc',
'command_line_unittest.cc',
'condition_variable_unittest.cc',
+ 'crypto/rsa_private_key_unittest.cc',
+ 'crypto/signature_creator_unittest.cc',
'crypto/signature_verifier_unittest.cc',
'data_pack_unittest.cc',
'debug_util_unittest.cc',
@@ -704,6 +710,8 @@
],
}, { # OS != "win"
'sources!': [
+ 'crypto/rsa_private_key_unittest.cc',
+ 'crypto/signature_creator_unittest.cc',
'gfx/native_theme_unittest.cc',
'object_watcher_unittest.cc',
'pe_image_unittest.cc',
« no previous file with comments | « no previous file | base/crypto/rsa_private_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698