From 8e8da13eb1fadc25c6a653b69670cde5e8cefacc Mon Sep 17 00:00:00 2001 From: Autoroller Date: Thu, 21 Sep 2017 08:50:17 -0700 Subject: [PATCH] Roll chromium_revision e242527ec0..0b04bb65d6 (503426:503455) Change log: https://chromium.googlesource.com/chromium/src/+log/e242527ec0..0b04bb65d6 Full diff: https://chromium.googlesource.com/chromium/src/+/e242527ec0..0b04bb65d6 Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/555b75b182..68d3be9b11 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/76b87738dd..a701b9fce2 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/3ef96a8e1f..5a404050d5 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f51f273ee8..c03c218190 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c8b855bc2f..f98ecab250 DEPS diff: https://chromium.googlesource.com/chromium/src/+/e242527ec0..0b04bb65d6/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I8986ce14213e9a887b689a6bc5b8c7fd4e841609 Reviewed-on: https://webrtc-review.googlesource.com/2540 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#19914} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 608bc3e9e5..b1656fa5ac 100644 --- a/DEPS +++ b/DEPS @@ -3,7 +3,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': 'e242527ec0f96861bc5d9a6d97efb35fe04066b0', + 'chromium_revision': '0b04bb65d676b9c658dd40ded87a1388e79d63b6', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -16,7 +16,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. - 'boringssl_revision': 'f51f273ee8eb67e1b2b36bb9ef576bd8ff8632bc', + 'boringssl_revision': 'c03c2181901fe44e0eec700aaf645769ea2d240a', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling lss # and whatever else without interference from each other. @@ -36,13 +36,13 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '8322a45b6ec750b272b1be8a9b8c17fc9624d3e0', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '555b75b182b2e1ad5828a784bf623f3b12d45a0e', + Var('chromium_git') + '/chromium/src/build' + '@' + '68d3be9b119b7a32b07f324056c63a9eb28fc501', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f6d165d9d842ddd29056c127a5f3a3c5d8e0d2e3', 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '8fcd8f277531e92595c86ae9e97ec32a894aef79', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '3ef96a8e1f56044bb7edc6f1113d0328d8f0faaa', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '5a404050d588e98e824bb4901bd61d9579da063d', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -77,7 +77,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' + '@' + 'c8b855bc2f365bc168e46912da4775ca8916bd26', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f98ecab25007dae5fc95c8c3b8273ece467d1461', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client': @@ -119,7 +119,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '76b87738dd4742e3516f666676ada854cae28448', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'a701b9fce234fc01ec22eb57ee6ccc4ad14e91f5', }, 'unix': { 'src/third_party/lss':