From 09e86b2f6976625c5686adbcfc546298a71f99d4 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 2 Feb 2018 16:45:08 -0800 Subject: [PATCH] Roll chromium_revision a7892a1d2c..306e8326db (534071:534215) Change log: https://chromium.googlesource.com/chromium/src/+log/a7892a1d2c..306e8326db Full diff: https://chromium.googlesource.com/chromium/src/+/a7892a1d2c..306e8326db Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d43dc2ccb8..c56c769c28 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/20aebf8d11..616662012e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8b29dd3a94..084efec45c * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/627b03511e..40d99d2ad9 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6d4f5030b8..af73a24f33 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/744dac9136..f601e519d1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1f067b88df..5d5f22ce9d * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/efa786d464..ac54d233b6 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/275fd65914..5556f3a372 DEPS diff: https://chromium.googlesource.com/chromium/src/+/a7892a1d2c..306e8326db/DEPS No update to Clang. TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I40d562687c9c69bc194501d884f775f6921a392b Reviewed-on: https://webrtc-review.googlesource.com/47620 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21883} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index d4f7d2216d..a0f1473197 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': 'a7892a1d2c953b8d05e2e4099a3b6d017ad0b643', + 'chromium_revision': '306e8326db8514c89b4fcdab77395a69470a5680', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -28,7 +28,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': '744dac91365202b997369e957c372a80ed71a1ea', + 'catapult_revision': 'f601e519d114ff9bd12c0a7d130243a4a3cc0e00', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -38,9 +38,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' + '@' + 'd43dc2ccb8d089c8b10df1a69c9a08ea0a807c33', + Var('chromium_git') + '/chromium/src/base' + '@' + 'c56c769c288958fe103d574ce58b963a7d51fffd', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '20aebf8d11ac0c713800cc0896c791ad72c1aa99', + Var('chromium_git') + '/chromium/src/build' + '@' + '616662012ea01c4714537a921296e5c8f72c97b9', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f115f4786771afdfacb18a2299541b23e21f4792', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8b29dd3a942028ed5eaffa1314808b2d8ce892e4', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '084efec45cd14aaccba0529f1f11e2ab3adc8d41', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '627b03511e57fd6b91c70bc22330ab29148e87e2', + Var('chromium_git') + '/chromium/src/testing' + '@' + '40d99d2ad9542f41a15f8a58863095df258dd08b', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '6d4f5030b8610067328da6d4cf041bfbb2c1da88', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'af73a24f3376b1d85dd1ea541e12de76312f24db', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55', 'condition': 'checkout_android', @@ -80,7 +80,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' + '@' + '1f067b88df42154d71bcadeddec7e830fb7d2979', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '5d5f22ce9d6fdc2509b9cb46da30c49db60d8de8', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8', 'condition': 'checkout_android', @@ -117,7 +117,7 @@ deps = { 'src/third_party/libsrtp': Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423', 'src/third_party/libvpx/source/libvpx': - Var('chromium_git') + '/webm/libvpx.git' + '@' + 'efa786d4649cb39919170d745d4206309b463575', + Var('chromium_git') + '/webm/libvpx.git' + '@' + 'ac54d233b6d7ba5674996353a86bae42417022ee', 'src/third_party/libyuv': Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'ffec313dbe58c6b97d4943387bda618dccbe4591', 'src/third_party/lss': { @@ -159,7 +159,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' + '@' + '275fd65914bf72dea7d00de3d610ae7a136dc50c', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5556f3a3726fdbcd5ff62c38f7800649d6155039', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':