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

Unified Diff: chrome/chrome_browser.gypi

Issue 845663004: Initial script request detector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use GetLastCommittedURL instead of going through the SiteInstance on the RFH Created 5 years, 10 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
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 9ffd0e8a543ca4ade73b0fa389c4a1ad49a272ad..ef9eeeecc9f8edbe00668bc1c9242c7e4715ef07 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1480,7 +1480,7 @@
'chrome_browser_libsecret_sources': [
'browser/password_manager/native_backend_libsecret.cc',
'browser/password_manager/native_backend_libsecret.h',
- ],
+ ],
'chrome_browser_google_sources': [
'browser/google/chrome_google_url_tracker_client.cc',
'browser/google/chrome_google_url_tracker_client.h',
@@ -2337,6 +2337,10 @@
'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h',
'browser/safe_browsing/incident_reporting/preference_validation_delegate.cc',
'browser/safe_browsing/incident_reporting/preference_validation_delegate.h',
+ 'browser/safe_browsing/incident_reporting/script_request_detector.cc',
+ 'browser/safe_browsing/incident_reporting/script_request_detector.h',
+ 'browser/safe_browsing/incident_reporting/script_request_incident.cc',
+ 'browser/safe_browsing/incident_reporting/script_request_incident.h',
'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc',
'browser/safe_browsing/incident_reporting/tracked_preference_incident.h',
'browser/safe_browsing/incident_reporting/variations_seed_signature_analyzer.cc',
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698