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

Unified Diff: components/webcrypto/webcrypto.gyp

Issue 1304063015: [refactor] Rename the webcrypto/openssl and webcrypto/test directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jwk_refactor
Patch Set: fix filename in gn build Created 5 years, 3 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 | « components/webcrypto/test/test_helpers.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/webcrypto.gyp
diff --git a/components/webcrypto/webcrypto.gyp b/components/webcrypto/webcrypto.gyp
index a828ad2c3f332e69b3a6383ca57f82f1d9de1c16..1098ef8f671c4f79ed4fbdf29a68d52644c56ed7 100644
--- a/components/webcrypto/webcrypto.gyp
+++ b/components/webcrypto/webcrypto.gyp
@@ -23,37 +23,37 @@
'algorithm_implementation.h',
'algorithm_registry.cc',
'algorithm_registry.h',
+ 'algorithms/aes.cc',
+ 'algorithms/aes.h',
+ 'algorithms/aes_cbc.cc',
+ 'algorithms/aes_ctr.cc',
+ 'algorithms/aes_gcm.cc',
+ 'algorithms/aes_kw.cc',
+ 'algorithms/ec.cc',
+ 'algorithms/ec.h',
+ 'algorithms/ecdh.cc',
+ 'algorithms/ecdsa.cc',
+ 'algorithms/hkdf.cc',
+ 'algorithms/hmac.cc',
+ 'algorithms/key.cc',
+ 'algorithms/key.h',
+ 'algorithms/pbkdf2.cc',
+ 'algorithms/rsa.cc',
+ 'algorithms/rsa.h',
+ 'algorithms/rsa_oaep.cc',
+ 'algorithms/rsa_pss.cc',
+ 'algorithms/rsa_sign.cc',
+ 'algorithms/rsa_sign.h',
+ 'algorithms/rsa_ssa.cc',
+ 'algorithms/sha.cc',
+ 'algorithms/util_openssl.cc',
+ 'algorithms/util_openssl.h',
'crypto_data.cc',
'crypto_data.h',
'generate_key_result.cc',
'generate_key_result.h',
'jwk.cc',
'jwk.h',
- 'openssl/aes_algorithm_openssl.cc',
- 'openssl/aes_algorithm_openssl.h',
- 'openssl/aes_cbc_openssl.cc',
- 'openssl/aes_ctr_openssl.cc',
- 'openssl/aes_gcm_openssl.cc',
- 'openssl/aes_kw_openssl.cc',
- 'openssl/ec_algorithm_openssl.cc',
- 'openssl/ec_algorithm_openssl.h',
- 'openssl/ecdh_openssl.cc',
- 'openssl/ecdsa_openssl.cc',
- 'openssl/hkdf_openssl.cc',
- 'openssl/hmac_openssl.cc',
- 'openssl/key_openssl.cc',
- 'openssl/key_openssl.h',
- 'openssl/pbkdf2_openssl.cc',
- 'openssl/rsa_hashed_algorithm_openssl.cc',
- 'openssl/rsa_hashed_algorithm_openssl.h',
- 'openssl/rsa_oaep_openssl.cc',
- 'openssl/rsa_pss_openssl.cc',
- 'openssl/rsa_sign_openssl.cc',
- 'openssl/rsa_sign_openssl.h',
- 'openssl/rsa_ssa_openssl.cc',
- 'openssl/sha_openssl.cc',
- 'openssl/util_openssl.cc',
- 'openssl/util_openssl.h',
'platform_crypto.h',
'status.cc',
'status.h',
« no previous file with comments | « components/webcrypto/test/test_helpers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698