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

Unified Diff: chrome/test/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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 39be940310283fbc3e5ba66fbc9963aeb1f35afa..95cafb4059300ad6cf9d53d24393ac7902a3e389 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4283,6 +4283,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",
@@ -4934,6 +4935,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