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', |