summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-28 01:21:48 +0000
committerscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-28 01:21:48 +0000
commit357703192ce824cb359d7e405cf2f1caf4c90211 (patch)
tree2c277c2f04265c50d5478d225904bf10db6314f8 /DEPS
parent0b301b10d81019a30d7e53a3ee91a1ba9a642e25 (diff)
downloadchromium_src-357703192ce824cb359d7e405cf2f1caf4c90211.zip
chromium_src-357703192ce824cb359d7e405cf2f1caf4c90211.tar.gz
chromium_src-357703192ce824cb359d7e405cf2f1caf4c90211.tar.bz2
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
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 04f07c2..9584618 100644
--- a/DEPS
+++ b/DEPS
@@ -115,6 +115,10 @@ deps_os = {
"/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":