| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index ebda7505814f0dd28c519a4e171404a19cb0860c..3c08c4e38ae3d9db3eb21d91eebc94dc18eb5346 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -2,11 +2,12 @@ vars = {
|
| "webkit_trunk":
|
| "http://svn.webkit.org/repository/webkit/trunk",
|
| "webkit_revision": "59762",
|
| - "ffmpeg_revision": "46128",
|
| + "ffmpeg_revision": "47712",
|
| "skia_revision": "562",
|
| "chromium_git": "http://src.chromium.org/git",
|
| "swig_revision": "40423",
|
| "nacl_revision": "2235",
|
| + "libvpx_revision": "47701",
|
| }
|
|
|
| deps = {
|
| @@ -142,6 +143,10 @@ deps = {
|
| "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" +
|
| Var("ffmpeg_revision"),
|
|
|
| + "src/third_party/libvpx":
|
| + "/trunk/deps/third_party/libvpx@" +
|
| + Var("libvpx_revision"),
|
| +
|
| "src/third_party/ppapi":
|
| "http://ppapi.googlecode.com/svn/trunk@44",
|
| }
|
|
|