Roll chromium_revision from 33f87688 to 7dcda66f

Change log: 33f87688..94111882
Full diff: 33f87688..94111882

TBR=kjellander@chromium.org
BUG=libyuv:626

Review URL: https://codereview.chromium.org/2292373002 .
This commit is contained in:
Frank Barchard 2016-08-30 18:25:47 -07:00
parent de944ed8c7
commit 48e8f8e739
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -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

2
DEPS
View File

@ -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

View File

@ -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',