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": "116393", | 8 "webkit_revision": "116393", |
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 23 matching lines...) Expand all Loading... |
34 "b84b0555f40275e4acbfd03c363d775456067c51", | 34 "b84b0555f40275e4acbfd03c363d775456067c51", |
35 "nacl_toolchain_pnacl_win_x86_32_hash": | 35 "nacl_toolchain_pnacl_win_x86_32_hash": |
36 "437345b37b2b96260378183ec957c74e4486582c", | 36 "437345b37b2b96260378183ec957c74e4486582c", |
37 "nacl_toolchain_win_x86_hash": | 37 "nacl_toolchain_win_x86_hash": |
38 "62129ef40364f8522ca96c4f5652b663a21553a6", | 38 "62129ef40364f8522ca96c4f5652b663a21553a6", |
39 "nacl_toolchain_win_x86_newlib_hash": | 39 "nacl_toolchain_win_x86_newlib_hash": |
40 "9b1e32b75b6c855cee81027a4d92a6678d41c4bb", | 40 "9b1e32b75b6c855cee81027a4d92a6678d41c4bb", |
41 "nacl_toolchain_revision": "8428", | 41 "nacl_toolchain_revision": "8428", |
42 "pnacl_toolchain_revision": "8428", | 42 "pnacl_toolchain_revision": "8428", |
43 | 43 |
44 "libjingle_revision": "136", | 44 "libjingle_revision": "139", |
45 "libphonenumber_revision": "425", | 45 "libphonenumber_revision": "425", |
46 "libvpx_revision": "134182", | 46 "libvpx_revision": "134182", |
47 "lss_revision": "9", | 47 "lss_revision": "9", |
48 | 48 |
49 # These two FFmpeg variables must be updated together. One is used for SVN | 49 # These two FFmpeg variables must be updated together. One is used for SVN |
50 # checkouts and the other for Git checkouts. | 50 # checkouts and the other for Git checkouts. |
51 "ffmpeg_revision": "135548", | 51 "ffmpeg_revision": "135548", |
52 "ffmpeg_hash": "a58fe277c016ec842a82a269e7162fb1e8135ca1", | 52 "ffmpeg_hash": "a58fe277c016ec842a82a269e7162fb1e8135ca1", |
53 | 53 |
54 "sfntly_revision": "128", | 54 "sfntly_revision": "128", |
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
533 "pattern": ".", | 533 "pattern": ".", |
534 "action": ["python", "src/build/util/lastchange.py", | 534 "action": ["python", "src/build/util/lastchange.py", |
535 "-o", "src/build/util/LASTCHANGE"], | 535 "-o", "src/build/util/LASTCHANGE"], |
536 }, | 536 }, |
537 { | 537 { |
538 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 538 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
539 "pattern": ".", | 539 "pattern": ".", |
540 "action": ["python", "src/build/gyp_chromium"], | 540 "action": ["python", "src/build/gyp_chromium"], |
541 }, | 541 }, |
542 ] | 542 ] |
OLD | NEW |