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

Side by Side Diff: DEPS

Issue 10533109: Roll Skia DEPS to 4234 (inc changes to skia.gyp) (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 | skia/skia.gyp » ('j') | 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": "9", 50 "lss_revision": "9",
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": "141467", 54 "ffmpeg_revision": "141467",
55 "ffmpeg_hash": "425c0ec6975cba904785e4277454c2ecdd694fbf", 55 "ffmpeg_hash": "425c0ec6975cba904785e4277454c2ecdd694fbf",
56 56
57 "sfntly_revision": "128", 57 "sfntly_revision": "128",
58 "skia_revision": "4229", 58 "skia_revision": "4234",
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": "11759", 62 "v8_revision": "11759",
63 "webrtc_revision": "2388", 63 "webrtc_revision": "2388",
64 "jsoncpp_revision": "248", 64 "jsoncpp_revision": "248",
65 "nss_revision": "141064", 65 "nss_revision": "141064",
66 "rlz_revision": "130", 66 "rlz_revision": "130",
67 } 67 }
68 68
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 "pattern": ".", 544 "pattern": ".",
545 "action": ["python", "src/build/util/lastchange.py", 545 "action": ["python", "src/build/util/lastchange.py",
546 "-o", "src/build/util/LASTCHANGE"], 546 "-o", "src/build/util/LASTCHANGE"],
547 }, 547 },
548 { 548 {
549 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 549 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
550 "pattern": ".", 550 "pattern": ".",
551 "action": ["python", "src/build/gyp_chromium"], 551 "action": ["python", "src/build/gyp_chromium"],
552 }, 552 },
553 ] 553 ]
OLDNEW
« no previous file with comments | « no previous file | skia/skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698