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

Unified Diff: chrome/chrome_browser.gypi

Issue 856543004: Replace incident type handlers with implementations of Incident. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: robertshield comments Created 5 years, 11 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_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index ec1743752902cc609bfb879cc43cddff32f65e4a..52077408f3b985798b545c953c0affba7f445be4 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2297,13 +2297,13 @@
'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc',
'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h',
'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc',
- 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handlers.cc',
- 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handlers.h',
+ 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc',
+ 'browser/safe_browsing/incident_reporting/binary_integrity_incident.h',
'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc',
'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h',
'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc',
- 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers.cc',
- 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers.h',
+ 'browser/safe_browsing/incident_reporting/blacklist_load_incident.cc',
+ 'browser/safe_browsing/incident_reporting/blacklist_load_incident.h',
'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h',
'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc',
'browser/safe_browsing/incident_reporting/delayed_callback_runner.h',
@@ -2313,6 +2313,8 @@
'browser/safe_browsing/incident_reporting/environment_data_collection.h',
'browser/safe_browsing/incident_reporting/environment_data_collection_win.cc',
'browser/safe_browsing/incident_reporting/environment_data_collection_win.h',
+ 'browser/safe_browsing/incident_reporting/incident.cc',
+ 'browser/safe_browsing/incident_reporting/incident.h',
'browser/safe_browsing/incident_reporting/incident_handler_util.cc',
'browser/safe_browsing/incident_reporting/incident_handler_util.h',
'browser/safe_browsing/incident_reporting/incident_report_uploader.cc',
@@ -2327,18 +2329,18 @@
'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h',
'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc',
'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h',
- 'browser/safe_browsing/incident_reporting/omnibox_incident_handlers.cc',
- 'browser/safe_browsing/incident_reporting/omnibox_incident_handlers.h',
+ 'browser/safe_browsing/incident_reporting/omnibox_interaction_incident.cc',
+ 'browser/safe_browsing/incident_reporting/omnibox_interaction_incident.h',
'browser/safe_browsing/incident_reporting/omnibox_watcher.cc',
'browser/safe_browsing/incident_reporting/omnibox_watcher.h',
'browser/safe_browsing/incident_reporting/preference_validation_delegate.cc',
'browser/safe_browsing/incident_reporting/preference_validation_delegate.h',
- 'browser/safe_browsing/incident_reporting/tracked_preference_incident_handlers.cc',
- 'browser/safe_browsing/incident_reporting/tracked_preference_incident_handlers.h',
+ 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc',
+ 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h',
'browser/safe_browsing/incident_reporting/variations_seed_signature_analyzer.cc',
'browser/safe_browsing/incident_reporting/variations_seed_signature_analyzer.h',
- 'browser/safe_browsing/incident_reporting/variations_seed_signature_incident_handlers.cc',
- 'browser/safe_browsing/incident_reporting/variations_seed_signature_incident_handlers.h',
+ 'browser/safe_browsing/incident_reporting/variations_seed_signature_incident.cc',
+ 'browser/safe_browsing/incident_reporting/variations_seed_signature_incident.h',
'browser/safe_browsing/path_sanitizer.cc',
'browser/safe_browsing/path_sanitizer.h',
'browser/safe_browsing/pe_image_reader_win.cc',

Powered by Google App Engine
This is Rietveld 408576698