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

Unified Diff: chrome/chrome_browser.gypi

Issue 516663002: Introducing the OffDomainInclusionDetector to analyze resource requests for suspicious activity. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Base analysis off of second-level domain only. Created 6 years, 4 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 f7ab1dd7b3700ced1c03ebbe0b1bbe3209e6fd76..a95a40bc96fb89ffaee182aebdc08fb134f0fa8f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2638,6 +2638,8 @@
'browser/safe_browsing/incident_reporting/preference_validation_delegate.h',
'browser/safe_browsing/incident_reporting/tracked_preference_incident_handlers.cc',
'browser/safe_browsing/incident_reporting/tracked_preference_incident_handlers.h',
+ 'browser/safe_browsing/off_domain_inclusion_detector.cc',
+ 'browser/safe_browsing/off_domain_inclusion_detector.h',
mattm 2014/09/09 21:20:16 Should this go in incident_reporting dir?
gab 2014/11/12 20:49:35 Ah good point, makes sense to me, I overlooked thi
'browser/safe_browsing/path_sanitizer.cc',
'browser/safe_browsing/path_sanitizer.h',
'browser/safe_browsing/pe_image_reader_win.cc',

Powered by Google App Engine
This is Rietveld 408576698