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

Unified Diff: chrome/test/BUILD.gn

Issue 2926473002: Mac Archive Type Sniffing (Closed)
Patch Set: minor edit to comment 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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 1c6e150cdff79ca31158f0a852803fabced1bf9d..f80f0d5e332040ea13702ba937819254b661de78 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4266,6 +4266,7 @@ test("unit_tests") {
"../browser/safe_browsing/local_database_manager_unittest.cc",
"../browser/safe_browsing/local_two_phase_testserver.cc",
"../browser/safe_browsing/local_two_phase_testserver.h",
+ "../browser/safe_browsing/mac_archive_type_sniffer_unittest.cc",
"../browser/safe_browsing/notification_image_reporter_unittest.cc",
"../browser/safe_browsing/path_sanitizer_unittest.cc",
"../browser/safe_browsing/permission_reporter_unittest.cc",
@@ -4917,6 +4918,9 @@ if (safe_browsing_mode == 1 && is_mac) {
"$_output_dir/hfs_plus.img",
"$_output_dir/hfsx_case_sensitive.img",
"$_output_dir/mach_o_in_dmg.dmg",
+ "$_output_dir/mach_o_in_dmg.txt",
+ "$_output_dir/mach_o_in_dmg_no_koly_signature.dmg",
+ "$_output_dir/mach_o_in_dmg_no_koly_signature.txt",
]
args = [
rebase_path(shell_script, root_out_dir),

Powered by Google App Engine
This is Rietveld 408576698