Roll chromium_revision 26e9592db5..f0099863fc (618302:618597)
Change log:26e9592db5..f0099863fc
Full diff:26e9592db5..f0099863fc
Changed dependencies * src/base:d335fd1242..2d2fe625df
* src/build:d200f9ddb4..9f09effaf8
* src/ios:38a6d50fe6..0d03c2887f
* src/testing:1f281b0c1c..3c7b7e8d64
* src/third_party:5bf5785c90..7e318c65d8
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/3a190c23dd..4ee958e1f5 * src/third_party/depot_tools:2cc6e25536..db0055dc78
* src/tools:e5309a6e41..7632049440
DEPS diff:26e9592db5..f0099863fc
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I8d126012ae11145ed615d5952b0c510495e7ae7d Reviewed-on: https://webrtc-review.googlesource.com/c/115431 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@{#26093}
This commit is contained in:

committed by
Commit Bot

parent
77938e6409
commit
06e88361c9
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': '26e9592db563218aec7e8187e7a8c19a24349035',
|
||||
'chromium_revision': 'f0099863fca51fdf6758949ff2ac9c5e8e726e2c',
|
||||
'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': '3a190c23ddf1f45cdfa478864bc7078a3c6b2238',
|
||||
'catapult_revision': '4ee958e1f5215809e5d2df1ad308331c3ac67ff5',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# 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' + '@' + 'd335fd124249e7355f23a031c9e148743549129d',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '2d2fe625df55a615a8bb686ba0c350205707fa58',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'd200f9ddb43203c8df54330dc22c9cbc373be442',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '9f09effaf88f886db8142bf75784497eac855330',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0',
|
||||
# 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' + '@' + '38a6d50fe6d17e827fa79298f843584043eeebaf',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '0d03c2887fb79cd335c3588c115d33412fd7ee23',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '1f281b0c1c86356f4ceb8a38e70028c13a6c487e',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '3c7b7e8d64ce8c26d0577fdac9a2c463f15418b3',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '5bf5785c907e41fdf0b9159fcf87b77a122763c9',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '7e318c65d86e5f286cad04d1a60977c7ca8cd9fc',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
|
||||
'condition': 'checkout_android',
|
||||
@ -111,7 +111,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' + '@' + '2cc6e25536698e4f87d516f5242dd9d30d3245ba',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'db0055dc786a71fe81e720bad2b1acb0e133a291',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -229,7 +229,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' + '@' + 'e5309a6e41067c666397efa538c0adb3637a52ad',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '7632049440d1565d5ab502060dd1f342a6d4ebd1',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user