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

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: 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') | components/webcrypto/algorithms/rsa_sign.h » ('J')
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 fb0c636e2d84d3ea19ef3a0ef6e1fb17d2267572..84449804956ec96a0bab976bc68433e9f1be65aa 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -714,20 +714,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') | components/webcrypto/algorithms/rsa_sign.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698