From 3f185d878efe0d351da361346df8b1a80df305c8 Mon Sep 17 00:00:00 2001 From: buildbot Date: Fri, 14 Jul 2017 06:52:42 -0700 Subject: [PATCH] Roll chromium_revision f70200fde2..484350a921 (486715:486744) Change log: https://chromium.googlesource.com/chromium/src/+log/f70200fde2..484350a921 Full diff: https://chromium.googlesource.com/chromium/src/+/f70200fde2..484350a921 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/80c86c10d5..93409e9339 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f55954a081..4ef63d3d10 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8f58610f9c..f96dbd480e DEPS diff: https://chromium.googlesource.com/chromium/src/+/f70200fde2..484350a921/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/2980903003 Cr-Commit-Position: refs/heads/master@{#19021} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 5b27644b5e..a484df5a11 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'f70200fde205d982dd10722fbeef1309eae22b6e', + 'chromium_revision': '484350a921288d2f41c025e7c114924d85007951', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -33,7 +33,7 @@ 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' + '@' + '80c86c10d5d9a0c8a7a5d9f66deeb0972b802778', + Var('chromium_git') + '/chromium/src/base' + '@' + '93409e9339e4122203ce676554ffa3ec18396cca', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '65fffeb1948f0eda912dbc45d3d75bafc7ac96e2', 'src/buildtools': @@ -41,7 +41,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'cab581ef32574c17e94be9e77f8e1d569a8d358f', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f55954a08106e791de322027a66e45713baa6d54', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '4ef63d3d10ddfeef07a5e61441ca8bd9cb06f35d', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -74,7 +74,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '8f58610f9cba55d2d9ce0835bfc78c9a6309ac51', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f96dbd480eb07c0c079f83b92de80734b40019b5', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client':