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

Unified Diff: components/components_tests.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 | « no previous file | components/webcrypto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index d653df2832322f24df12970000494cb88c55fd00..ddf6ba2b39423ed7aa38ecf6e34ecd8b33ab2b90 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -727,20 +727,20 @@
'web_resource/resource_request_allowed_notifier_unittest.cc',
],
'webcrypto_unittest_sources': [
- 'webcrypto/test/aes_cbc_unittest.cc',
- 'webcrypto/test/aes_ctr_unittest.cc',
- 'webcrypto/test/aes_gcm_unittest.cc',
- 'webcrypto/test/aes_kw_unittest.cc',
- 'webcrypto/test/ecdh_unittest.cc',
- 'webcrypto/test/ecdsa_unittest.cc',
- 'webcrypto/test/hmac_unittest.cc',
- 'webcrypto/test/rsa_oaep_unittest.cc',
- 'webcrypto/test/rsa_pss_unittest.cc',
- 'webcrypto/test/rsa_ssa_unittest.cc',
- 'webcrypto/test/sha_unittest.cc',
- 'webcrypto/test/status_unittest.cc',
- 'webcrypto/test/test_helpers.cc',
- 'webcrypto/test/test_helpers.h',
+ 'webcrypto/algorithms/aes_cbc_unittest.cc',
+ 'webcrypto/algorithms/aes_ctr_unittest.cc',
+ 'webcrypto/algorithms/aes_gcm_unittest.cc',
+ 'webcrypto/algorithms/aes_kw_unittest.cc',
+ 'webcrypto/algorithms/ecdh_unittest.cc',
+ 'webcrypto/algorithms/ecdsa_unittest.cc',
+ 'webcrypto/algorithms/hmac_unittest.cc',
+ 'webcrypto/algorithms/rsa_oaep_unittest.cc',
+ 'webcrypto/algorithms/rsa_pss_unittest.cc',
+ 'webcrypto/algorithms/rsa_ssa_unittest.cc',
+ 'webcrypto/algorithms/sha_unittest.cc',
+ 'webcrypto/algorithms/test_helpers.cc',
+ 'webcrypto/algorithms/test_helpers.h',
+ 'webcrypto/status_unittest.cc',
],
'webdata_unittest_sources': [
'webdata/common/web_database_migration_unittest.cc',
« no previous file with comments | « no previous file | components/webcrypto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698