OLD | NEW |
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": "62028", | 4 "webkit_revision": "61996", |
5 "ffmpeg_revision": "49485", | 5 "ffmpeg_revision": "49485", |
6 "skia_revision": "583", | 6 "skia_revision": "583", |
7 "chromium_git": "http://src.chromium.org/git", | 7 "chromium_git": "http://src.chromium.org/git", |
8 "swig_revision": "40423", | 8 "swig_revision": "40423", |
9 "nacl_revision": "2555", | 9 "nacl_revision": "2555", |
10 "libvpx_revision": "47941", | 10 "libvpx_revision": "47941", |
11 "libjingle_revision": "21", | 11 "libjingle_revision": "21", |
12 } | 12 } |
13 | 13 |
14 deps = { | 14 deps = { |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 "src/third_party/lighttpd": | 180 "src/third_party/lighttpd": |
181 "/trunk/deps/third_party/lighttpd@33727", | 181 "/trunk/deps/third_party/lighttpd@33727", |
182 | 182 |
183 "src/third_party/ffmpeg/binaries/chromium/win/ia32": | 183 "src/third_party/ffmpeg/binaries/chromium/win/ia32": |
184 "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"), | 184 "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"), |
185 | 185 |
186 # Chrome Frame related deps | 186 # Chrome Frame related deps |
187 "src/third_party/xulrunner-sdk": | 187 "src/third_party/xulrunner-sdk": |
188 "/trunk/deps/third_party/xulrunner-sdk@17887", | 188 "/trunk/deps/third_party/xulrunner-sdk@17887", |
189 "src/chrome_frame/tools/test/reference_build/chrome": | 189 "src/chrome_frame/tools/test/reference_build/chrome": |
190 "/trunk/deps/reference_builds/chrome_frame@33840", | 190 "/trunk/deps/reference_builds/chrome@41984", |
191 | 191 |
192 # Parses Windows PE/COFF executable format. | 192 # Parses Windows PE/COFF executable format. |
193 "src/third_party/pefile": | 193 "src/third_party/pefile": |
194 "http://pefile.googlecode.com/svn/trunk@63", | 194 "http://pefile.googlecode.com/svn/trunk@63", |
195 | 195 |
196 # NSS, for SSLClientSocketNSS. | 196 # NSS, for SSLClientSocketNSS. |
197 "src/third_party/nss": | 197 "src/third_party/nss": |
198 "/trunk/deps/third_party/nss@48440", | 198 "/trunk/deps/third_party/nss@48440", |
199 | 199 |
200 "src/third_party/swig/win": | 200 "src/third_party/swig/win": |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 }, | 292 }, |
293 { | 293 { |
294 # Workaround XCode dependecies problem. | 294 # Workaround XCode dependecies problem. |
295 # TODO(bradnelson): remove this when fixed. | 295 # TODO(bradnelson): remove this when fixed. |
296 "pattern": ".", | 296 "pattern": ".", |
297 "action": ["python", | 297 "action": ["python", |
298 "src/build/mac/clobber_generated_headers.py"], | 298 "src/build/mac/clobber_generated_headers.py"], |
299 }, | 299 }, |
300 ] | 300 ] |
301 | 301 |
OLD | NEW |