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

Unified Diff: content/content_child.gypi

Issue 797723006: Implement PBKDF2 (except for generateKey) using BoringSSL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pbkdf2
Patch Set: 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 51fd5f3d2daa8591db10f313e5eeafee8edbe879..013d2e5054dae601cdf053d2a42de5a0a954cd97 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -309,6 +309,7 @@
'child/webcrypto/openssl/hmac_openssl.cc',
'child/webcrypto/openssl/key_openssl.cc',
'child/webcrypto/openssl/key_openssl.h',
+ 'child/webcrypto/openssl/pbkdf2_openssl.cc',
'child/webcrypto/openssl/rsa_hashed_algorithm_openssl.cc',
'child/webcrypto/openssl/rsa_hashed_algorithm_openssl.h',
'child/webcrypto/openssl/rsa_oaep_openssl.cc',
« 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