From 48e8f8e73980f54dd1a68cb896d1edabc326398e Mon Sep 17 00:00:00 2001 From: Frank Barchard Date: Tue, 30 Aug 2016 18:25:47 -0700 Subject: [PATCH] Roll chromium_revision from 33f87688 to 7dcda66f Change log: https://chromium.googlesource.com/chromium/src/+log/33f87688..94111882 Full diff: https://chromium.googlesource.com/chromium/src/+/33f87688..94111882 TBR=kjellander@chromium.org BUG=libyuv:626 Review URL: https://codereview.chromium.org/2292373002 . --- .gitignore | 1 + DEPS | 2 +- setup_links.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7c4c69f67..c93bf2e25 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ pin-log.txt /third_party/bouncycastle /third_party/BUILD.gn /third_party/catapult +/third_party/ced /third_party/closure_compiler /third_party/drmemory /third_party/gflags/src diff --git a/DEPS b/DEPS index aa00687f2..fd713185d 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': '33f87688e4d164cf8f2ada5b4d01a04468807a11', + 'chromium_revision': '941118827f5240dedb40082cffb1ead6c6d621cc', } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/setup_links.py b/setup_links.py index 81d74be85..dd9a57e2a 100755 --- a/setup_links.py +++ b/setup_links.py @@ -71,6 +71,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',