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

Unified Diff: content/content_child.gypi

Issue 379383002: Refactor WebCrypto code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Put JWK rsa parameters into a struct Created 6 years, 5 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/webcrypto_util.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 3e45b0c90998cd971bc3554bb5edcecab834f944..46117314e79d6aaad3903a46a99a7cccd84e6dde 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -193,17 +193,46 @@
'child/web_url_loader_impl.h',
'child/webblobregistry_impl.cc',
'child/webblobregistry_impl.h',
+ 'child/webcrypto/algorithm.cc',
+ 'child/webcrypto/algorithm.h',
+ 'child/webcrypto/algorithm_dispatch.cc',
+ 'child/webcrypto/algorithm_dispatch.h',
+ 'child/webcrypto/algorithm_registry.cc',
+ 'child/webcrypto/algorithm_registry.h',
'child/webcrypto/crypto_data.cc',
'child/webcrypto/crypto_data.h',
'child/webcrypto/jwk.cc',
'child/webcrypto/jwk.h',
+ 'child/webcrypto/nss/aes_cbc_nss.cc',
+ 'child/webcrypto/nss/aes_cbc_nss.h',
+ 'child/webcrypto/nss/aes_gcm_nss.cc',
+ 'child/webcrypto/nss/aes_gcm_nss.h',
+ 'child/webcrypto/nss/aes_key_nss.cc',
+ 'child/webcrypto/nss/aes_key_nss.h',
+ 'child/webcrypto/nss/aes_kw_nss.cc',
+ 'child/webcrypto/nss/aes_kw_nss.h',
+ 'child/webcrypto/nss/algorithms_nss.h',
+ 'child/webcrypto/nss/hmac_nss.cc',
+ 'child/webcrypto/nss/hmac_nss.h',
+ 'child/webcrypto/nss/key_nss.cc',
+ 'child/webcrypto/nss/key_nss.h',
+ 'child/webcrypto/nss/rsa_key_nss.cc',
+ 'child/webcrypto/nss/rsa_key_nss.h',
+ 'child/webcrypto/nss/rsa_oaep_nss.cc',
+ 'child/webcrypto/nss/rsa_oaep_nss.h',
+ 'child/webcrypto/nss/rsa_ssa_nss.cc',
+ 'child/webcrypto/nss/rsa_ssa_nss.h',
+ 'child/webcrypto/nss/sha_nss.cc',
+ 'child/webcrypto/nss/sym_key_nss.cc',
+ 'child/webcrypto/nss/sym_key_nss.h',
+ 'child/webcrypto/nss/util_nss.cc',
+ 'child/webcrypto/nss/util_nss.h',
'child/webcrypto/platform_crypto.h',
- 'child/webcrypto/platform_crypto_nss.cc',
'child/webcrypto/platform_crypto_openssl.cc',
- 'child/webcrypto/shared_crypto.cc',
- 'child/webcrypto/shared_crypto.h',
'child/webcrypto/status.cc',
'child/webcrypto/status.h',
+ 'child/webcrypto/structured_clone.cc',
+ 'child/webcrypto/structured_clone.h',
'child/webcrypto/webcrypto_impl.cc',
'child/webcrypto/webcrypto_impl.h',
'child/webcrypto/webcrypto_util.cc',
« no previous file with comments | « content/child/webcrypto/webcrypto_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698