Roll chromium_revision e16ce69a2b..788cf2d16a (520841:520863)

Change log: e16ce69a2b..788cf2d16a
Full diff: e16ce69a2b..788cf2d16a

Changed dependencies:
* src/base: 217af41cb5..e9cb9f6b23
* src/ios: c65ebf7e20..efc61a00d6
* src/third_party: 0f9e85751c..1dcedaf757
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/280aff07f5..6c4c2362a3
* src/third_party/ffmpeg: 23e0b491fa..423f74fab0
* src/tools: 362d4829f6..2b6102916b
DEPS diff: e16ce69a2b..788cf2d16a/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: I69de3e74bcff48b18b4be4f58b6c93206d191cc0
Reviewed-on: https://webrtc-review.googlesource.com/27920
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20966}
This commit is contained in:
Autoroller 2017-11-30 21:46:30 -08:00 committed by Commit Bot
parent 7e3ace196d
commit 8c0cdd0ebf

14
DEPS
View File

@ -7,7 +7,7 @@ vars = {
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': 'e16ce69a2b374a3d3854923199c025feb204ae53',
'chromium_revision': '788cf2d16a80354f41fcfafb6f325de12ff6b787',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -28,7 +28,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': '280aff07f5fcea3aae2be27078648b4660da33b2',
'catapult_revision': '6c4c2362a367c28ef6799012a8d06811b65b4a75',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -38,7 +38,7 @@ deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved.
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '217af41cb5391ac1e1733a0ef058e0096a7c49e9',
Var('chromium_git') + '/chromium/src/base' + '@' + 'e9cb9f6b23730d02b9f345229102aa209d032d77',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'a7ac13daeccbb67c5c2f72249701531f93459fd1',
'src/buildtools':
@ -50,13 +50,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c65ebf7e20a968bf91cc31837655123126b1298e',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'efc61a00d6a664aa3f51572a34e5981e7cc3623c',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '90c4eb769387c1436a99996b2c98ea81b373da84',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '0f9e85751c3927629ff8748cc677f7951bbe288f',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '1dcedaf757d039b19e5b27f41ab851e61079a414',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
'condition': 'checkout_android',
@ -82,7 +82,7 @@ deps = {
'condition': 'checkout_android',
},
'src/third_party/ffmpeg':
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '23e0b491fa58a44cf9b2b386a29c69e67169ef19',
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '423f74fab02ff573b52abd542eb5dfdadaa05cf4',
'src/third_party/findbugs': {
'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '4275d9ac8610db6b1bc9a5e887f97e41b33fac67',
'condition': 'checkout_android',
@ -155,7 +155,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '362d4829f66345dbc1742d724590107b8e3c07a5',
Var('chromium_git') + '/chromium/src/tools' + '@' + '2b6102916b6e902f1ee15a63a94a0f3f2796b181',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':