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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2072933002: Add sampling of unknown filetypes in download protection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add int values for histograms to ensure they match Created 4 years, 6 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
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 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', 754 'browser/speech/extension_api/extension_manifests_tts_unittest.cc',
755 'browser/speech/tts_controller_unittest.cc', 755 'browser/speech/tts_controller_unittest.cc',
756 ], 756 ],
757 'chrome_unit_tests_notifications_sources': [ 757 'chrome_unit_tests_notifications_sources': [
758 'browser/notifications/desktop_notification_profile_util_unittest.cc', 758 'browser/notifications/desktop_notification_profile_util_unittest.cc',
759 'browser/notifications/message_center_notifications_unittest.cc', 759 'browser/notifications/message_center_notifications_unittest.cc',
760 'browser/notifications/message_center_settings_controller_unittest.cc', 760 'browser/notifications/message_center_settings_controller_unittest.cc',
761 'browser/notifications/notification_permission_context_unittest.cc', 761 'browser/notifications/notification_permission_context_unittest.cc',
762 'browser/notifications/platform_notification_service_unittest.cc', 762 'browser/notifications/platform_notification_service_unittest.cc',
763 ], 763 ],
764 # Used by Full Safe Browsing (safe_browsing==1) and Mobile Safe 764 # Used by Full Safe Browsing (safe_browsing==1)
765 # Browsing (==2) modes. 765 # and by Mobile Safe Browsing (==2) modes.
766 'chrome_unit_tests_shared_safe_browsing_sources': [ 766 'chrome_unit_tests_shared_safe_browsing_sources': [
767 'browser/safe_browsing/ping_manager_unittest.cc', 767 'browser/safe_browsing/ping_manager_unittest.cc',
768 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 768 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
769 'browser/safe_browsing/threat_details_unittest.cc', 769 'browser/safe_browsing/threat_details_unittest.cc',
770 'browser/safe_browsing/ui_manager_unittest.cc', 770 'browser/safe_browsing/ui_manager_unittest.cc',
771 'common/safe_browsing/file_type_policies_unittest.cc', 771 'common/safe_browsing/file_type_policies_unittest.cc',
772 'common/safe_browsing/file_type_policies_test_util.cc',
773 'common/safe_browsing/file_type_policies_test_util.h',
772 ], 774 ],
773 'chrome_unit_tests_full_safe_browsing_sources': [ 775 'chrome_unit_tests_full_safe_browsing_sources': [
774 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 776 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
775 'browser/safe_browsing/chunk_range_unittest.cc', 777 'browser/safe_browsing/chunk_range_unittest.cc',
776 'browser/safe_browsing/client_side_detection_host_unittest.cc', 778 'browser/safe_browsing/client_side_detection_host_unittest.cc',
777 'browser/safe_browsing/client_side_detection_service_unittest.cc', 779 'browser/safe_browsing/client_side_detection_service_unittest.cc',
778 'browser/safe_browsing/client_side_model_loader_unittest.cc', 780 'browser/safe_browsing/client_side_model_loader_unittest.cc',
779 'browser/safe_browsing/download_feedback_service_unittest.cc', 781 'browser/safe_browsing/download_feedback_service_unittest.cc',
780 'browser/safe_browsing/download_feedback_unittest.cc', 782 'browser/safe_browsing/download_feedback_unittest.cc',
781 'browser/safe_browsing/download_protection_service_unittest.cc', 783 'browser/safe_browsing/download_protection_service_unittest.cc',
(...skipping 2233 matching lines...) Expand 10 before | Expand all | Expand 10 after
3015 'dependencies': [ 3017 'dependencies': [
3016 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3018 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3017 ], 3019 ],
3018 }], 3020 }],
3019 ], 3021 ],
3020 }, 3022 },
3021 ], 3023 ],
3022 }], 3024 }],
3023 ], # 'conditions' 3025 ], # 'conditions'
3024 } 3026 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc ('k') | chrome/common/safe_browsing/csd.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698