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

Side by Side Diff: DEPS

Issue 10829012: Roll webrtc to r2529. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 # checkouts and the other for Git checkouts. 55 # checkouts and the other for Git checkouts.
56 "ffmpeg_revision": "142289", 56 "ffmpeg_revision": "142289",
57 "ffmpeg_hash": "23f177366e3bce3a628a7d3feedceed4e18dcc04", 57 "ffmpeg_hash": "23f177366e3bce3a628a7d3feedceed4e18dcc04",
58 58
59 "sfntly_revision": "134", 59 "sfntly_revision": "134",
60 "skia_revision": "4720", 60 "skia_revision": "4720",
61 # Three lines of non-changing comments so that 61 # Three lines of non-changing comments so that
62 # the commit queue can handle CLs rolling Skia 62 # the commit queue can handle CLs rolling Skia
63 # and V8 without interference from each other. 63 # and V8 without interference from each other.
64 "v8_revision": "12191", 64 "v8_revision": "12191",
65 "webrtc_revision": "2525", 65 "webrtc_revision": "2529",
66 "jsoncpp_revision": "248", 66 "jsoncpp_revision": "248",
67 "nss_revision": "145873", 67 "nss_revision": "145873",
68 } 68 }
69 69
70 deps = { 70 deps = {
71 "src/breakpad/src": 71 "src/breakpad/src":
72 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@999", 72 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@999",
73 73
74 "src/googleurl": 74 "src/googleurl":
75 (Var("googlecode_url") % "google-url") + "/trunk@175", 75 (Var("googlecode_url") % "google-url") + "/trunk@175",
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 "pattern": ".", 564 "pattern": ".",
565 "action": ["python", "src/build/util/lastchange.py", 565 "action": ["python", "src/build/util/lastchange.py",
566 "-o", "src/build/util/LASTCHANGE"], 566 "-o", "src/build/util/LASTCHANGE"],
567 }, 567 },
568 { 568 {
569 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 569 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
570 "pattern": ".", 570 "pattern": ".",
571 "action": ["python", "src/build/gyp_chromium"], 571 "action": ["python", "src/build/gyp_chromium"],
572 }, 572 },
573 ] 573 ]
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