Roll chromium_revision ddce7e097d..caa5e0d1c9 (617111:617225)

Change log: ddce7e097d..caa5e0d1c9
Full diff: ddce7e097d..caa5e0d1c9

Changed dependencies
* src/base: 49db73713b..cd3c1fe6e0
* src/build: d20f468cf8..b423fb4501
* src/ios: b97b57743a..36664d0613
* src/testing: 4e884f9ae9..82dce44707
* src/third_party: 2ad7d171b7..4444813c40
* src/third_party/depot_tools: 27c6e44188..a1e4d48a10
* src/tools: cbad873606..df7de56552
DEPS diff: ddce7e097d..caa5e0d1c9/DEPS

No update to Clang.

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

Change-Id: I06d1227afb6893f1efb1cd7a303fd3f1155c889a
Reviewed-on: https://webrtc-review.googlesource.com/c/114742
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@{#26034}
This commit is contained in:
chromium-webrtc-autoroll 2018-12-17 13:01:17 -08:00 committed by Commit Bot
parent 7d8c27e12a
commit 7a33d23503

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': 'ddce7e097d574e0d80876dbcbced50b57c3fd309',
'chromium_revision': 'caa5e0d1c9d58de7bbcf686857034253d0a26ac8',
'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' + '@' + '49db73713b903c664ae56799da9f1a172460da20',
Var('chromium_git') + '/chromium/src/base' + '@' + 'cd3c1fe6e0a83cdfae5454af0600caabfd6439e6',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'd20f468cf8271df6085da619c0a72872ea721c71',
Var('chromium_git') + '/chromium/src/build' + '@' + 'b423fb450176fac2fc65aa420936c22f777810cf',
'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' + '@' + 'b97b57743a7df02d6c0e8595ee0f2d0e7b2b998f',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '36664d0613ba1709c28f067d0a4ac87e8e350eb3',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '4e884f9ae96f730d12954772e483fde9d4bf945c',
Var('chromium_git') + '/chromium/src/testing' + '@' + '82dce44707dd4e5600704d0238efa2efc0f9b3e5',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '2ad7d171b768ee39f92211b6d7ab37b19796b5a4',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4444813c405c1703979d1636bdd15789d36b60f3',
'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' + '@' + '27c6e44188fbaf6a7a34a070e07a2b61ab569fd7',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'a1e4d48a104af8e96b34eaa436138920f029469c',
'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' + '@' + 'cbad87360667bc0b6acfc00ea2f9c24f2408a364',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'df7de565525a28f1a181d555a4e02217d790f318',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),