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

Unified Diff: content/content_child.gypi

Issue 803173010: Implement HKDF for webcrypto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add curlies and OpenSSLErrStackTracer Created 5 years, 11 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/status.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 8a97330353ed745099e4b422201b34d3f87ea91e..51fd5f3d2daa8591db10f313e5eeafee8edbe879 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -305,6 +305,7 @@
'child/webcrypto/openssl/ec_algorithm_openssl.h',
'child/webcrypto/openssl/ecdh_openssl.cc',
'child/webcrypto/openssl/ecdsa_openssl.cc',
+ 'child/webcrypto/openssl/hkdf_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/status.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698