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

Unified Diff: DEPS

Issue 338052: Checking in checkbin.py, a tool to make sure our Windows binaries were built correctly. (Closed)
Patch Set: sh file Created 11 years, 2 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
« no previous file with comments | « no previous file | tools/checkbin/checkbin.bat » ('j') | tools/checkbin/checkbin.bat » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 6e93406233b25dc290cd11a27e4baea0db7ece04..59b6bee00b25b4dfbb70578386684a0e01c9dc01 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":
« no previous file with comments | « no previous file | tools/checkbin/checkbin.bat » ('j') | tools/checkbin/checkbin.bat » ('J')

Powered by Google App Engine
This is Rietveld 408576698