Roll chromium_revision 6989818705..f2d1e453de (563760:563863)

Change log: 6989818705..f2d1e453de
Full diff: 6989818705..f2d1e453de

Roll chromium third_party 77080c8cca..02d962eb0e
Change log: 77080c8cca..02d962eb0e

Changed dependencies:
* src/base: a6941a2497..0ecab11ffa
* src/build: adb59b644b..3c4efebb96
* src/ios: 2570306e97..8e0b21f69f
* src/testing: b44cad8154..3ae9d12c9d
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b48f5b4915..b26b30dc08
* src/third_party/libyuv: a9626b9daf..196e2e72a3
* src/tools: 189162d71b..c50cb3b65c
DEPS diff: 6989818705..f2d1e453de/DEPS

No update to Clang.

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

Change-Id: Ib3458c9efd883f2bcc1e25f522827cf7beb0ce88
Reviewed-on: https://webrtc-review.googlesource.com/80740
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23499}
This commit is contained in:
Autoroller 2018-06-01 16:43:44 -07:00 committed by Commit Bot
parent 5abd78b40a
commit 38eac97df0

18
DEPS
View File

@ -10,7 +10,7 @@ vars = {
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': '6989818705413dc6a4baa974ca7ff14728e858db',
'chromium_revision': 'f2d1e453de33756fb4454dd881ba8fa786bed919',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -27,7 +27,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': 'b48f5b49150fee6571e073e435926cadb8d50487',
'catapult_revision': 'b26b30dc089a201e66b56c6ca9c1725d01e96fde',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -43,15 +43,15 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Chromium third_party
# and whatever else without interference from each other.
'chromium_third_party_revision': '77080c8ccacb305a0c5ea8b627dae10eec01f3bb',
'chromium_third_party_revision': '02d962eb0ee2dce2f4f594dece140ca113fb1196',
}
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' + '@' + 'a6941a2497454c932c48d89ff273195b1bf295ab',
Var('chromium_git') + '/chromium/src/base' + '@' + '0ecab11ffa2c1d8814f237d4ba09c8c50db665fc',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'adb59b644b9bd6b0213cc6f81ea42ec0619a1647',
Var('chromium_git') + '/chromium/src/build' + '@' + '3c4efebb96363f6e1dfd576a2860e9653af8abcc',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '893eb86b02b2571894e328f05551112b96df1cce',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -61,11 +61,11 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2570306e9726740f629dbc5b4fa756a5970e6434',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8e0b21f69fbbb602c31a63be1f12053dc5a6bcdb',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b44cad815462865e37efd365ece1a1692683033a',
Var('chromium_git') + '/chromium/src/testing' + '@' + '3ae9d12c9d3fee4f5ed031e80aa3284bab7ca832',
# This entry is used for chromium third_party rolling into webrtc third_party only.
'src/third_party_chromium': {
'url': Var('chromium_git') + '/chromium/src/third_party' + '@' + Var('chromium_third_party_revision'),
@ -137,7 +137,7 @@ deps = {
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '2b08f89076d1e93339fbbcc10e3298a0eec66bd6',
'src/third_party/libyuv':
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'a9626b9daf62a9b260737e9c2de821ad087b19a1',
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '196e2e72a3190f539d5ad5f32c7b154154324951',
'src/third_party/lss': {
'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
'condition': 'checkout_android or checkout_linux',
@ -175,7 +175,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' + '@' + '189162d71bf254e927bde8d9def0cb543d8bafc9',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'c50cb3b65c595e42da19855336123542f6cc623b',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':