Roll chromium_revision 618ddbcb7f..d62b62d830 (596951:597059)

Change log: 618ddbcb7f..d62b62d830
Full diff: 618ddbcb7f..d62b62d830

Changed dependencies
* src/build: d36c5ed010..3ffc6a0feb
* src/testing: 8589b2b984..ea96478eee
* src/third_party: fdab02bc50..d8d78ffc4f
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/3f7d74f7cd..56216d7832
* src/third_party/depot_tools: 5b1fa949bb..f98905e8f0
* src/tools: 6cdf067f3e..b580bb107d
DEPS diff: 618ddbcb7f..d62b62d830/DEPS

No update to Clang.

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

Change-Id: If93e8a6c15303fb67a97029db2f1806d7acfb2f0
Reviewed-on: https://webrtc-review.googlesource.com/c/103967
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@{#25012}
This commit is contained in:
chromium-webrtc-autoroll
2018-10-05 03:01:23 -07:00
committed by Commit Bot
parent 8ea1e9def1
commit a1134509c9

14
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': '618ddbcb7fa1005a579d4822d2212f22e254710f',
'chromium_revision': 'd62b62d8304818133cd8879dcec9d8f57846847d',
'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': '3f7d74f7cd026ad3611e089c377b03304277d566',
'catapult_revision': '56216d7832a46730d5d9d6bba7fa5742d9601390',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -44,7 +44,7 @@ deps = {
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '8a7fcd34a10d30c421f2f231f2a20126645dd376',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'd36c5ed0106904bf211cce082aa066f9993faf7e',
Var('chromium_git') + '/chromium/src/build' + '@' + '3ffc6a0feb66dc6c9a1a7ffacc4c3cc2e3fdbb85',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -58,9 +58,9 @@ deps = {
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '8589b2b984605a67aa9b9031464326cd1c59bf7c',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ea96478eee07a417173c27109cac422dfd82d39c',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'fdab02bc504e3e63a36f63c348ef3a19d6de762d',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd8d78ffc4f0b74db202f528957f7d93c7a9287d4',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
@ -84,7 +84,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' + '@' + '5b1fa949bba4c75c88aead94948d89c6cb161e0c',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'f98905e8f03cd79d132cdd72bf4af1bb5fa3ca0b',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -195,7 +195,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' + '@' + '6cdf067f3e2bd8e22b4cc16b77f1762d231d0da5',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'b580bb107d4b443992aab2c1e141464f3dee4dfb',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),