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

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: rebase onto master (moves unittest to its own file) 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
« no previous file with comments | « content/child/webcrypto/test/aes_ctr_unittest.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 87ac428323512242a35de4bcf71eaedeed2adab8..c61d6ff3af2f101cebad3baaea81a77cc4b5e9c3 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',
« no previous file with comments | « content/child/webcrypto/test/aes_ctr_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698