From fb8cf3ca0270f321848b24b04686171b89e15d7a Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 18 Jun 2017 18:10:49 -0700 Subject: [PATCH] Roll chromium_revision e438353b8b..ed82d45fc0 (480311:480324) Change log: https://chromium.googlesource.com/chromium/src/+log/e438353b8b..ed82d45fc0 Full diff: https://chromium.googlesource.com/chromium/src/+/e438353b8b..ed82d45fc0 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/12890c2e86..9e5d77dd60 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/9ec24027ab..bf51d5681a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/50158a755d..b1b7289d20 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/733d9dc5c9..4eefc3bafa DEPS diff: https://chromium.googlesource.com/chromium/src/+/e438353b8b..ed82d45fc0/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2946673002 Cr-Commit-Position: refs/heads/master@{#18651} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 12ba84f312..7ad21006e7 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'e438353b8b9ecd93216aca5313dc5446c4095102', + 'chromium_revision': 'ed82d45fc05e256857f07ff4f29adea19adb8495', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -33,15 +33,15 @@ 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' + '@' + '12890c2e8666116d65262849c3ce3595b664eea5', + Var('chromium_git') + '/chromium/src/base' + '@' + '9e5d77dd602a37fdf3f84f4dd74593d5bb85780e', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '9ec24027abe46339fe15cbe91513c7262e00caea', + Var('chromium_git') + '/chromium/src/build' + '@' + 'bf51d5681adb7adbb2ce74514ed7a76349fa698e', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'ee9c3a70889f452fb0cf10792ba3cb26de2d071e', 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '1f3a1393a1dafd033837e41900d04ed5ff682f72', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '733d9dc5c96b7633746d5125770d1253d9ca4901', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '4eefc3bafaaadbf86c8d7074194b17d9c95eaac3', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -116,7 +116,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '50158a755da3b24684fe62b7acbb4b37ecf2ff41', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'b1b7289d20b0889b3b09e059aa1c14b7449d9050', }, 'unix': { 'src/third_party/lss':