Roll chromium_revision 56612bfb38..640d842b5c (617342:617449)

Change log: 56612bfb38..640d842b5c
Full diff: 56612bfb38..640d842b5c

Changed dependencies
* src/base: 0544b2209f..56d52a1591
* src/build: df23eb1b25..0184972e96
* src/ios: 515fd03046..16778ca7ca
* src/testing: cb8fc3656f..03652df1d0
* src/third_party: c78f3a4681..7cfa69e393
* src/third_party/depot_tools: 61cb9d6ba7..cf56a4bfb0
* src/tools: 0d6446c223..e48d182c4a
DEPS diff: 56612bfb38..640d842b5c/DEPS

No update to Clang.

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

Change-Id: Iae86763064687dd15b26c3b85877bb3cde5fdf39
Reviewed-on: https://webrtc-review.googlesource.com/c/114861
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@{#26042}
This commit is contained in:
chromium-webrtc-autoroll 2018-12-18 04:00:51 -08:00 committed by Commit Bot
parent 16994087d8
commit e1190c6085

16
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': '56612bfb3888402541aa5dfe7422425376f21b2e',
'chromium_revision': '640d842b5c14323ad5919133b12f4714c98eb468',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -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' + '@' + '0544b2209f18f0d53a9a857697da0ed4f86866c5',
Var('chromium_git') + '/chromium/src/base' + '@' + '56d52a1591a99df21559ca9de85bf55c569d844c',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'df23eb1b25e06db53c9e9f774575091913e6c2d4',
Var('chromium_git') + '/chromium/src/build' + '@' + '0184972e964ee5bc67ad65a24ba1b2346de8af61',
'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' + '@' + '515fd0304691e77c4351c09719ff7146defd5128',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '16778ca7cadc9d995567d45eefd4737c590dca64',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'cb8fc3656f34736fc7df006d04ea0c8275c5d1b4',
Var('chromium_git') + '/chromium/src/testing' + '@' + '03652df1d0af7ba39dff150dbf3399f48b50e48a',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c78f3a4681071b0c06547883bbe38241fcc2a7ba',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '7cfa69e3934048a06cfe9cecea44aa5ec79bf3ac',
'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' + '@' + '61cb9d6ba72b221fa702e74197258b94658c7a08',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'cf56a4bfb07c8e7361d493754482a9b1177341cf',
'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' + '@' + '0d6446c223cd996162a3d1b5a05498981e26fd44',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'e48d182c4a84430c4ee4eb58e2b2649ee3e0dd31',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),