| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 7fd3e397a10ce9ff2cc28b9a7830f163d973fd74..4ea5f16766981092507572057a7499b97b66147e 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -40,7 +40,6 @@ vars = {
|
| 'pdfium_git': 'https://pdfium.googlesource.com',
|
| 'skia_git': 'https://skia.googlesource.com',
|
| 'boringssl_git': 'https://boringssl.googlesource.com',
|
| - 'libvpx_revision': '77656a4795275f4a83013b01b301509c5db31b29',
|
| 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac',
|
| 'skia_revision': '7224c866321e4222ef452fc0c73ae05283a2227c',
|
| # Three lines of non-changing comments so that
|
| @@ -197,9 +196,6 @@ deps = {
|
| 'src/third_party/webdriver/pylib':
|
| Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
|
|
|
| - 'src/third_party/libvpx':
|
| - Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revision'),
|
| -
|
| 'src/third_party/ffmpeg':
|
| Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'c0f05636c4472e5d3c0045ec34464aec46c5fb70',
|
|
|
|
|