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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 818ef146ba20390999c573639222c2c6f99a5cb0..b0e19c10170dcad4631f995f98f0e863fe3195bf 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -761,14 +761,16 @@
'browser/notifications/notification_permission_context_unittest.cc',
'browser/notifications/platform_notification_service_unittest.cc',
],
- # Used by Full Safe Browsing (safe_browsing==1) and Mobile Safe
- # Browsing (==2) modes.
+ # Used by Full Safe Browsing (safe_browsing==1)
+ # and by Mobile Safe Browsing (==2) modes.
'chrome_unit_tests_shared_safe_browsing_sources': [
'browser/safe_browsing/ping_manager_unittest.cc',
'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
'browser/safe_browsing/threat_details_unittest.cc',
'browser/safe_browsing/ui_manager_unittest.cc',
'common/safe_browsing/file_type_policies_unittest.cc',
+ 'common/safe_browsing/file_type_policies_test_util.cc',
+ 'common/safe_browsing/file_type_policies_test_util.h',
],
'chrome_unit_tests_full_safe_browsing_sources': [
'browser/safe_browsing/browser_feature_extractor_unittest.cc',
« 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