Roll chromium_revision 79cbcdf6fb..1a5890105a (572378:572487)

Change log: 79cbcdf6fb..1a5890105a
Full diff: 79cbcdf6fb..1a5890105a

Changed dependencies:
* src/base: b321921624..7e26365993
* src/build: 91b88ae14f..43e3305117
* src/ios: 9615de8dfb..e923f6e8b0
* src/testing: b3ea40231d..e62a1f4d12
* src/third_party: 3b7f89fc9f..f1f650b31a
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/10e0a3798e..5abd99f5f7
* src/tools: fec28f646d..a080e360f4
DEPS diff: 79cbcdf6fb..1a5890105a/DEPS

No update to Clang.

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

Change-Id: I8ebaa2a2ebf190ea9cd613afb3ad76475fabf49d
Reviewed-on: https://webrtc-review.googlesource.com/87066
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23828}
This commit is contained in:
Autoroller
2018-07-03 22:45:04 -07:00
committed by Commit Bot
parent 57900cb933
commit b3d2119af7

16
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': '79cbcdf6fbd6bd8d204e7229e21ae4235a70dc9d',
'chromium_revision': '1a5890105a339862a64acd6a1ffa5eb211679319',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -24,7 +24,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': '10e0a3798e47192037de47c9f258e16aa18cccbf',
'catapult_revision': '5abd99f5f7685f0e3b18f11e2fcda667a3be83e3',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -42,9 +42,9 @@ 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' + '@' + 'b321921624721b4d98f85033b6fbc4d05326b60b',
Var('chromium_git') + '/chromium/src/base' + '@' + '7e26365993e3c0420aca6bfc338828141c9daa70',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '91b88ae14fc19a17bce10bf37527c4ea6a3ec131',
Var('chromium_git') + '/chromium/src/build' + '@' + '43e3305117771a4e712e9c2c3e7dbe60c37f960c',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -54,13 +54,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9615de8dfb6da09deebbcde504f105371426fdc2',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e923f6e8b0f1598f8563bd70199e24d623ae05f8',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b3ea40231da731a09dcb118f824a5602df842d83',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'e62a1f4d1212d8f06e457e8173bc4890f192be56',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '3b7f89fc9f5d4db4b34b848f19c71e68b4cb93c9',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f1f650b31a829a3fd6f86bb9eba6efbb572f3e74',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
'condition': 'checkout_android',
@ -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' + '@' + 'fec28f646dd33ae38df42e26caac908a9868c33f',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'a080e360f460e3870031577146e69fe98a56a06e',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),