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

Unified Diff: content/content_child.gypi

Issue 419673006: [webcrypto] Implement RSA-OAEP using BoringSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 6 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 | « content/child/webcrypto/shared_crypto_unittest.cc ('k') | crypto/scoped_openssl_types.h » ('j') | 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 47b2b764403de3f21ccf0fa0e5fb6b64b89d3577..6519cdd94cf2e64a0d33432dd9ecea6caedd4c40 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -273,6 +273,7 @@
'child/webcrypto/openssl/key_openssl.h',
'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_ssa_openssl.cc',
'child/webcrypto/openssl/sha_openssl.cc',
'child/webcrypto/openssl/sym_key_openssl.cc',
« no previous file with comments | « content/child/webcrypto/shared_crypto_unittest.cc ('k') | crypto/scoped_openssl_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698