Roll chromium_revision bef297074c..e12963702c (644220:644325)
Change log:bef297074c..e12963702c
Full diff:bef297074c..e12963702c
Changed dependencies * src/base:faefb650f8..09d5e18450
* src/build:aee5bb4a03..337a115ffd
* src/ios:c352fa3f0d..bd4f816679
* src/testing:c3e0b433c2..e91d4653eb
* src/third_party:8dbab0f306..4a5c9c53b5
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/85ead57963..e7ea071aee * src/tools:85707c71f1..e1d6c2f020
DEPS diff:bef297074c..e12963702c
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ifbd546d25943998dc328bca24977edaa5574cafe Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/129687 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@{#27293}
This commit is contained in:

committed by
Commit Bot

parent
46b4a0f3fa
commit
081bec34bf
16
DEPS
16
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': 'bef297074c79524e33aaccb2c697ceec64faddb6',
|
||||
'chromium_revision': 'e12963702c7d3ad89df47b387b23db2fb339b454',
|
||||
'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': '85ead579637dd4350fb30d9fd4cbf0d8357b4dff',
|
||||
'catapult_revision': 'e7ea071aeed43170d8fa5c5d0911c555487fd76c',
|
||||
# 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' + '@' + 'faefb650f8c30864e037c06866973d3f29ab1359',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '09d5e1845039383f9a62e883a767dde4153974fc',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'aee5bb4a032f02713e25829b7c0d48351087c3a9',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '337a115ffdadef7f724bcffdf804c7c07b157ba1',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '31e0bb5fade12c8ec510579bf775ea604cac9602',
|
||||
# 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' + '@' + 'c352fa3f0d606b63975e8f2414b69ee958734e6c',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'bd4f8166790145baf7a35e8d466e2f02c22e98ae',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c3e0b433c2f0c3b76ecea2bf8f24b0fec1817d52',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'e91d4653eba318628e214601e19a1a0a0f93857f',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '8dbab0f306af45f763f2e28a1bdbcf9305a5d961',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4a5c9c53b51c879b2981fa9fe3fb27ecccfbca06',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -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' + '@' + '85707c71f125a613c7277939d41748e67a05e740',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'e1d6c2f020ad20aa3b5fe5a15d596b4012b89b33',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user