Roll chromium_revision 31e0a71127..cf85bf419e (641033:641142)

Change log: 31e0a71127..cf85bf419e
Full diff: 31e0a71127..cf85bf419e

Changed dependencies
* src/base: b16c8eb3a2..ec62a0f8cd
* src/build: bd89ed6104..6ae93259e7
* src/ios: 7d757ccdae..882a93a14e
* src/testing: e500dd500a..a0f24ec479
* src/third_party: cc6b541a18..625eb4ee08
* src/third_party/depot_tools: 1c2fa0fdda..04600b4f26
* src/third_party/harfbuzz-ng/src: 4f37ab63de..8aaab78efc
* src/tools: c0497f7fd2..bf5b7d7307
DEPS diff: 31e0a71127..cf85bf419e/DEPS

No update to Clang.

TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,
BUG=None

Change-Id: Ia74e45e6dd67c53dc73d3f567fa84c581e1e77bf
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/128103
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@{#27143}
This commit is contained in:
chromium-webrtc-autoroll
2019-03-15 03:01:15 -07:00
committed by Commit Bot
parent 647d5e6d91
commit 1e08724e9f

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': '31e0a7112702537088afc8781b76e0b9e479c91f',
'chromium_revision': 'cf85bf419e279db0d606f15e6035d32e90161a5e',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -36,7 +36,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling HarfBuzz
# and whatever else without interference from each other.
'harfbuzz_revision': '4f37ab63de9705d7bf74ee75364747e41b7c06a1',
'harfbuzz_revision': '8aaab78efcac81a05ec919be13792c98741ea1b5',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling luci-go CIPD package version
# and whatever else without interference from each other.
@ -46,9 +46,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' + '@' + 'b16c8eb3a2b28fb2436e0d9edb27b0da3ec6052b',
Var('chromium_git') + '/chromium/src/base' + '@' + 'ec62a0f8cd126c468ad6dbd6152090095a1a309d',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'bd89ed6104423a408b4432c46eeeb4f1dee96a87',
Var('chromium_git') + '/chromium/src/build' + '@' + '6ae93259e790c8067b519e32f7aebc1aa3836059',
'src/buildtools':
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '62f9eb0d64d6bf48f620b8233d9f7a1dc07f8414',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -58,13 +58,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '7d757ccdae3cb307721b5ac7870591b40ef12ba7',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '882a93a14e2688bc916c19fbf63aea97b51decf9',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'e500dd500a988b0be9767be853adddd01411c3ae',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'a0f24ec4797afa391aeea28e7acd44fe481db2bb',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'cc6b541a18c10e58dd39ebb185c5643319e403d2',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '625eb4ee08829da2f5de41b354f4d0e141cfde09',
'src/buildtools/clang_format/script':
Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917',
@ -132,7 +132,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' + '@' + '1c2fa0fdda124fad7f41d30d19efb901df7e4408',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '04600b4f26bdd5534788d437d0f82a5a47d97deb',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -250,7 +250,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' + '@' + 'c0497f7fd2270a7365b3b4654f517d155b716284',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'bf5b7d73072a57d674b27a2a0287371688947ec8',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),