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

Unified Diff: chrome/browser/BUILD.gn

Issue 2926473002: Mac Archive Type Sniffing (Closed)
Patch Set: addressing comments 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..ed9e34228c1ef89ef9cef0e817c077ca7a527848 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2400,6 +2400,12 @@ split_static_library("browser") {
"safe_browsing/v4_test_utils.cc",
"safe_browsing/v4_test_utils.h",
]
+ if (is_mac) {
Robert Sesek 2017/06/13 22:18:56 If you rename the file to archive_type_sniffer_mac
mortonm 2017/06/13 23:45:45 Done.
+ sources += [
+ "safe_browsing/mac_archive_type_sniffer.cc",
+ "safe_browsing/mac_archive_type_sniffer.h",
+ ]
+ }
deps += [ "//components/safe_browsing_db:safe_browsing_db" ]
if (is_win) {
deps += [ "//chrome/browser/safe_browsing/incident_reporting:state_store_data_proto" ]

Powered by Google App Engine
This is Rietveld 408576698