Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Side by Side Diff: DEPS

Issue 10666049: Revert 144160 - roll skia to 4332 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", 8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "libphonenumber_revision": "456", 48 "libphonenumber_revision": "456",
49 "libvpx_revision": "134182", 49 "libvpx_revision": "134182",
50 "lss_revision": "11", 50 "lss_revision": "11",
51 51
52 # These two FFmpeg variables must be updated together. One is used for SVN 52 # These two FFmpeg variables must be updated together. One is used for SVN
53 # checkouts and the other for Git checkouts. 53 # checkouts and the other for Git checkouts.
54 "ffmpeg_revision": "142289", 54 "ffmpeg_revision": "142289",
55 "ffmpeg_hash": "23f177366e3bce3a628a7d3feedceed4e18dcc04", 55 "ffmpeg_hash": "23f177366e3bce3a628a7d3feedceed4e18dcc04",
56 56
57 "sfntly_revision": "128", 57 "sfntly_revision": "128",
58 "skia_revision": "4332", 58 "skia_revision": "4303",
59 # Three lines of non-changing comments so that 59 # Three lines of non-changing comments so that
60 # the commit queue can handle CLs rolling Skia 60 # the commit queue can handle CLs rolling Skia
61 # and V8 without interference from each other. 61 # and V8 without interference from each other.
62 "v8_revision": "11918", 62 "v8_revision": "11918",
63 "webrtc_revision": "2406", 63 "webrtc_revision": "2406",
64 "jsoncpp_revision": "248", 64 "jsoncpp_revision": "248",
65 "nss_revision": "144018", 65 "nss_revision": "144018",
66 } 66 }
67 67
68 deps = { 68 deps = {
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 "pattern": ".", 543 "pattern": ".",
544 "action": ["python", "src/build/util/lastchange.py", 544 "action": ["python", "src/build/util/lastchange.py",
545 "-o", "src/build/util/LASTCHANGE"], 545 "-o", "src/build/util/LASTCHANGE"],
546 }, 546 },
547 { 547 {
548 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 548 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
549 "pattern": ".", 549 "pattern": ".",
550 "action": ["python", "src/build/gyp_chromium"], 550 "action": ["python", "src/build/gyp_chromium"],
551 }, 551 },
552 ] 552 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698