| 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)
|
|
|