From 46c3d42ca518a668ab8917238130ec8afe47a141 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Fri, 4 Mar 2016 23:59:35 +0100 Subject: [PATCH] Roll chromium_revision 3c45587..8cdf034 + rename libvpx_new This brings in the renamed libvpx that happened in https://codereview.chromium.org/1734613003/ TBR=fbarchard@chromium.org Review URL: https://codereview.chromium.org/1764083002 . --- .gitignore | 2 +- DEPS | 2 +- setup_links.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 06a8be43d..31ae18a1f 100644 --- a/.gitignore +++ b/.gitignore @@ -45,7 +45,7 @@ pin-log.txt /third_party/libjpeg /third_party/libjpeg_turbo /third_party/libsrtp -/third_party/libvpx_new +/third_party/libvpx /third_party/libxml /third_party/libudev /third_party/libyuv diff --git a/DEPS b/DEPS index f53bb6be1..794fff37f 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { # Roll the Chromium Git hash to pick up newer versions of all the # dependencies and tools linked to in setup_links.py. - 'chromium_revision': '3c455872750c9d0f74266b04f97701a516ac9075', + 'chromium_revision': '8cdf034791388299f18fba186f2941313320b706', } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/setup_links.py b/setup_links.py index 975ef9047..8a131b4f2 100755 --- a/setup_links.py +++ b/setup_links.py @@ -49,7 +49,7 @@ DIRECTORIES = [ 'third_party/libjpeg_turbo', 'third_party/libsrtp', 'third_party/libudev', - 'third_party/libvpx_new', + 'third_party/libvpx', 'third_party/libyuv', 'third_party/llvm-build', 'third_party/lss',