| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 8e6f52568f55b799c67ca8c66008ab2112833904..225cf318657270ff9039d4f9236e2cf191a8b877 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -33,7 +33,7 @@ vars = {
|
| 'googlecode_url': 'http://%s.googlecode.com/svn',
|
| 'webkit_revision': '34f34bd073b5ba3a0f47b7c1a92590c1ab59e95e', # from svn revision 202372
|
| 'chromium_git': 'https://chromium.googlesource.com',
|
| - 'libvpx_revision': 'ac1772e3db5c885b554f6a72ca9dbac4245cb0e2',
|
| + 'libvpx_revision': '0d6551cd1e1359423a7f4af503472d280437e9bb',
|
| 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac',
|
| 'skia_revision': '5d08d44c68f65c71c9fdbbdda601119d87a7beb6',
|
| # Three lines of non-changing comments so that
|
| @@ -188,6 +188,9 @@ deps = {
|
| 'src/third_party/libvpx':
|
| Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revision'),
|
|
|
| + 'src/third_party/libvpx_new/source/libvpx':
|
| + Var('chromium_git') + '/webm/libvpx.git' + '@' + 'c5f11912ae328a912ef087fdcd074ff07e96d8f9',
|
| +
|
| 'src/third_party/ffmpeg':
|
| Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '2d9eb2814143a958f9781b32a112f814a596e70e',
|
|
|
|
|