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

Unified Diff: chrome/browser/BUILD.gn

Issue 2926473002: Mac Archive Type Sniffing (Closed)
Patch Set: changing name of tester 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..36a0f57b1db5bd9363ac870e4643fdd7b1235190 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/14 15:11:43 You can drop this and just include it in the sourc
mortonm 2017/06/14 17:13:15 Done.
+ sources += [
+ "safe_browsing/disk_image_type_sniffer_mac.cc",
vakh (use Gerrit instead) 2017/06/14 00:53:07 Optional but recommended: Add a target for disk_im
mortonm 2017/06/14 17:13:15 Ok, sounds good. I'm not too familiar with the sem
+ "safe_browsing/disk_image_type_sniffer_mac.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