Roll chromium_revision 8b25075ed7..8ae1a64b43 (662811:662926)
Change log:8b25075ed7..8ae1a64b43
Full diff:8b25075ed7..8ae1a64b43
Changed dependencies * src/base:42d83ee168..b0ebcd67fc
* src/build:1981b00027..ae3ffb0405
* src/ios:d3df50f4a7..3af8884c08
* src/testing:f4b538c584..98c1282560
* src/third_party:6dc43cbf6e..58118b386a
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/35a5a9e7be..2e0d354690 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/37e000347c..63ab0c82ec * src/third_party/depot_tools:6768b27cc8..d390b317dc
* src/tools:615afdf4e2..f07fffb189
DEPS diff:8b25075ed7..8ae1a64b43
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: If84559ded2d58da8c7c497406d10076c726d3798 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/138191 Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#28048}
This commit is contained in:

committed by
Commit Bot

parent
316f3ac13b
commit
4c55c8953b
20
DEPS
20
DEPS
@ -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': '8b25075ed7bbf0f480b6036261b96b4e5a8ed913',
|
||||
'chromium_revision': '8ae1a64b43f15976289c2f06b1ce4767b27338ea',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -16,7 +16,7 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling BoringSSL
|
||||
# and whatever else without interference from each other.
|
||||
'boringssl_revision': '35a5a9e7beddb9cec70d7bc1b70a6ac441093f87',
|
||||
'boringssl_revision': '2e0d354690064c90ee245c715b92e2bb32492571',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling lss
|
||||
# and whatever else without interference from each other.
|
||||
@ -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': '37e000347c2f946b6b35a7d9b429f772f11a0b02',
|
||||
'catapult_revision': '63ab0c82ecf580fbff05dd7550bc1a9ffeb2d01a',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -86,9 +86,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' + '@' + '42d83ee168512883d0682760784b7f8835a33945',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'b0ebcd67fc731d63b1289cd8b2debbcc9cfd0cd1',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '1981b00027c334753cda53227f5b3cf5e03a45b1',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'ae3ffb04051596cc56a43c949cd44df9d7d857d7',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '0218c0f9ac9fdba00e5c27b5aca94d3a64c74f34',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -98,13 +98,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd3df50f4a7951aeeda87d2ff53e43fc97e8247e9',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '3af8884c08865860ca314480f25044d9ca677f84',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'f4b538c584a11ed1cc461761c874d9e54f69508b',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '98c12825600abc9649eebf7ff15a4ce91a94edbc',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6dc43cbf6ed4cc768d1eae500af54304d5531bac',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '58118b386aaf2ff8cf4cf6c1cb4f1255c67635b3',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -199,7 +199,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' + '@' + '6768b27cc897fc6f467fda7380643fb94101eed9',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'd390b317dcf7d6dda1968f6f9edccaa91804c950',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -312,7 +312,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' + '@' + '615afdf4e274e84dd752e7c9b9e3ac88c742286d',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'f07fffb189a10d06512161fdef22c68159418df4',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user