| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 83368138e56b343d94f4335e40e6c1509ae11fd2..64d5a00b1612833dd9f36298b2dc0a75c71fec00 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -2635,6 +2635,11 @@
|
| 'browser/safe_browsing/binary_feature_extractor.h',
|
| 'browser/safe_browsing/binary_feature_extractor_posix.cc',
|
| 'browser/safe_browsing/binary_feature_extractor_win.cc',
|
| + 'browser/safe_browsing/binary_integrity_analyzer.cc',
|
| + 'browser/safe_browsing/binary_integrity_analyzer.h',
|
| + 'browser/safe_browsing/binary_integrity_analyzer_win.cc',
|
| + 'browser/safe_browsing/binary_integrity_incident_handlers.cc',
|
| + 'browser/safe_browsing/binary_integrity_incident_handlers.h',
|
| 'browser/safe_browsing/browser_feature_extractor.cc',
|
| 'browser/safe_browsing/browser_feature_extractor.h',
|
| 'browser/safe_browsing/browser_features.cc',
|
|
|