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

Unified Diff: chrome/chrome_browser.gypi

Issue 1363613004: Implement anonymous, opt-in, collection of OS X binary integrity incidents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test checkperms changs Created 5 years, 2 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 18579d8dce8bea3b1644d430bedefee4e55829b0..14e99443c482f5708ca61f475bf4dacda56c0e97 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2472,6 +2472,7 @@
'browser/safe_browsing/download_protection_service.h',
'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc',
'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h',
+ 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_mac.cc',
'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc',
'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc',
'browser/safe_browsing/incident_reporting/binary_integrity_incident.h',
@@ -2543,6 +2544,8 @@
'browser/safe_browsing/sandboxed_dmg_analyzer_mac.h',
'browser/safe_browsing/sandboxed_zip_analyzer.cc',
'browser/safe_browsing/sandboxed_zip_analyzer.h',
+ 'browser/safe_browsing/signature_evaluator_mac.h',
+ 'browser/safe_browsing/signature_evaluator_mac.mm',
'browser/safe_browsing/two_phase_uploader.cc',
'browser/safe_browsing/two_phase_uploader.h',
],

Powered by Google App Engine
This is Rietveld 408576698