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

Unified Diff: content/content_child.gypi

Issue 662533002: [webcrypto] Refactor RSA-SSA signing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove inconsistent brace Created 6 years, 2 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 | « content/child/webcrypto/openssl/rsa_ssa_openssl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index e2d0610fdff40e8f7c0008d4f8e7ab8eb40468fd..f99b61ef6728bba3b48b215c6b4fdfa4a8b024ef 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -284,6 +284,8 @@
'child/webcrypto/openssl/rsa_key_openssl.cc',
'child/webcrypto/openssl/rsa_key_openssl.h',
'child/webcrypto/openssl/rsa_oaep_openssl.cc',
+ 'child/webcrypto/openssl/rsa_sign_openssl.cc',
+ 'child/webcrypto/openssl/rsa_sign_openssl.h',
'child/webcrypto/openssl/rsa_ssa_openssl.cc',
'child/webcrypto/openssl/sha_openssl.cc',
'child/webcrypto/openssl/sym_key_openssl.cc',
« no previous file with comments | « content/child/webcrypto/openssl/rsa_ssa_openssl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698