Roll chromium_revision 465a15ab53..c3d2cb19e5 (642871:642978)
Change log:465a15ab53..c3d2cb19e5
Full diff:465a15ab53..c3d2cb19e5
Changed dependencies * src/base:c8e9126f6f..395e06d5f6
* src/build:7eff2d0e50..16ba67f9f1
* src/buildtools:e694f5306e..735271f870
* src/buildtools/third_party/libc++/trunk:9009625c82..4daecde1d7
* src/ios:b005811086..5cdbeb2cdf
* src/testing:2075d652d6..b45544a35b
* src/third_party:4786a961ea..4a6b135add
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4f8e8775da..ea373a05ed * src/tools:a99fe012c0..b6d5b48a9c
DEPS diff:465a15ab53..c3d2cb19e5
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I485bf4789e2e3338f23c6606b1f3b4df77e007b9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/128800 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@{#27230}
This commit is contained in:

committed by
Commit Bot

parent
38fabff311
commit
541c2af598
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': '465a15ab533c5414acae1af0be40e5797b8501a3',
|
||||
'chromium_revision': 'c3d2cb19e51c797e9c043ab43ecf073ef36649b2',
|
||||
'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': '4f8e8775daf0c57a4921cb3e39d5bf2d1608dc9e',
|
||||
'catapult_revision': 'ea373a05edc25dd1d7f742c4013d7f6efa0e3f06',
|
||||
# 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,11 +86,11 @@ 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' + '@' + 'c8e9126f6f4ce126b3d4616ca141f45525152b61',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '395e06d5f6c14cb03a5daa04613b444e4c4f9836',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '7eff2d0e503e92df25146ecc3921bd3734db1536',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '16ba67f9f1d93aa0aa37ab384178f047108b11f1',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'e694f5306e7707da5395c33118f9343550ba161c',
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '735271f8700a15dd69c0d2d1fee3ac8e9eec4351',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
'src/examples/androidtests/third_party/gradle': {
|
||||
'url': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' +
|
||||
@ -98,13 +98,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b005811086bf3a58bf94c541687b5fc9fb18fb04',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '5cdbeb2cdf2deaa09e28face9bebd9706992a189',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '2075d652d6ca267ee891356d715f3452f177794a',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b45544a35b0ce299282b37f2ac23ba01adc82399',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4786a961eafe27f7788ec708f00a62e4c75ca4e6',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4a6b135add64825167d034aebcd2b7802d07acef',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -140,7 +140,7 @@ deps = {
|
||||
'src/buildtools/clang_format/script':
|
||||
Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917',
|
||||
'src/buildtools/third_party/libc++/trunk':
|
||||
Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + '9009625c821e9580bfece732c25bac1cc9c5a7c2',
|
||||
Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + '4daecde1d737da594173591db71e543a3e2d51d8',
|
||||
'src/buildtools/third_party/libc++abi/trunk':
|
||||
Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + '0d529660e32d77d9111912d73f2c74fc5fa2a858',
|
||||
'src/buildtools/third_party/libunwind/trunk':
|
||||
@ -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' + '@' + 'a99fe012c00bc77b71b858c38700d1a2a1f37ff4',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'b6d5b48a9cb100a3c46822911f9b4422672de175',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user