| 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": "113522", | 8 "webkit_revision": "113522", |
| 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 21 matching lines...) Expand all Loading... |
| 32 "e368da00aa7fd5f1958f8e817c8928df7da70bee", | 32 "e368da00aa7fd5f1958f8e817c8928df7da70bee", |
| 33 "nacl_toolchain_pnacl_translator_hash": | 33 "nacl_toolchain_pnacl_translator_hash": |
| 34 "f9e28462709580ad7333d65c65dc56e40ed8752b", | 34 "f9e28462709580ad7333d65c65dc56e40ed8752b", |
| 35 "nacl_toolchain_win_x86_hash": | 35 "nacl_toolchain_win_x86_hash": |
| 36 "253e3ed5fc292205d1953f78c52a72e1d42b9a18", | 36 "253e3ed5fc292205d1953f78c52a72e1d42b9a18", |
| 37 "nacl_toolchain_win_x86_newlib_hash": | 37 "nacl_toolchain_win_x86_newlib_hash": |
| 38 "6ed8ac51f53cb15328165ff1143d9611c40fc5d8", | 38 "6ed8ac51f53cb15328165ff1143d9611c40fc5d8", |
| 39 "nacl_toolchain_revision": "8097", | 39 "nacl_toolchain_revision": "8097", |
| 40 "pnacl_toolchain_revision": "8097", | 40 "pnacl_toolchain_revision": "8097", |
| 41 | 41 |
| 42 "libjingle_revision": "128", | 42 "libjingle_revision": "132", |
| 43 "libphonenumber_revision": "425", | 43 "libphonenumber_revision": "425", |
| 44 "libvpx_revision": "125647", | 44 "libvpx_revision": "125647", |
| 45 "lss_revision": "9", | 45 "lss_revision": "9", |
| 46 | 46 |
| 47 # These two FFmpeg variables must be updated together. One is used for SVN | 47 # These two FFmpeg variables must be updated together. One is used for SVN |
| 48 # checkouts and the other for Git checkouts. | 48 # checkouts and the other for Git checkouts. |
| 49 "ffmpeg_revision": "130811", | 49 "ffmpeg_revision": "130811", |
| 50 "ffmpeg_hash": "bca931a3804e215f954de27bbef34cf15c576e92", | 50 "ffmpeg_hash": "bca931a3804e215f954de27bbef34cf15c576e92", |
| 51 | 51 |
| 52 "sfntly_revision": "128", | 52 "sfntly_revision": "128", |
| (...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 "pattern": ".", | 523 "pattern": ".", |
| 524 "action": ["python", "src/build/util/lastchange.py", | 524 "action": ["python", "src/build/util/lastchange.py", |
| 525 "-o", "src/build/util/LASTCHANGE"], | 525 "-o", "src/build/util/LASTCHANGE"], |
| 526 }, | 526 }, |
| 527 { | 527 { |
| 528 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 528 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 529 "pattern": ".", | 529 "pattern": ".", |
| 530 "action": ["python", "src/build/gyp_chromium"], | 530 "action": ["python", "src/build/gyp_chromium"], |
| 531 }, | 531 }, |
| 532 ] | 532 ] |
| OLD | NEW |