From b2cf9d38bd626714636f379671663a3e19174b1f Mon Sep 17 00:00:00 2001 From: Autoroller Date: Thu, 31 May 2018 20:43:40 -0700 Subject: [PATCH] Roll chromium_revision 2fd473c996..29e2805f88 (563409:563524) Change log: https://chromium.googlesource.com/chromium/src/+log/2fd473c996..29e2805f88 Full diff: https://chromium.googlesource.com/chromium/src/+/2fd473c996..29e2805f88 Roll chromium third_party e2bfdbbfff..a9abf5454d Change log: https://chromium.googlesource.com/chromium/src/third_party/+log/e2bfdbbfff..a9abf5454d Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce52a9f0b9..a20362e3ab * src/build: https://chromium.googlesource.com/chromium/src/build/+log/48f65d6723..cfbac23b43 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b3f47c7ac2..bc3c97a547 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/54d32643cd..fcbd74d196 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c36ea24906..b48f5b4915 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cf4aced37e..0ae14e9aad * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/79357ec26d..44536dd995 DEPS diff: https://chromium.googlesource.com/chromium/src/+/2fd473c996..29e2805f88/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal NO_AUTOIMPORT_DEPS_CHECK=true Change-Id: Ie8255f0ee7a53a58653ff46b8976a3a7310226d5 Reviewed-on: https://webrtc-review.googlesource.com/80342 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#23481} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index f7211791f1..593f2d9683 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': '2fd473c99670501614888556098e9cb0de6a3139', + 'chromium_revision': '29e2805f88f4e7af97d0825d3a12c4f24eba5107', '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': 'c36ea24906979ce68061a752f350f7a2b52d62f8', + 'catapult_revision': 'b48f5b49150fee6571e073e435926cadb8d50487', # 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': 'e2bfdbbfff96df3c30ef7ceba0685a4b7c719ae3', + 'chromium_third_party_revision': 'a9abf5454dbdbfafe8e411c3f11a95c686080b69', } 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' + '@' + 'ce52a9f0b9c066ad6a81aa6894f7eaefbc22d25e', + Var('chromium_git') + '/chromium/src/base' + '@' + 'a20362e3abe4a6308fd9e9db87ad303e7f4f7372', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '48f65d67232b17d6c3c2d7bd725065f066cacf92', + Var('chromium_git') + '/chromium/src/build' + '@' + 'cfbac23b436a1e3909f37375da2f25941d824f2b', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '893eb86b02b2571894e328f05551112b96df1cce', # 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' + '@' + 'b3f47c7ac2b5a88153a9ed345fdc33883793bfd5', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'bc3c97a547a3e6233ef714ae50ce1427ea90f11c', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '54d32643cd49288955f2dd891d36465fbdf47de3', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'fcbd74d1966d141046f1906a1af348c57b8ea870', # 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' + '@' + 'cf4aced37e993525b9e21856c0d1acec682edab1', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '0ae14e9aad83c1387df8dd565cce3748fce3dec7', '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' + '@' + '79357ec26df83dea289c9db25af5a0d58543a000', + Var('chromium_git') + '/chromium/src/tools' + '@' + '44536dd99549a49e5110ee3d4cb252bb9aa85f87', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':