Index: chrome/test/data/safe_browsing/download_protection/README |
diff --git a/chrome/test/data/safe_browsing/download_protection/README b/chrome/test/data/safe_browsing/download_protection/README |
index 2c93e70d6c1263360cafbc802dc821f03327fd31..94273968d03f951180fd2a8582d3071bc005b715 100644 |
--- a/chrome/test/data/safe_browsing/download_protection/README |
+++ b/chrome/test/data/safe_browsing/download_protection/README |
@@ -14,3 +14,9 @@ copy unsigned.exe signed.exe |
signtool sign /f test.pfx /p password signed.exe |
wow_helper.exe: Signed Google Chrome binary from an official build. |
+ |
+The various zipfile*.zip files, used by the SandboxedZipAnalyzerTest, were |
+generated with the following commands: |
+- zip zipfile_no_binaries.zip simple_exe.cc |
+- zip zipfile_one_unsigned_binary.zip unsigned.exe |
+- zip zipfile_two_binaries_one_signed.zip unsigned.exe signed.exe |