Checking in checkbin.py, a tool to make sure our Windows binaries were built correctly.
It looks for binaries built with /NXCOMPAT and /DYNAMICBASE, two important security features for Windows binaries.
BUG=25952
TEST=try running it on the output of /src/chrome/Debug
Review URL: http://codereview.chromium.org/338052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30304 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index 04f07c2c..958461897 100644
--- a/DEPS
+++ b/DEPS
@@ -115,6 +115,10 @@
"/trunk/deps/third_party/xulrunner-sdk@17887",
"src/chrome_frame/tools/test/reference_build/chrome":
"/trunk/deps/reference_builds/chrome_frame@27181",
+
+ # Parses Windows PE/COFF executable format.
+ "src/third_party/pefile":
+ "http://pefile.googlecode.com/svn/trunk@63",
},
"mac": {
"src/third_party/GTM":