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

Unified Diff: chrome/chrome_browser.gypi

Issue 406043003: Adding the VerifyModule function (and helpers) to safe browsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 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.

Powered by Google App Engine
This is Rietveld 408576698