Roll chromium_revision 45d077a570..449727e860 (655737:655859)
Change log:45d077a570..449727e860
Full diff:45d077a570..449727e860
Changed dependencies * src/base:695b663445..ee68bb78b0
* src/build:fa8c3cb895..a74a0f2344
* src/ios:5c1e95e0fa..8d191b35b9
* src/testing:5723392f30..856011735a
* src/third_party:0d970f9502..ce2873b79a
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b931deacdf..5a34ef7bda * src/third_party/depot_tools:867e3c9511..020b429fbf
* src/tools:4339ed2534..7aa01c80e2
DEPS diff:45d077a570..449727e860
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ibcd629f0f43398c248203c5999e409cea0a4dda8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134917 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@{#27819}
This commit is contained in:

committed by
Commit Bot

parent
a0421d3d0c
commit
c80e4d756e
18
DEPS
18
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': '45d077a5709f8d99e80a2083ca3fe3d9c0a30c87',
|
||||
'chromium_revision': '449727e860d5fba0f26e5f04cfd9bbccd9e86a33',
|
||||
'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': 'b931deacdf624e10e33f8789de28f05e3ac56438',
|
||||
'catapult_revision': '5a34ef7bdaf7e88601764c191f6ea7002b99a805',
|
||||
# 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' + '@' + '695b66344512bdc40f9ba88601bf67f4d2ddb506',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'ee68bb78b0840fd3000d799990fee961a9a7c648',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'fa8c3cb895ac04cf71165b1bb2f172f299ef064c',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'a74a0f2344cab88557f13d1288a8a35d1057a198',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'd5c58b84d50d256968271db459cd29b22bff1ba2',
|
||||
# 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' + '@' + '5c1e95e0fa7ca49cc999e113c6c78a615061413f',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8d191b35b90a91e8d2dafce8215a2fd6b2ebd4cc',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '5723392f302c59afff9f43728213c8f6d169e5fd',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '856011735a6ddb88d291bd12ca4862a47265c3d7',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '0d970f95025ff3758be0dfcbacb69215d990ea4e',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ce2873b79a299f1ceb739262817d70c18d83f4eb',
|
||||
|
||||
'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' + '@' + '867e3c9511394f5bb2f51f09278e5ccc773adc36',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '020b429fbf42915482a97b437a67b6e8398ca9fa',
|
||||
'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' + '@' + '4339ed25340ebe17c815edfc57ad41546681c0a3',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '7aa01c80e25e99b9317440c7e530491ed70c9beb',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user