From bed843756b37c91e4ab5304a856782131f409732 Mon Sep 17 00:00:00 2001 From: buildbot Date: Fri, 14 Apr 2017 06:12:32 -0700 Subject: [PATCH] Roll chromium_revision 697a0aa44a..1e9fa3b2e7 (464709:464718) Change log: https://chromium.googlesource.com/chromium/src/+log/697a0aa44a..1e9fa3b2e7 Full diff: https://chromium.googlesource.com/chromium/src/+/697a0aa44a..1e9fa3b2e7 Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b48830ef82..afe8c38c5c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/2944a29b4b..a4faeb31dd DEPS diff: https://chromium.googlesource.com/chromium/src/+/697a0aa44a..1e9fa3b2e7/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2816183002 Cr-Commit-Position: refs/heads/master@{#17707} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index a52918d40d..71662c73a0 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '697a0aa44a8ea1bbe4e587845856ef0ccb687e7d', + 'chromium_revision': '1e9fa3b2e7dca2ba228b9720570512676ed23798', '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' + '@' + '2944a29b4bb066a9468039b0914b4965e9d4e52e', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a4faeb31dd847510bd0e6cc831d4dc3729b2e170', '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' + '@' + 'b48830ef824947ac2df97907e9b44ac2b85884dd', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'afe8c38c5c8b379d1195eeb1659483ee23107ab8', }, 'unix': { 'src/third_party/lss':