| OLD | NEW |
| 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 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 707 'web_modal_unittest_sources': [ | 707 'web_modal_unittest_sources': [ |
| 708 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 708 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
| 709 ], | 709 ], |
| 710 'web_resource_unittest_sources': [ | 710 'web_resource_unittest_sources': [ |
| 711 'web_resource/eula_accepted_notifier_unittest.cc', | 711 'web_resource/eula_accepted_notifier_unittest.cc', |
| 712 'web_resource/promo_resource_service_mobile_ntp_unittest.cc', | 712 'web_resource/promo_resource_service_mobile_ntp_unittest.cc', |
| 713 'web_resource/promo_resource_service_unittest.cc', | 713 'web_resource/promo_resource_service_unittest.cc', |
| 714 'web_resource/resource_request_allowed_notifier_unittest.cc', | 714 'web_resource/resource_request_allowed_notifier_unittest.cc', |
| 715 ], | 715 ], |
| 716 'webcrypto_unittest_sources': [ | 716 'webcrypto_unittest_sources': [ |
| 717 'webcrypto/test/aes_cbc_unittest.cc', | 717 'webcrypto/algorithms/aes_cbc_unittest.cc', |
| 718 'webcrypto/test/aes_ctr_unittest.cc', | 718 'webcrypto/algorithms/aes_ctr_unittest.cc', |
| 719 'webcrypto/test/aes_gcm_unittest.cc', | 719 'webcrypto/algorithms/aes_gcm_unittest.cc', |
| 720 'webcrypto/test/aes_kw_unittest.cc', | 720 'webcrypto/algorithms/aes_kw_unittest.cc', |
| 721 'webcrypto/test/ecdh_unittest.cc', | 721 'webcrypto/algorithms/ecdh_unittest.cc', |
| 722 'webcrypto/test/ecdsa_unittest.cc', | 722 'webcrypto/algorithms/ecdsa_unittest.cc', |
| 723 'webcrypto/test/hmac_unittest.cc', | 723 'webcrypto/algorithms/hmac_unittest.cc', |
| 724 'webcrypto/test/rsa_oaep_unittest.cc', | 724 'webcrypto/algorithms/rsa_oaep_unittest.cc', |
| 725 'webcrypto/test/rsa_pss_unittest.cc', | 725 'webcrypto/algorithms/rsa_pss_unittest.cc', |
| 726 'webcrypto/test/rsa_ssa_unittest.cc', | 726 'webcrypto/algorithms/rsa_ssa_unittest.cc', |
| 727 'webcrypto/test/sha_unittest.cc', | 727 'webcrypto/algorithms/sha_unittest.cc', |
| 728 'webcrypto/test/status_unittest.cc', | 728 'webcrypto/algorithms/test_helpers.cc', |
| 729 'webcrypto/test/test_helpers.cc', | 729 'webcrypto/algorithms/test_helpers.h', |
| 730 'webcrypto/test/test_helpers.h', | 730 'webcrypto/status_unittest.cc', |
| 731 ], | 731 ], |
| 732 'webdata_unittest_sources': [ | 732 'webdata_unittest_sources': [ |
| 733 'webdata/common/web_database_migration_unittest.cc', | 733 'webdata/common/web_database_migration_unittest.cc', |
| 734 ], | 734 ], |
| 735 }, | 735 }, |
| 736 'targets': [ | 736 'targets': [ |
| 737 { | 737 { |
| 738 # GN version: //components:components_tests_pak | 738 # GN version: //components:components_tests_pak |
| 739 'target_name': 'components_tests_pak', | 739 'target_name': 'components_tests_pak', |
| 740 'type': 'none', | 740 'type': 'none', |
| (...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1650 'invalidation/impl/android/junit/', | 1650 'invalidation/impl/android/junit/', |
| 1651 'policy/android/junit/' | 1651 'policy/android/junit/' |
| 1652 ], | 1652 ], |
| 1653 }, | 1653 }, |
| 1654 'includes': [ '../build/host_jar.gypi' ], | 1654 'includes': [ '../build/host_jar.gypi' ], |
| 1655 }, | 1655 }, |
| 1656 ], | 1656 ], |
| 1657 }], | 1657 }], |
| 1658 ], | 1658 ], |
| 1659 } | 1659 } |
| OLD | NEW |