From 0c3ad73948e4b1c2b36bca1332b7fa63a0ad3aee Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 20 Jul 2018 16:44:51 -0700 Subject: [PATCH] Roll chromium_revision 86c90e3417..5e7b1029e2 (576937:577041) Change log: https://chromium.googlesource.com/chromium/src/+log/86c90e3417..5e7b1029e2 Full diff: https://chromium.googlesource.com/chromium/src/+/86c90e3417..5e7b1029e2 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/527e5bc8ca..bec9f4d210 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/385916c37b..12f8eab7fa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f451749ab2..66f07fd00e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6179ecbab1..33ad55369b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/abf6dd4a4b..166245f481 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/213eaf4f79..ddcfa34d6a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/807abf149a..60b9b6fb91 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/adba6eefee..b2b917f66e DEPS diff: https://chromium.googlesource.com/chromium/src/+/86c90e3417..5e7b1029e2/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I5235754e2df074510ebc26de279794e8602704c4 Reviewed-on: https://webrtc-review.googlesource.com/89920 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#24058} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 57d56b2852..42110a26f8 100644 --- a/DEPS +++ b/DEPS @@ -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': '86c90e341745f8f5c80e09e5828db5f1723f66fb', + 'chromium_revision': '5e7b1029e2747adf714d30c1906259e60911c242', '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': '213eaf4f79bcdfc088cb7a6512948b7777403c7f', + 'catapult_revision': 'ddcfa34d6ad43fceb291a000fa013ad159dc731e', # 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' + '@' + '527e5bc8ca048f0307d3e6f23055217d39ee2386', + Var('chromium_git') + '/chromium/src/base' + '@' + 'bec9f4d210bccf37537bff8a82812074cfca3ea4', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '385916c37b59c7fd0210ce918b239bd1c82a0f15', + Var('chromium_git') + '/chromium/src/build' + '@' + '12f8eab7fa0eb6ed85efbec546866207d22c0991', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9', # 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' + '@' + 'f451749ab2c424f50b13b8c419d15d2c02805a94', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '66f07fd00e9b2f07f7f6572bd3522c6c572b1fa2', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '6179ecbab171f6edb41e86afd501189ee48f2a30', + Var('chromium_git') + '/chromium/src/testing' + '@' + '33ad55369be3e622cbe3581b70c83179db390faa', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'abf6dd4a4b1578779555ebab58ea8d18bde0c6a5', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '166245f481af6d8b60dae1b21b351e45cdbf0869', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', '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' + '@' + '807abf149a5d70e80b2ed1fee11dcec2a7d255bc', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '60b9b6fb9147c8cd512c886bf3969ea114358a56', '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' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'adba6eefee27bb24ca9f6a8752805d7804ab02f4', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'b2b917f66ed0488913c5c3999491868472b3ce9a', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),