From 5f12f09492be2244dcfc3a49cef521d5aa6adf4b Mon Sep 17 00:00:00 2001 From: Autoroller Date: Tue, 15 May 2018 17:44:23 -0700 Subject: [PATCH] Roll chromium_revision 5e8d8448f9..06a3103dba (558688:558901) Change log: https://chromium.googlesource.com/chromium/src/+log/5e8d8448f9..06a3103dba Full diff: https://chromium.googlesource.com/chromium/src/+/5e8d8448f9..06a3103dba Roll chromium third_party 156f0a4ab7..07a7c038b7 Change log: https://chromium.googlesource.com/chromium/src/third_party/+log/156f0a4ab7..07a7c038b7 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/fa869fa59b..da654fb628 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f7d99e7a2f..c9de5e4fe8 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/dab8567b66..83ea3fdb9e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/bfb20b1a58..0922117f9b * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/075ca3000a..a8692f3255 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/babd098f36..cbf0204555 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c708703ecd..279b289fcd DEPS diff: https://chromium.googlesource.com/chromium/src/+/5e8d8448f9..06a3103dba/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I74371c63ffa8af43bd2cc8b47192a79362890cf1 Reviewed-on: https://webrtc-review.googlesource.com/77023 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#23254} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 8761e917cd..bca0112731 100644 --- a/DEPS +++ b/DEPS @@ -10,7 +10,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': '5e8d8448f94a844159946daa7d58cdf4305abb91', + 'chromium_revision': '06a3103dbafdf0e088e8c8c947fc4da35eff163f', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -27,7 +27,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': '075ca3000abfdd522bd4faf668cae4b7c820dd64', + 'catapult_revision': 'a8692f3255c2bd61195a48f031de8d75995f81e6', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -43,15 +43,15 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Chromium third_party # and whatever else without interference from each other. - 'chromium_third_party_revision': '156f0a4ab73afb64f487df9982435b28a52ec9b2', + 'chromium_third_party_revision': '07a7c038b76245e91aa9c04bebee92204cc68c2c', } 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' + '@' + 'fa869fa59bd4e3b7b9552f8a81f08e1848de4263', + Var('chromium_git') + '/chromium/src/base' + '@' + 'da654fb6285be4f7af7625ddd25ac558a774d736', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'f7d99e7a2f965e39cea5cd80187e249f2a3c2f41', + Var('chromium_git') + '/chromium/src/build' + '@' + 'c9de5e4fe8189f9fbca42a460ece4299cd97ec47', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'a9e946f166b73f9dc170129f6586a1e68efb0ab3', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -61,11 +61,11 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'dab8567b6642f85e8172790f78f5ce464eb3b170', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '83ea3fdb9eb26f601f4bf29270b478c102f8cfcb', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'bfb20b1a58e8bf8290640c3128e53998cc9e8bc6', + Var('chromium_git') + '/chromium/src/testing' + '@' + '0922117f9b7ccbfccc7c2cdeece2aeef9fd1981e', # This entry is used for chromium third_party rolling into webrtc third_party only. 'src/third_party_chromium': { 'url': Var('chromium_git') + '/chromium/src/third_party' + '@' + Var('chromium_third_party_revision'), @@ -94,7 +94,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' + '@' + 'babd098f3684f1bc965a0f72f96cb701eec91e52', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'cbf0204555fe07fda96d20456e03f105e2922005', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -175,7 +175,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'c708703ecdb9f7b52686ed57307f42f2d1bca43d', + Var('chromium_git') + '/chromium/src/tools' + '@' + '279b289fcd71d08ad43c4c2fc4c4ffc8d9a9d05c', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':