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

Unified Diff: chrome/browser/BUILD.gn

Issue 2926473002: Mac Archive Type Sniffing (Closed)
Patch Set: adding signature check file read and removing mods to UDIFParser 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 1c6ccebcdd6f0e7e7c44d870604a6b2cf2a9aeb8..576c7527a9bbb425bc919f1759d27d5b77726ed2 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2404,6 +2404,12 @@ split_static_library("browser") {
if (is_win) {
deps += [ "//chrome/browser/safe_browsing/incident_reporting:state_store_data_proto" ]
}
+ if (is_mac) {
Jialiu Lin 2017/06/13 20:55:38 nit: move this section right after line 2402. sour
mortonm 2017/06/13 22:09:44 Done.
+ 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",

Powered by Google App Engine
This is Rietveld 408576698