| 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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |