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

Unified Diff: content/content_child.gypi

Issue 491763002: [webcrypto] Implement AES-CTR using BoringSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 5056144c553ad6793cba82ca9b3821400995282c..4805a85e7204800ed0dfde16d46e06c1c5e498e5 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -268,6 +268,7 @@
],
'webcrypto_openssl_sources': [
'child/webcrypto/openssl/aes_cbc_openssl.cc',
+ 'child/webcrypto/openssl/aes_ctr_openssl.cc',
'child/webcrypto/openssl/aes_gcm_openssl.cc',
'child/webcrypto/openssl/aes_key_openssl.cc',
'child/webcrypto/openssl/aes_key_openssl.h',

Powered by Google App Engine
This is Rietveld 408576698