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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 'web_cache_unittest_sources': [ | 539 'web_cache_unittest_sources': [ |
540 'web_cache/browser/web_cache_manager_unittest.cc', | 540 'web_cache/browser/web_cache_manager_unittest.cc', |
541 ], | 541 ], |
542 'web_modal_unittest_sources': [ | 542 'web_modal_unittest_sources': [ |
543 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 543 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
544 ], | 544 ], |
545 'web_resource_unittest_sources': [ | 545 'web_resource_unittest_sources': [ |
546 'web_resource/eula_accepted_notifier_unittest.cc', | 546 'web_resource/eula_accepted_notifier_unittest.cc', |
547 'web_resource/resource_request_allowed_notifier_unittest.cc', | 547 'web_resource/resource_request_allowed_notifier_unittest.cc', |
548 ], | 548 ], |
| 549 'webcrypto_unittest_sources': [ |
| 550 'webcrypto/test/aes_cbc_unittest.cc', |
| 551 'webcrypto/test/aes_ctr_unittest.cc', |
| 552 'webcrypto/test/aes_gcm_unittest.cc', |
| 553 'webcrypto/test/aes_kw_unittest.cc', |
| 554 'webcrypto/test/ecdh_unittest.cc', |
| 555 'webcrypto/test/ecdsa_unittest.cc', |
| 556 'webcrypto/test/hmac_unittest.cc', |
| 557 'webcrypto/test/rsa_oaep_unittest.cc', |
| 558 'webcrypto/test/rsa_pss_unittest.cc', |
| 559 'webcrypto/test/rsa_ssa_unittest.cc', |
| 560 'webcrypto/test/sha_unittest.cc', |
| 561 'webcrypto/test/status_unittest.cc', |
| 562 'webcrypto/test/test_helpers.cc', |
| 563 'webcrypto/test/test_helpers.h', |
| 564 ], |
549 'webdata_unittest_sources': [ | 565 'webdata_unittest_sources': [ |
550 'webdata/common/web_database_migration_unittest.cc', | 566 'webdata/common/web_database_migration_unittest.cc', |
551 ], | 567 ], |
552 }, | 568 }, |
553 'targets': [ | 569 'targets': [ |
554 { | 570 { |
555 # GN version: //components:components_tests_pak | 571 # GN version: //components:components_tests_pak |
556 'target_name': 'components_tests_pak', | 572 'target_name': 'components_tests_pak', |
557 'type': 'none', | 573 'type': 'none', |
558 'dependencies': [ | 574 'dependencies': [ |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
784 ['OS != "ios"', { | 800 ['OS != "ios"', { |
785 'sources': [ | 801 'sources': [ |
786 '<@(error_page_unittest_sources)', | 802 '<@(error_page_unittest_sources)', |
787 '<@(navigation_interception_unittest_sources)', | 803 '<@(navigation_interception_unittest_sources)', |
788 '<@(network_hints_unittest_sources)', | 804 '<@(network_hints_unittest_sources)', |
789 '<@(power_unittest_sources)', | 805 '<@(power_unittest_sources)', |
790 '<@(storage_monitor_unittest_sources)', | 806 '<@(storage_monitor_unittest_sources)', |
791 '<@(ui_unittest_sources)', | 807 '<@(ui_unittest_sources)', |
792 '<@(visitedlink_unittest_sources)', | 808 '<@(visitedlink_unittest_sources)', |
793 '<@(web_cache_unittest_sources)', | 809 '<@(web_cache_unittest_sources)', |
| 810 '<@(webcrypto_unittest_sources)', |
794 '<@(web_modal_unittest_sources)', | 811 '<@(web_modal_unittest_sources)', |
795 ], | 812 ], |
796 'dependencies': [ | 813 'dependencies': [ |
797 '../skia/skia.gyp:skia', | 814 '../skia/skia.gyp:skia', |
798 'components.gyp:autofill_content_browser', | 815 'components.gyp:autofill_content_browser', |
799 'components.gyp:autofill_content_renderer', | 816 'components.gyp:autofill_content_renderer', |
800 'components.gyp:autofill_content_test_support', | 817 'components.gyp:autofill_content_test_support', |
801 'components.gyp:data_reduction_proxy_content_browser', | 818 'components.gyp:data_reduction_proxy_content_browser', |
802 'components.gyp:dom_distiller_content', | 819 'components.gyp:dom_distiller_content', |
803 'components.gyp:error_page_renderer', | 820 'components.gyp:error_page_renderer', |
804 'components.gyp:favicon_content', | 821 'components.gyp:favicon_content', |
805 'components.gyp:history_content_browser', | 822 'components.gyp:history_content_browser', |
806 'components.gyp:keyed_service_content', | 823 'components.gyp:keyed_service_content', |
807 'components.gyp:navigation_interception', | 824 'components.gyp:navigation_interception', |
808 'components.gyp:network_hints_renderer', | 825 'components.gyp:network_hints_renderer', |
809 'components.gyp:password_manager_content_browser', | 826 'components.gyp:password_manager_content_browser', |
810 'components.gyp:password_manager_content_common', | 827 'components.gyp:password_manager_content_common', |
811 'components.gyp:power', | 828 'components.gyp:power', |
812 'components.gyp:precache_content', | 829 'components.gyp:precache_content', |
813 'components.gyp:sessions_content', | 830 'components.gyp:sessions_content', |
814 'components.gyp:storage_monitor', | 831 'components.gyp:storage_monitor', |
815 'components.gyp:storage_monitor_test_support', | 832 'components.gyp:storage_monitor_test_support', |
816 'components.gyp:url_matcher', | 833 'components.gyp:url_matcher', |
817 'components.gyp:visitedlink_browser', | 834 'components.gyp:visitedlink_browser', |
818 'components.gyp:visitedlink_renderer', | 835 'components.gyp:visitedlink_renderer', |
819 'components.gyp:web_cache_browser', | 836 'components.gyp:web_cache_browser', |
820 'components.gyp:web_modal', | 837 'components.gyp:web_modal', |
821 'components.gyp:web_modal_test_support', | 838 'components.gyp:web_modal_test_support', |
| 839 'webcrypto/webcrypto.gyp:webcrypto', |
| 840 '../third_party/re2/re2.gyp:re2', |
| 841 ], |
| 842 'conditions': [ |
| 843 ['OS=="android"', { |
| 844 'dependencies': [ |
| 845 '../build/android/ndk.gyp:cpu_features', |
| 846 ], |
| 847 }], |
| 848 ['use_openssl==1', { |
| 849 'dependencies': [ |
| 850 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 851 ], |
| 852 }, { |
| 853 'conditions': [ |
| 854 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "andro
id"', { |
| 855 'dependencies': [ |
| 856 '../build/linux/system.gyp:ssl', |
| 857 ], |
| 858 }, { |
| 859 'dependencies': [ |
| 860 '../third_party/nss/nss.gyp:nspr', |
| 861 '../third_party/nss/nss.gyp:nss', |
| 862 ], |
| 863 }], |
| 864 ], |
| 865 }], |
822 ], | 866 ], |
823 }, { # 'OS == "ios"' | 867 }, { # 'OS == "ios"' |
824 'sources': [ | 868 'sources': [ |
825 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', | 869 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', |
826 'webp_transcode/webp_decoder_unittest.mm', | 870 'webp_transcode/webp_decoder_unittest.mm', |
827 'webp_transcode/webp_network_client_unittest.mm', | 871 'webp_transcode/webp_network_client_unittest.mm', |
828 ], | 872 ], |
829 'sources!': [ | 873 'sources!': [ |
830 'metrics/gpu/gpu_metrics_provider_unittest.cc', | 874 'metrics/gpu/gpu_metrics_provider_unittest.cc', |
831 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c
c', | 875 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c
c', |
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1256 ], | 1300 ], |
1257 'variables': { | 1301 'variables': { |
1258 'test_suite_name': 'components_unittests', | 1302 'test_suite_name': 'components_unittests', |
1259 }, | 1303 }, |
1260 'includes': [ '../build/apk_test.gypi' ], | 1304 'includes': [ '../build/apk_test.gypi' ], |
1261 }, | 1305 }, |
1262 ], | 1306 ], |
1263 }], | 1307 }], |
1264 ], | 1308 ], |
1265 } | 1309 } |
OLD | NEW |