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

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: rebase + add another test 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
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index a374e05aa391d419527f7f375f45a23f951e574d..6522ceb2709914ace1bd66f23c1a036c40a12641 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -284,6 +284,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',

Powered by Google App Engine
This is Rietveld 408576698