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

Unified Diff: chrome/browser/BUILD.gn

Issue 2926473002: Mac Archive Type Sniffing (Closed)
Patch Set: adding tester for download protection service Created 3 years, 6 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/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index c66a68d13aa3aaec65d92d6d1dd5b20d319592b2..2e35589855fa309a155bf4e77ee8d0b5aa249b73 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2381,6 +2381,12 @@ split_static_library("browser") {
if (is_win) {
deps += [ "//chrome/browser/safe_browsing/incident_reporting:state_store_data_proto" ]
}
+ if (is_mac) {
+ sources += [
+ "safe_browsing/mac_archive_type_sniffer.cc",
+ "safe_browsing/mac_archive_type_sniffer.h",
+ ]
+ }
} else if (safe_browsing_mode == 2) {
sources += [
"loader/safe_browsing_resource_throttle.cc",
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/DEPS » ('j') | chrome/browser/safe_browsing/download_protection_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698