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

Unified Diff: chrome/test/data/safe_browsing/mach_o/Makefile

Issue 2961373002: Improve Zip File Scanning on Mac (Closed)
Patch Set: removing check for .app on windows Created 3 years, 5 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/data/safe_browsing/mach_o/Makefile
diff --git a/chrome/test/data/safe_browsing/mach_o/Makefile b/chrome/test/data/safe_browsing/mach_o/Makefile
index d0a749849a934d6a40ff5ac76496fb09ad23cc95..10204eacbf614e6fb7ab58b447e616ba3a0bc51f 100644
--- a/chrome/test/data/safe_browsing/mach_o/Makefile
+++ b/chrome/test/data/safe_browsing/mach_o/Makefile
@@ -65,6 +65,12 @@ signed-archive.dmg: test-bundle.app codesign.crt
codesign -s $(KEYCHAIN_IDENTITY) $@
$(call post-build)
+zipped-app-with-executable.zip: executablefat
+ ditto base-bundle.app app-with-executable.app
+ ditto $< app-with-executable.app/Contents/MacOS/
+ zip -r $@ app-with-executable.app
+ rm -r app-with-executable.app
+
.PHONY: test-bundle.app
test-bundle.app: signedexecutablefat libsigned64.dylib executable32
$(call pre-build)

Powered by Google App Engine
This is Rietveld 408576698