From 26b16f7d52a486ed9daa64e9ce2a67f51c63307b Mon Sep 17 00:00:00 2001 From: buildbot Date: Tue, 20 Jun 2017 09:40:29 -0700 Subject: [PATCH] Roll chromium_revision b2c019fd75..fdee024fd5 (480797:480836) Change log: https://chromium.googlesource.com/chromium/src/+log/b2c019fd75..fdee024fd5 Full diff: https://chromium.googlesource.com/chromium/src/+/b2c019fd75..fdee024fd5 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d8c643e584..02fdb65a2a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/55e1ee85f3..dc667d308f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1819771c90..823935e33d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/afe4231a9b..9499f5a5ee DEPS diff: https://chromium.googlesource.com/chromium/src/+/b2c019fd75..fdee024fd5/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2952633002 Cr-Commit-Position: refs/heads/master@{#18683} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index f0425eaf01..9c9fd7190e 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'b2c019fd753c4e1fd9d290dfa9bfaf738fd84712', + 'chromium_revision': 'fdee024fd593e3ee6a9ebe2932b336c18ba02b9f', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -33,7 +33,7 @@ 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' + '@' + 'd8c643e58466367a7ee2b9d512283cfc28cebcb0', + Var('chromium_git') + '/chromium/src/base' + '@' + '02fdb65a2a7c4e239c7da94b2de47298d9baf6b1', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '0586aa6cc36415c29ff70fbdc00567e7daae635e', 'src/buildtools': @@ -41,7 +41,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '699056ac3f95f34fefe72cd459c7dabc6a0d56eb', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '1819771c90829929b7a5ec8fe96321b191d4bc57', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '823935e33d8ecf96d9939250af0e55da2e9f1c7d', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -74,7 +74,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'afe4231a9bb7b977b9ec832730f0e76a3bb8e946', + Var('chromium_git') + '/chromium/src/tools' + '@' + '9499f5a5eea26da98f53624a3b65bcd8751c41ba', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -116,7 +116,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '55e1ee85f3a67dd87ebee4032fc30c5e5570b5b6', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'dc667d308f163cbbea61f9a456537e472b815ace', }, 'unix': { 'src/third_party/lss':