From e7781b3e2a6c18053771ba53cbaf47d11897d5c9 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 15 Dec 2017 11:46:51 -0800 Subject: [PATCH] Roll chromium_revision 003f7a2711..48fdf63300 (524420:524439) Change log: https://chromium.googlesource.com/chromium/src/+log/003f7a2711..48fdf63300 Full diff: https://chromium.googlesource.com/chromium/src/+/003f7a2711..48fdf63300 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8990f628a1..dfb8d0cba4 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e5a71cb974..053d735775 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/55b5e2817f..e925c2b4e3 DEPS diff: https://chromium.googlesource.com/chromium/src/+/003f7a2711..48fdf63300/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I3f709b521e1fa5a97fc559c54d2cfd1ec5324589 Reviewed-on: https://webrtc-review.googlesource.com/33680 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21307} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index d2f9cb3b42..57da69c441 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': '003f7a27111cc39020a288cdf9303c8f4c211fa2', + 'chromium_revision': '48fdf63300aae84f8159c22831df8cff24b5d984', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -38,7 +38,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' + '@' + '8990f628a10818aa1e1e4e9b54b303e5ecd0037e', + Var('chromium_git') + '/chromium/src/base' + '@' + 'dfb8d0cba41348d8c440cd7619743b401d88fd15', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + 'bb86bde677c98d2b784aeb08a98ea896d660f276', 'src/buildtools': @@ -50,7 +50,7 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e5a71cb97482b427f92651b42f1eb848a1600ea8', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '053d735775e28aef76418bc3ea99efeae77a7aeb', 'condition': 'checkout_ios', }, 'src/testing': @@ -155,7 +155,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' + '@' + '55b5e2817f4ed873590ca0e9f6b1d85f9a3ddb40', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e925c2b4e356411ad7559923407031da0fd1c037', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':