| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 072c07d013e280bc366113ccf30928bce49b5045..8e22cf2983ab19efde10b93e418dc435361e03f1 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -2474,6 +2474,7 @@
|
| 'browser/safe_browsing/download_protection_service.h',
|
| '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_mac.cc',
|
| 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc',
|
| 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc',
|
| 'browser/safe_browsing/incident_reporting/binary_integrity_incident.h',
|
| @@ -2508,6 +2509,8 @@
|
| '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/osx_binary_integrity_incident.cc',
|
| + 'browser/safe_browsing/incident_reporting/osx_binary_integrity_incident.h',
|
| 'browser/safe_browsing/incident_reporting/platform_state_store.cc',
|
| 'browser/safe_browsing/incident_reporting/platform_state_store.h',
|
| 'browser/safe_browsing/incident_reporting/platform_state_store_win.cc',
|
| @@ -2545,6 +2548,8 @@
|
| 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.h',
|
| 'browser/safe_browsing/sandboxed_zip_analyzer.cc',
|
| 'browser/safe_browsing/sandboxed_zip_analyzer.h',
|
| + 'browser/safe_browsing/signature_evaluator_mac.h',
|
| + 'browser/safe_browsing/signature_evaluator_mac.mm',
|
| 'browser/safe_browsing/two_phase_uploader.cc',
|
| 'browser/safe_browsing/two_phase_uploader.h',
|
| ],
|
|
|