From 0f80a7a5a6d3a03efec40b1a91cf3eb1b82c642e Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 27 Apr 2017 03:50:27 -0700 Subject: [PATCH] Roll chromium_revision 4dbe8b7c5c..b4046080f3 (467609:467632) Change log: https://chromium.googlesource.com/chromium/src/+log/4dbe8b7c5c..b4046080f3 Full diff: https://chromium.googlesource.com/chromium/src/+/4dbe8b7c5c..b4046080f3 Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8caeadbd67..3a45235579 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b939684d5e..75a6eecf54 DEPS diff: https://chromium.googlesource.com/chromium/src/+/4dbe8b7c5c..b4046080f3/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2844243002 Cr-Commit-Position: refs/heads/master@{#17906} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 81b9feaf4e..67249e79cc 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '4dbe8b7c5c9762619c4baf47e4650a9d8139d48f', + 'chromium_revision': 'b4046080f31d65ed2618ecf1a2538ac322e9848a', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -46,7 +46,7 @@ deps = { 'src/testing/gmock': Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b939684d5e4c35c6a9ba95140c74d5f80652d6c1', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '75a6eecf546ebd28f568ba282cc15bf72b4d17ff', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -119,7 +119,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '8caeadbd679d268a1daaa58e8bc658243e9963a6', + Var('chromium_git') + '/chromium/src/ios' + '@' + '3a4523557967b67d34e0b1b076a1c77c52cff501', }, 'unix': { 'src/third_party/lss':