From 23b5cc967ffcd8a036499489e91a2ab6bcf23ee2 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Thu, 18 Jan 2018 12:45:10 -0800 Subject: [PATCH] Roll chromium_revision 4d5bddb57d..824db4d831 (530122:530259) Change log: https://chromium.googlesource.com/chromium/src/+log/4d5bddb57d..824db4d831 Full diff: https://chromium.googlesource.com/chromium/src/+/4d5bddb57d..824db4d831 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1fceabc706..0f3c9c1a28 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b1e1be6aa8..d2e2727912 * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/6fe4a32514..437a616be5 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8571dec5a5..f56b4593b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7039acd4a7..516114b5c9 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b1413b758f..b9503e86a2 * src/third_party/auto/src: https://chromium.googlesource.com/external/github.com/google/auto.git/+log/71802f2ae7..8a81a858ae * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/fbd65219a8..b4706e7320 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5d6b00fac6..d12f91d882 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/dc69317aa5..f35f247417 DEPS diff: https://chromium.googlesource.com/chromium/src/+/4d5bddb57d..824db4d831/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I0d41e953d39cbf88c4de9d6a4ac3c8585f05fb4c Reviewed-on: https://webrtc-review.googlesource.com/41022 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21686} --- DEPS | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/DEPS b/DEPS index a13b762aa6..b31751cbb5 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': '4d5bddb57d9b9451153f239a62b874327662996f', + 'chromium_revision': '824db4d831a994dcbdccd0ab23524a4b15863877', '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': 'fbd65219a8245c27c19f00ea37d3136e00d9a993', + 'catapult_revision': 'b4706e73204bf551ca2f85fce8cbe23ef7d0df31', # 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,19 +38,19 @@ 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' + '@' + '1fceabc706d6f634f13e6d2a54089fecfbb85b7a', + Var('chromium_git') + '/chromium/src/base' + '@' + '0f3c9c1a28919266550646bdd938a97ed677bb9b', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'b1e1be6aa8ef99c975225342cc0cd1a977647d54', + Var('chromium_git') + '/chromium/src/build' + '@' + 'd2e2727912d565582e4599c1c4b1a4ebe8f70c13', 'src/buildtools': - Var('chromium_git') + '/chromium/buildtools.git' + '@' + '6fe4a3251488f7af86d64fc25cf442e817cf6133', + Var('chromium_git') + '/chromium/buildtools.git' + '@' + '437a616be5b2056336ed3ca5c33c41f7788ede09', 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8571dec5a560bf1e2fdf237f6a55bc7f6754018d', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f56b4593b68ea732fae0143bd484c4c11084627a', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '7039acd4a7b4dd3f319c7ff910cf85c0184ad21a', + Var('chromium_git') + '/chromium/src/testing' + '@' + '516114b5c9d7ad8755c69f395c6ff51ba6d37f06', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b1413b758f8c163498ec2550d73405138402c4b9', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b9503e86a2d8230a056ad031a5ab5370d0c2fe00', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55', 'condition': 'checkout_android', @@ -60,7 +60,7 @@ deps = { 'condition': 'checkout_android', }, 'src/third_party/auto/src': { - 'url': Var('chromium_git') + '/external/github.com/google/auto.git' + '@' + '71802f2ae74dae2744abd999f8434e13055c4ee3', + 'url': Var('chromium_git') + '/external/github.com/google/auto.git' + '@' + '8a81a858ae7b78a1aef71ac3905fade0bbd64e82', 'condition': 'checkout_android', }, 'src/third_party/boringssl/src': @@ -74,7 +74,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' + '@' + '5d6b00fac64a829cca5637bb76abe618291b8b60', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'd12f91d8829fc30b7d19a89069b55c4b833f960d', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8', 'condition': 'checkout_android', @@ -153,7 +153,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' + '@' + 'dc69317aa5628904205418a53d977be30770d1b4', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f35f2474173822f4cfec8f11a16a76ce956d063e', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':