Roll chromium_revision 271a2fecb1..06f028f7d6 (593721:593823)

Change log: 271a2fecb1..06f028f7d6
Full diff: 271a2fecb1..06f028f7d6

Changed dependencies
* src/base: a91dc0ba24..90ad5fc2b5
* src/build: d806a05f64..4325c99100
* src/ios: b44c1c7815..67a5ce5e6c
* src/testing: 9637c88e14..36e1fbba4a
* src/third_party: 5c7d50058c..0e840fdb78
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/64f2ed4bb2..c51eb628dd
* src/third_party/depot_tools: aaf2cc09c6..64b61330ec
* src/tools: 066fff8fec..84b66cc025
DEPS diff: 271a2fecb1..06f028f7d6/DEPS

No update to Clang.

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

Change-Id: I5f5e199b02663d1cbb69e84dded39a9d25c492cb
Reviewed-on: https://webrtc-review.googlesource.com/101744
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24815}
This commit is contained in:
Autoroller 2018-09-24 21:44:33 -07:00 committed by Commit Bot
parent 6ea771933d
commit 8e7533eaff

18
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': '271a2fecb1d42438099a9359b43db893c8ae13d3',
'chromium_revision': '06f028f7d66f9ff5bfad7289276f1d06c22762b8',
'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': '64f2ed4bb2f1a094bba38cb817ed912a118e442e',
'catapult_revision': 'c51eb628dd91236000ddc6534c26cceb3c5c1544',
# 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' + '@' + 'a91dc0ba241d8d35ddbd9a155f17187589bf5854',
Var('chromium_git') + '/chromium/src/base' + '@' + '90ad5fc2b542de78610e3ca1d9fe3313de46c108',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'd806a05f64c16a1b959ae70a6efd7b7d546ac6d4',
Var('chromium_git') + '/chromium/src/build' + '@' + '4325c991006e208acc46dc09b5c8e86d9a652415',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96',
# 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' + '@' + 'b44c1c7815e198215a9a103a7a7130de479d43e7',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '67a5ce5e6c1893974f420ef67f4a869665506f98',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '9637c88e14910e6a5eef369335a756d2b9a6c70a',
Var('chromium_git') + '/chromium/src/testing' + '@' + '36e1fbba4a0d167be59f46c72ed2ff53e0e7f0a9',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '5c7d50058c2a193a977836286fa79dc6bab90daa',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '0e840fdb782c34dde7093e490c880a9380d53325',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
@ -84,7 +84,7 @@ deps = {
'src/third_party/colorama/src':
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/depot_tools':
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'aaf2cc09c6874e394c6c1e4692360cc400d6b388',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '64b61330ec7f3632d5eb1ea97133ce11f3bf6627',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -195,7 +195,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '066fff8fecd1565b1f0481d77c92abc9ef096f34',
Var('chromium_git') + '/chromium/src/tools' + '@' + '84b66cc0250c94aa148eb6ecbfe679177e5bf6f7',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),