From 87f827db3e21110dc3aa94753482bc435a3f9dd0 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 5 Mar 2018 23:45:03 -0800 Subject: [PATCH] Roll chromium_revision 4f34e798b7..a76818d7bf (540949:541053) Change log: https://chromium.googlesource.com/chromium/src/+log/4f34e798b7..a76818d7bf Full diff: https://chromium.googlesource.com/chromium/src/+/4f34e798b7..a76818d7bf Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/820903a0fd..a84984c792 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/244cd3dc77..06a6e63084 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/a4b3be210d..5b99a0954d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8d099e8020..d127d05715 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cea692b439..2d7c1c2b96 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5e6d7f0f14..394bf90f9c DEPS diff: https://chromium.googlesource.com/chromium/src/+/4f34e798b7..a76818d7bf/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ib53d884e183ff63eee73bf56132e6396ccec3b17 Reviewed-on: https://webrtc-review.googlesource.com/60102 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22302} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index afbe9916eb..80be03918e 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': '4f34e798b71bdc72ca4a1bf82b91e34d6929c731', + 'chromium_revision': 'a76818d7bffc5265bc78d0fd4ae578ebd590e81c', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + '820903a0fde78322677ac217ee97a66654f21400', + Var('chromium_git') + '/chromium/src/base' + '@' + 'a84984c792090660386ee04f164962c519f2cba1', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '244cd3dc7767fe3f248099e2986394e76d819db6', + Var('chromium_git') + '/chromium/src/build' + '@' + '06a6e63084bdf9880b0bc438075dde9ea36316b3', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2888931260f2a32bc583f005bd807a561b2fa6af', # 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' + '@' + 'a4b3be210d5337555680717c69b6ea54e28a03ac', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '5b99a0954db3e19b3fbff734b67d89f2cfd15ea5', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '8d099e8020dcbd0bed708093603da63b913eb94d', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'd127d05715845e9f9a7ba2a577f59f5dc16589b1', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'cea692b4390da7b18308cc941aa09f5e28baf73d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '2d7c1c2b96b2dd617ac91135f6e58ed705917a4c', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', 'condition': 'checkout_android', @@ -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' + '@' + '5e6d7f0f14fff5055e7378b9680c36c1b341f471', + Var('chromium_git') + '/chromium/src/tools' + '@' + '394bf90f9cc5695be0bab7a368a969bef5db6363', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':