From ab10a25a836a0c40f70bcb2d7a4de962fa8618fe Mon Sep 17 00:00:00 2001 From: buildbot Date: Fri, 2 Jun 2017 18:31:48 -0700 Subject: [PATCH] Roll chromium_revision 5867068aa6..0b479f2338 (476811:476845) Change log: https://chromium.googlesource.com/chromium/src/+log/5867068aa6..0b479f2338 Full diff: https://chromium.googlesource.com/chromium/src/+/5867068aa6..0b479f2338 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/a509beeb02..1388609df6 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6efe072bc4..d1e77ff341 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e970b15475..8aa20181fd * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/42331f2177..5e6ed00a72 DEPS diff: https://chromium.googlesource.com/chromium/src/+/5867068aa6..0b479f2338/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2915393003 Cr-Commit-Position: refs/heads/master@{#18424} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index f78a3d3029..503f0e0651 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '5867068aa6d1677d3ff8a9da36ba793757b171aa', + 'chromium_revision': '0b479f2338e67a4d5ad7922ab9760b7b7137916b', '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' + '@' + 'a509beeb02b07672485e6236339d4fdebc635b6e', + Var('chromium_git') + '/chromium/src/base' + '@' + '1388609df64d8c3fe3ff85b9567dd18a4b8cc236', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '6efe072bc41d47cece8e551b816149939d439584', + Var('chromium_git') + '/chromium/src/build' + '@' + 'd1e77ff341815f085dc850fe005a35373780ee73', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '31d4daad5d9af672d4e234570a24f3fd844bb713', 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'ec187a22f333cc79b4b4340d476c429fe0be361a', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '42331f2177eb86403de45c04b2b8f67cba964fde', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '5e6ed00a72c15351e00d5f417dace68e36c35dfb', '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' + '@' + 'e970b15475f82ef56812beedbf0f20b65cc98665', + Var('chromium_git') + '/chromium/src/ios' + '@' + '8aa20181fd707640bff9cb976940340ab3dfe554', }, 'unix': { 'src/third_party/lss':