From f10976e2d0b7e09161e352a02f7ba20ebaa7a504 Mon Sep 17 00:00:00 2001 From: kjellander Date: Thu, 11 Aug 2016 10:31:40 -0700 Subject: [PATCH] Roll chromium_revision db8d32de07..941118827f (410624:411223) Added third_party/ced to setup_links.py (needed for Android). Change log: https://chromium.googlesource.com/chromium/src/+log/db8d32de07..941118827f Full diff: https://chromium.googlesource.com/chromium/src/+/db8d32de07..941118827f Changed dependencies: * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/4e878f7f64..75976ae026 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer.git/+log/3ae6b1d110..764f3890a0 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/82070ae939..2d1e63d0c5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/db8d32de07..941118827f/DEPS No update to Clang. TBR=marpan@webrtc.org,ehmaldonado@webrtc.org, BUG= NOTRY=True Review-Url: https://codereview.webrtc.org/2239673002 Cr-Commit-Position: refs/heads/master@{#13729} --- .gitignore | 1 + DEPS | 2 +- setup_links.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9cb9b6d6d2..72cfb55ec2 100644 --- a/.gitignore +++ b/.gitignore @@ -84,6 +84,7 @@ /third_party/boringssl /third_party/bouncycastle /third_party/catapult +/third_party/ced /third_party/clang_format /third_party/class-dump /third_party/closure_compiler diff --git a/DEPS b/DEPS index c980da229f..4e8e41bd92 100644 --- a/DEPS +++ b/DEPS @@ -6,7 +6,7 @@ vars = { 'extra_gyp_flag': '-Dextra_gyp_flag=0', 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'db8d32de073d6b06ad851f8735661d844f2bf4aa', + 'chromium_revision': '941118827f5240dedb40082cffb1ead6c6d621cc', } # NOTE: Use http rather than https; the latter can cause problems for users diff --git a/setup_links.py b/setup_links.py index 94d9ee9188..612778aea6 100755 --- a/setup_links.py +++ b/setup_links.py @@ -94,6 +94,7 @@ if 'android' in target_os: 'third_party/ashmem', 'third_party/bouncycastle', 'third_party/catapult', + 'third_party/ced', 'third_party/closure_compiler', 'third_party/guava', 'third_party/hamcrest',