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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1979153002: Use FileTypePolicies for is_archive and is_supported classifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split_by_platform
Patch Set: Fix comment, per asanka's review Created 4 years, 7 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 | « chrome/chrome_common.gypi ('k') | chrome/common/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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 'browser/notifications/notification_permission_context_unittest.cc', 760 'browser/notifications/notification_permission_context_unittest.cc',
761 'browser/notifications/platform_notification_service_unittest.cc', 761 'browser/notifications/platform_notification_service_unittest.cc',
762 ], 762 ],
763 # Used by Full Safe Browsing (safe_browsing==1) and Mobile Safe 763 # Used by Full Safe Browsing (safe_browsing==1) and Mobile Safe
764 # Browsing (==2) modes. 764 # Browsing (==2) modes.
765 'chrome_unit_tests_shared_safe_browsing_sources': [ 765 'chrome_unit_tests_shared_safe_browsing_sources': [
766 'browser/safe_browsing/ping_manager_unittest.cc', 766 'browser/safe_browsing/ping_manager_unittest.cc',
767 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 767 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
768 'browser/safe_browsing/threat_details_unittest.cc', 768 'browser/safe_browsing/threat_details_unittest.cc',
769 'browser/safe_browsing/ui_manager_unittest.cc', 769 'browser/safe_browsing/ui_manager_unittest.cc',
770 'common/safe_browsing/file_type_policies_unittest.cc',
770 ], 771 ],
771 'chrome_unit_tests_full_safe_browsing_sources': [ 772 'chrome_unit_tests_full_safe_browsing_sources': [
772 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 773 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
773 'browser/safe_browsing/chunk_range_unittest.cc', 774 'browser/safe_browsing/chunk_range_unittest.cc',
774 'browser/safe_browsing/client_side_detection_host_unittest.cc', 775 'browser/safe_browsing/client_side_detection_host_unittest.cc',
775 'browser/safe_browsing/client_side_detection_service_unittest.cc', 776 'browser/safe_browsing/client_side_detection_service_unittest.cc',
776 'browser/safe_browsing/client_side_model_loader_unittest.cc', 777 'browser/safe_browsing/client_side_model_loader_unittest.cc',
777 'browser/safe_browsing/download_feedback_service_unittest.cc', 778 'browser/safe_browsing/download_feedback_service_unittest.cc',
778 'browser/safe_browsing/download_feedback_unittest.cc', 779 'browser/safe_browsing/download_feedback_unittest.cc',
779 'browser/safe_browsing/download_protection_service_unittest.cc', 780 'browser/safe_browsing/download_protection_service_unittest.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc', 815 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc',
815 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc', 816 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc',
816 'browser/safe_browsing/signature_evaluator_mac_unittest.cc', 817 'browser/safe_browsing/signature_evaluator_mac_unittest.cc',
817 'browser/safe_browsing/two_phase_uploader_unittest.cc', 818 'browser/safe_browsing/two_phase_uploader_unittest.cc',
818 'browser/safe_browsing/unverified_download_field_trial_unittest.cc', 819 'browser/safe_browsing/unverified_download_field_trial_unittest.cc',
819 'browser/safe_browsing/unverified_download_policy_unittest.cc', 820 'browser/safe_browsing/unverified_download_policy_unittest.cc',
820 'common/safe_browsing/binary_feature_extractor_mac_unittest.cc', 821 'common/safe_browsing/binary_feature_extractor_mac_unittest.cc',
821 'common/safe_browsing/binary_feature_extractor_unittest.cc', 822 'common/safe_browsing/binary_feature_extractor_unittest.cc',
822 'common/safe_browsing/binary_feature_extractor_win_unittest.cc', 823 'common/safe_browsing/binary_feature_extractor_win_unittest.cc',
823 'common/safe_browsing/download_protection_util_unittest.cc', 824 'common/safe_browsing/download_protection_util_unittest.cc',
824 'common/safe_browsing/file_type_policies_unittest.cc',
825 'common/safe_browsing/ipc_protobuf_message_test_messages.h', 825 'common/safe_browsing/ipc_protobuf_message_test_messages.h',
826 'common/safe_browsing/ipc_protobuf_message_unittest.cc', 826 'common/safe_browsing/ipc_protobuf_message_unittest.cc',
827 'common/safe_browsing/mach_o_image_reader_mac_unittest.cc', 827 'common/safe_browsing/mach_o_image_reader_mac_unittest.cc',
828 'common/safe_browsing/pe_image_reader_win_unittest.cc', 828 'common/safe_browsing/pe_image_reader_win_unittest.cc',
829 'renderer/safe_browsing/features_unittest.cc', 829 'renderer/safe_browsing/features_unittest.cc',
830 'renderer/safe_browsing/murmurhash3_util_unittest.cc', 830 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
831 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 831 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc',
832 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', 832 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc',
833 'renderer/safe_browsing/scorer_unittest.cc', 833 'renderer/safe_browsing/scorer_unittest.cc',
834 'utility/safe_browsing/mac/dmg_test_utils.cc', 834 'utility/safe_browsing/mac/dmg_test_utils.cc',
(...skipping 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2988 'dependencies': [ 2988 'dependencies': [
2989 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2989 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2990 ], 2990 ],
2991 }], 2991 }],
2992 ], 2992 ],
2993 }, 2993 },
2994 ], 2994 ],
2995 }], 2995 }],
2996 ], # 'conditions' 2996 ], # 'conditions'
2997 } 2997 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698