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

Side by Side Diff: DEPS

Issue 3417020: roll ffmpeg and libvpx for chromium (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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 vars = { 1 vars = {
2 "googlecode_url": "http://%s.googlecode.com/svn", 2 "googlecode_url": "http://%s.googlecode.com/svn",
3 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 3 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
4 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 4 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
5 "webkit_revision": "68248", 5 "webkit_revision": "68248",
6 "ffmpeg_revision": "58574",
7 "skia_revision": "599", 6 "skia_revision": "599",
8 "chromium_git": "http://src.chromium.org/git", 7 "chromium_git": "http://src.chromium.org/git",
9 "swig_revision": "40423", 8 "swig_revision": "40423",
10 "nacl_revision": "3186", 9 "nacl_revision": "3186",
11 "libvpx_revision": "60261",
12 "libjingle_revision": "29", 10 "libjingle_revision": "29",
11 "libvpx_revision": "60399",
12 "ffmpeg_revision": "60496",
13 } 13 }
14 14
15 deps = { 15 deps = {
16 "src/breakpad/src": 16 "src/breakpad/src":
17 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@697", 17 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@697",
18 18
19 "src/build/util/support": 19 "src/build/util/support":
20 "/trunk/deps/support@20411", 20 "/trunk/deps/support@20411",
21 21
22 "src/googleurl": 22 "src/googleurl":
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 ] 299 ]
300 300
301 301
302 hooks = [ 302 hooks = [
303 { 303 {
304 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 304 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
305 "pattern": ".", 305 "pattern": ".",
306 "action": ["python", "src/build/gyp_chromium"], 306 "action": ["python", "src/build/gyp_chromium"],
307 }, 307 },
308 ] 308 ]
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