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

Unified Diff: chrome/test/BUILD.gn

Issue 2926473002: Mac Archive Type Sniffing (Closed)
Patch Set: avoiding multiple asynchronous calls in tester for mac 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 8d3adf04fcf7b95cdfd8c9b0e7af43499c903a9b..9b3c5c4c916eb5ac64834e73243565317d21955f 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4275,6 +4275,7 @@ test("unit_tests") {
"../browser/safe_browsing/client_side_detection_host_unittest.cc",
"../browser/safe_browsing/client_side_detection_service_unittest.cc",
"../browser/safe_browsing/client_side_model_loader_unittest.cc",
+ "../browser/safe_browsing/disk_image_type_sniffer_mac_unittest.cc",
"../browser/safe_browsing/download_feedback_service_unittest.cc",
"../browser/safe_browsing/download_feedback_unittest.cc",
"../browser/safe_browsing/download_protection_service_unittest.cc",
@@ -4961,6 +4962,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