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

Side by Side 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, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/checkbin/checkbin.bat » ('j') | tools/checkbin/checkbin.bat » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 vars = { 1 vars = {
2 "webkit_trunk": 2 "webkit_trunk":
3 "http://svn.webkit.org/repository/webkit/trunk", 3 "http://svn.webkit.org/repository/webkit/trunk",
4 "webkit_revision": "50101", 4 "webkit_revision": "50101",
5 "ffmpeg_revision": "28488", 5 "ffmpeg_revision": "28488",
6 } 6 }
7 7
8 deps = { 8 deps = {
9 "src/breakpad/src": 9 "src/breakpad/src":
10 "http://google-breakpad.googlecode.com/svn/trunk/src@417", 10 "http://google-breakpad.googlecode.com/svn/trunk/src@417",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "/trunk/deps/third_party/python_24@22967", 108 "/trunk/deps/third_party/python_24@22967",
109 109
110 "src/third_party/ffmpeg/binaries/chromium/win/ia32": 110 "src/third_party/ffmpeg/binaries/chromium/win/ia32":
111 "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"), 111 "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"),
112 112
113 # Chrome Frame related deps 113 # Chrome Frame related deps
114 "src/third_party/xulrunner-sdk": 114 "src/third_party/xulrunner-sdk":
115 "/trunk/deps/third_party/xulrunner-sdk@17887", 115 "/trunk/deps/third_party/xulrunner-sdk@17887",
116 "src/chrome_frame/tools/test/reference_build/chrome": 116 "src/chrome_frame/tools/test/reference_build/chrome":
117 "/trunk/deps/reference_builds/chrome_frame@27181", 117 "/trunk/deps/reference_builds/chrome_frame@27181",
118
119 # Parses Windows PE/COFF executable format.
120 "src/third_party/pefile":
121 "http://pefile.googlecode.com/svn/trunk@63",
118 }, 122 },
119 "mac": { 123 "mac": {
120 "src/third_party/GTM": 124 "src/third_party/GTM":
121 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@230", 125 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@230",
122 "src/third_party/pdfsqueeze": 126 "src/third_party/pdfsqueeze":
123 "http://pdfsqueeze.googlecode.com/svn/trunk@2", 127 "http://pdfsqueeze.googlecode.com/svn/trunk@2",
124 "src/third_party/WebKit/WebKit/mac": 128 "src/third_party/WebKit/WebKit/mac":
125 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), 129 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"),
126 "src/third_party/WebKit/WebKitLibraries": 130 "src/third_party/WebKit/WebKitLibraries":
127 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), 131 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 "$matching_files"], 204 "$matching_files"],
201 }, 205 },
202 { 206 {
203 # Workaround XCode dependecies problem. 207 # Workaround XCode dependecies problem.
204 # TODO(bradnelson): remove this when fixed. 208 # TODO(bradnelson): remove this when fixed.
205 "pattern": ".", 209 "pattern": ".",
206 "action": ["python", 210 "action": ["python",
207 "src/build/mac/clobber_generated_headers.py"], 211 "src/build/mac/clobber_generated_headers.py"],
208 }, 212 },
209 ] 213 ]
OLDNEW
« 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