OLD | NEW |
1 vars = { | 1 vars = { |
2 # Use this googlecode_url variable only if there is an internal mirror for it. | 2 # Use this googlecode_url variable only if there is an internal mirror for it. |
3 # If you do not know, use the full path while defining your new deps entry. | 3 # If you do not know, use the full path while defining your new deps entry. |
4 "googlecode_url": "http://%s.googlecode.com/svn", | 4 "googlecode_url": "http://%s.googlecode.com/svn", |
5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", | 5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", |
6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", | 6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
7 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 7 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
8 "webkit_revision": "106344", | 8 "webkit_revision": "106344", |
9 "chromium_git": "http://git.chromium.org/git", | 9 "chromium_git": "http://git.chromium.org/git", |
10 "swig_revision": "69281", | 10 "swig_revision": "69281", |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 "src/third_party/libsrtp": | 256 "src/third_party/libsrtp": |
257 "/trunk/deps/third_party/libsrtp@119742", | 257 "/trunk/deps/third_party/libsrtp@119742", |
258 | 258 |
259 "src/third_party/speex": | 259 "src/third_party/speex": |
260 "/trunk/deps/third_party/speex@111570", | 260 "/trunk/deps/third_party/speex@111570", |
261 | 261 |
262 "src/third_party/yasm/source/patched-yasm": | 262 "src/third_party/yasm/source/patched-yasm": |
263 "/trunk/deps/third_party/yasm/patched-yasm@73761", | 263 "/trunk/deps/third_party/yasm/patched-yasm@73761", |
264 | 264 |
265 "src/third_party/libjpeg_turbo": | 265 "src/third_party/libjpeg_turbo": |
266 "/trunk/deps/third_party/libjpeg_turbo@119895", | 266 "/trunk/deps/third_party/libjpeg_turbo@119959", |
267 | 267 |
268 "src/third_party/flac": | 268 "src/third_party/flac": |
269 "/trunk/deps/third_party/flac@119964", | 269 "/trunk/deps/third_party/flac@119964", |
270 | 270 |
271 "src/third_party/pyftpdlib/src": | 271 "src/third_party/pyftpdlib/src": |
272 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", | 272 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", |
273 | 273 |
274 # Needed to support nacl browser test jig. | 274 # Needed to support nacl browser test jig. |
275 "src/third_party/pylib": | 275 "src/third_party/pylib": |
276 Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"), | 276 Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"), |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 "pattern": ".", | 489 "pattern": ".", |
490 "action": ["python", "src/build/util/lastchange.py", | 490 "action": ["python", "src/build/util/lastchange.py", |
491 "-o", "src/build/util/LASTCHANGE"], | 491 "-o", "src/build/util/LASTCHANGE"], |
492 }, | 492 }, |
493 { | 493 { |
494 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 494 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
495 "pattern": ".", | 495 "pattern": ".", |
496 "action": ["python", "src/build/gyp_chromium"], | 496 "action": ["python", "src/build/gyp_chromium"], |
497 }, | 497 }, |
498 ] | 498 ] |
OLD | NEW |