Roll chromium_revision db8d32de07..941118827f (410624:411223)

Added third_party/ced to setup_links.py (needed for Android).

Change log: db8d32de07..941118827f
Full diff: db8d32de07..941118827f

Changed dependencies:
* src/third_party/ffmpeg: 4e878f7f64..75976ae026
* src/third_party/libFuzzer/src: 3ae6b1d110..764f3890a0
* src/third_party/libvpx/source/libvpx: 82070ae939..2d1e63d0c5
DEPS diff: 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}
This commit is contained in:
kjellander
2016-08-11 10:31:40 -07:00
committed by Commit bot
parent 3b74768152
commit f10976e2d0
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

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

2
DEPS
View File

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

View File

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