OLD | NEW |
1 # When adding a new dependency, please update the top-level .gitignore file | 1 # When adding a new dependency, please update the top-level .gitignore file |
2 # to list the dependency's destination directory. | 2 # to list the dependency's destination directory. |
3 | 3 |
4 vars = { | 4 vars = { |
5 # Use this googlecode_url variable only if there is an internal mirror for it. | 5 # Use this googlecode_url variable only if there is an internal mirror for it. |
6 # If you do not know, use the full path while defining your new deps entry. | 6 # If you do not know, use the full path while defining your new deps entry. |
7 "googlecode_url": "http://%s.googlecode.com/svn", | 7 "googlecode_url": "http://%s.googlecode.com/svn", |
8 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", | 8 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", |
9 "webkit_trunk": "http://src.chromium.org/blink/trunk", | 9 "webkit_trunk": "http://src.chromium.org/blink/trunk", |
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
(...skipping 10 matching lines...) Expand all Loading... |
21 "libphonenumber_revision": "584", | 21 "libphonenumber_revision": "584", |
22 "libvpx_revision": "212364", | 22 "libvpx_revision": "212364", |
23 "lss_revision": "20", | 23 "lss_revision": "20", |
24 | 24 |
25 # These two FFmpeg variables must be updated together. One is used for SVN | 25 # These two FFmpeg variables must be updated together. One is used for SVN |
26 # checkouts and the other for Git checkouts. | 26 # checkouts and the other for Git checkouts. |
27 "ffmpeg_revision": "214392", | 27 "ffmpeg_revision": "214392", |
28 "ffmpeg_hash": "894e6f715645528e815aee2dad45b59704238dcd", | 28 "ffmpeg_hash": "894e6f715645528e815aee2dad45b59704238dcd", |
29 | 29 |
30 "sfntly_revision": "134", | 30 "sfntly_revision": "134", |
31 "skia_revision": "10524", | 31 "skia_revision": "10553", |
32 # Three lines of non-changing comments so that | 32 # Three lines of non-changing comments so that |
33 # the commit queue can handle CLs rolling Skia | 33 # the commit queue can handle CLs rolling Skia |
34 # and V8 without interference from each other. | 34 # and V8 without interference from each other. |
35 "v8_revision": "16053", | 35 "v8_revision": "16053", |
36 # Three lines of non-changing comments so that | 36 # Three lines of non-changing comments so that |
37 # the commit queue can handle CLs rolling WebRTC | 37 # the commit queue can handle CLs rolling WebRTC |
38 # and V8 without interference from each other. | 38 # and V8 without interference from each other. |
39 "webrtc_revision": "4462", | 39 "webrtc_revision": "4462", |
40 "jsoncpp_revision": "248", | 40 "jsoncpp_revision": "248", |
41 "nss_revision": "209026", | 41 "nss_revision": "209026", |
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
618 "pattern": ".", | 618 "pattern": ".", |
619 "action": ["python", "src/build/gyp_chromium"], | 619 "action": ["python", "src/build/gyp_chromium"], |
620 }, | 620 }, |
621 { | 621 { |
622 # Check for landmines (reasons to clobber the build). | 622 # Check for landmines (reasons to clobber the build). |
623 "name": "landmines", | 623 "name": "landmines", |
624 "pattern": ".", | 624 "pattern": ".", |
625 "action": ["python", "src/build/landmines.py"], | 625 "action": ["python", "src/build/landmines.py"], |
626 }, | 626 }, |
627 ] | 627 ] |
OLD | NEW |