Index: chrome/chrome_browser.gypi |
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi |
index 26c36443d5682633d5bcfc77ee8564447146061e..4dbb037478a563df6c980e1330c34853a9f9cf01 100644 |
--- a/chrome/chrome_browser.gypi |
+++ b/chrome/chrome_browser.gypi |
@@ -2665,6 +2665,8 @@ |
'browser/safe_browsing/incident_report_uploader_impl.h', |
'browser/safe_browsing/last_download_finder.cc', |
'browser/safe_browsing/last_download_finder.h', |
+ 'browser/safe_browsing/module_integrity_verifier.cc', |
+ 'browser/safe_browsing/module_integrity_verifier.h', |
'browser/safe_browsing/path_sanitizer.cc', |
'browser/safe_browsing/path_sanitizer.h', |
'browser/safe_browsing/pe_image_reader_win.cc', |
@@ -2687,8 +2689,6 @@ |
'browser/safe_browsing/sandboxed_zip_analyzer.h', |
'browser/safe_browsing/two_phase_uploader.cc', |
'browser/safe_browsing/two_phase_uploader.h', |
- 'browser/safe_browsing/verifier.cc', |
- 'browser/safe_browsing/verifier.h', |
], |
# ChromeOS-sources not ending in _chromeos (which would be included in |
# other sections and filtered out for non-ChromeOS platforms. |