Roll chromium_revision 34bb9a9162..0cb3899c4e (603839:603959)

Change log: 34bb9a9162..0cb3899c4e
Full diff: 34bb9a9162..0cb3899c4e

Changed dependencies
* src/base: a835d3f466..f716712ed2
* src/build: 093f10792c..f7286760a0
* src/ios: 60e76278e8..69460d9935
* src/testing: 778c8af312..c7923a47de
* src/third_party: 2d4ceadd57..34d95143ba
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/36a23a7b28..5e1c1c293b
* src/third_party/depot_tools: 46f20cd390..f170af48e4
* src/tools: 84e16ce590..a6e1079702
DEPS diff: 34bb9a9162..0cb3899c4e/DEPS

No update to Clang.

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

Change-Id: I234ff87ced5a09d9be9ab541de452029fbc51206
Reviewed-on: https://webrtc-review.googlesource.com/c/108680
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#25439}
This commit is contained in:
chromium-webrtc-autoroll
2018-10-30 11:01:23 -07:00
committed by Commit Bot
parent c78b0ea615
commit 1a92cd7312

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': '34bb9a9162a541ba0659a37d56c73462c1343a65',
'chromium_revision': '0cb3899c4e35bdc35fa5e6270ee900656f0d2219',
'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': '36a23a7b2851af59ed8734145c92a2bb2eb243f2',
'catapult_revision': '5e1c1c293b07ef04a247dd8dff50972d207663a4',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -42,9 +42,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' + '@' + 'a835d3f466290cc2e68d200288808a111ced0f1a',
Var('chromium_git') + '/chromium/src/base' + '@' + 'f716712ed20f4cb4675f0fdf50bb022167c28ee8',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '093f10792c861f5af60d99631556d87f33e414f3',
Var('chromium_git') + '/chromium/src/build' + '@' + 'f7286760a07828c8ffd583b965d69f695079bfb8',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '13a00f110ef910a25763346d6538b60f12845656',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -54,13 +54,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '60e76278e8736820a85ecd514b4f23f7c4d5ea96',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '69460d9935b8f18d90cc89c96d2562bd78d99992',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '778c8af312353d98a1543d3e7230e54387d14e2d',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c7923a47defcc850d2bce2868a15c323a40625a2',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '2d4ceadd5774474421619211a263ad18b60d8acb',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '34d95143ba90d18fc7d3f53f9bfb68dc8d26df3a',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
@ -107,7 +107,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' + '@' + '46f20cd3905595b7485388f743613ed685c1bd89',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'f170af48e4490633334a300bbcb65d50fab09537',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -218,7 +218,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' + '@' + '84e16ce590a5c85f9f17a5f5a14ff0515e880dd2',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'a6e1079702d8451d5854e11fc94fb41829e7518c',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),