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

Unified Diff: content/content_child.gypi

Issue 698363002: webcrypto: Add ECDSA algorithm (chromium-side) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extract_more
Patch Set: sigh, more android pedantry Created 6 years, 1 month 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/webcrypto_util.cc ('k') | content/content_tests.gypi » ('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 0c5154bdb30c002ed4c9536a3a07cbb5526fdd76..3c21ca3fe12d709b34deca7237f19e69c75fa21d 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -285,6 +285,8 @@
'child/webcrypto/openssl/aes_key_openssl.cc',
'child/webcrypto/openssl/aes_key_openssl.h',
'child/webcrypto/openssl/aes_kw_openssl.cc',
+ 'child/webcrypto/openssl/ec_key_openssl.cc',
+ 'child/webcrypto/openssl/ecdsa_openssl.cc',
'child/webcrypto/openssl/hmac_openssl.cc',
'child/webcrypto/openssl/key_openssl.cc',
'child/webcrypto/openssl/key_openssl.h',
« no previous file with comments | « content/child/webcrypto/webcrypto_util.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698