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": "109636", | 8 "webkit_revision": "109636", |
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 26 matching lines...) Expand all Loading... |
37 "nacl_toolchain_revision": "7799", | 37 "nacl_toolchain_revision": "7799", |
38 "pnacl_toolchain_revision": "7799", | 38 "pnacl_toolchain_revision": "7799", |
39 | 39 |
40 "libjingle_revision": "119", | 40 "libjingle_revision": "119", |
41 "libphonenumber_revision": "425", | 41 "libphonenumber_revision": "425", |
42 "libvpx_revision": "123809", | 42 "libvpx_revision": "123809", |
43 "lss_revision": "9", | 43 "lss_revision": "9", |
44 | 44 |
45 # These two FFmpeg variables must be updated together. One is used for SVN | 45 # These two FFmpeg variables must be updated together. One is used for SVN |
46 # checkouts and the other for Git checkouts. | 46 # checkouts and the other for Git checkouts. |
47 "ffmpeg_revision": "123524", | 47 "ffmpeg_revision": "124825", |
48 "ffmpeg_hash": "54e485722e10aaa291dcf3e427b44d1ddb985259", | 48 "ffmpeg_hash": "baa5f11e7dc682b2bb5545e9fbf037090b99fff1", |
49 | 49 |
50 "sfntly_revision": "128", | 50 "sfntly_revision": "128", |
51 "skia_revision": "3312", | 51 "skia_revision": "3312", |
52 # Three lines of non-changing comments so that | 52 # Three lines of non-changing comments so that |
53 # the commit queue can handle CLs rolling Skia | 53 # the commit queue can handle CLs rolling Skia |
54 # and V8 without interference from each other. | 54 # and V8 without interference from each other. |
55 "v8_revision": "10875", | 55 "v8_revision": "10875", |
56 "webrtc_revision": "1538", | 56 "webrtc_revision": "1538", |
57 "jsoncpp_revision": "248", | 57 "jsoncpp_revision": "248", |
58 "nss_revision": "123841", | 58 "nss_revision": "123841", |
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
513 "pattern": ".", | 513 "pattern": ".", |
514 "action": ["python", "src/build/util/lastchange.py", | 514 "action": ["python", "src/build/util/lastchange.py", |
515 "-o", "src/build/util/LASTCHANGE"], | 515 "-o", "src/build/util/LASTCHANGE"], |
516 }, | 516 }, |
517 { | 517 { |
518 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 518 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
519 "pattern": ".", | 519 "pattern": ".", |
520 "action": ["python", "src/build/gyp_chromium"], | 520 "action": ["python", "src/build/gyp_chromium"], |
521 }, | 521 }, |
522 ] | 522 ] |
OLD | NEW |