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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | components/webcrypto/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 'web_modal_unittest_sources': [ 720 'web_modal_unittest_sources': [
721 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 721 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
722 ], 722 ],
723 'web_resource_unittest_sources': [ 723 'web_resource_unittest_sources': [
724 'web_resource/eula_accepted_notifier_unittest.cc', 724 'web_resource/eula_accepted_notifier_unittest.cc',
725 'web_resource/promo_resource_service_mobile_ntp_unittest.cc', 725 'web_resource/promo_resource_service_mobile_ntp_unittest.cc',
726 'web_resource/promo_resource_service_unittest.cc', 726 'web_resource/promo_resource_service_unittest.cc',
727 'web_resource/resource_request_allowed_notifier_unittest.cc', 727 'web_resource/resource_request_allowed_notifier_unittest.cc',
728 ], 728 ],
729 'webcrypto_unittest_sources': [ 729 'webcrypto_unittest_sources': [
730 'webcrypto/test/aes_cbc_unittest.cc', 730 'webcrypto/algorithms/aes_cbc_unittest.cc',
731 'webcrypto/test/aes_ctr_unittest.cc', 731 'webcrypto/algorithms/aes_ctr_unittest.cc',
732 'webcrypto/test/aes_gcm_unittest.cc', 732 'webcrypto/algorithms/aes_gcm_unittest.cc',
733 'webcrypto/test/aes_kw_unittest.cc', 733 'webcrypto/algorithms/aes_kw_unittest.cc',
734 'webcrypto/test/ecdh_unittest.cc', 734 'webcrypto/algorithms/ecdh_unittest.cc',
735 'webcrypto/test/ecdsa_unittest.cc', 735 'webcrypto/algorithms/ecdsa_unittest.cc',
736 'webcrypto/test/hmac_unittest.cc', 736 'webcrypto/algorithms/hmac_unittest.cc',
737 'webcrypto/test/rsa_oaep_unittest.cc', 737 'webcrypto/algorithms/rsa_oaep_unittest.cc',
738 'webcrypto/test/rsa_pss_unittest.cc', 738 'webcrypto/algorithms/rsa_pss_unittest.cc',
739 'webcrypto/test/rsa_ssa_unittest.cc', 739 'webcrypto/algorithms/rsa_ssa_unittest.cc',
740 'webcrypto/test/sha_unittest.cc', 740 'webcrypto/algorithms/sha_unittest.cc',
741 'webcrypto/test/status_unittest.cc', 741 'webcrypto/algorithms/test_helpers.cc',
742 'webcrypto/test/test_helpers.cc', 742 'webcrypto/algorithms/test_helpers.h',
743 'webcrypto/test/test_helpers.h', 743 'webcrypto/status_unittest.cc',
744 ], 744 ],
745 'webdata_unittest_sources': [ 745 'webdata_unittest_sources': [
746 'webdata/common/web_database_migration_unittest.cc', 746 'webdata/common/web_database_migration_unittest.cc',
747 ], 747 ],
748 'webusb_detector_unittest_sources': [ 748 'webusb_detector_unittest_sources': [
749 'webusb/webusb_detector_unittest.cc', 749 'webusb/webusb_detector_unittest.cc',
750 ], 750 ],
751 }, 751 },
752 'targets': [ 752 'targets': [
753 { 753 {
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after
1691 'invalidation/impl/android/junit/', 1691 'invalidation/impl/android/junit/',
1692 'policy/android/junit/' 1692 'policy/android/junit/'
1693 ], 1693 ],
1694 }, 1694 },
1695 'includes': [ '../build/host_jar.gypi' ], 1695 'includes': [ '../build/host_jar.gypi' ],
1696 }, 1696 },
1697 ], 1697 ],
1698 }], 1698 }],
1699 ], 1699 ],
1700 } 1700 }
OLDNEW
« 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