Index: chrome/chrome_browser.gypi |
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi |
index 18579d8dce8bea3b1644d430bedefee4e55829b0..14e99443c482f5708ca61f475bf4dacda56c0e97 100644 |
--- a/chrome/chrome_browser.gypi |
+++ b/chrome/chrome_browser.gypi |
@@ -2472,6 +2472,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', |
@@ -2543,6 +2544,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', |
], |