From 3e4c842fdd1b8b2bd982a80ccd004cf67c5288ca Mon Sep 17 00:00:00 2001 From: buildbot Date: Sat, 18 Feb 2017 05:29:25 -0800 Subject: [PATCH] Roll chromium_revision 469e3d5d1a..aebdbddd1c (451449:451457) Change log: https://chromium.googlesource.com/chromium/src/+log/469e3d5d1a..aebdbddd1c Full diff: https://chromium.googlesource.com/chromium/src/+/469e3d5d1a..aebdbddd1c Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ec419f6280..9ef8f687fb * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9b54dd394b..da5fd72bf2 DEPS diff: https://chromium.googlesource.com/chromium/src/+/469e3d5d1a..aebdbddd1c/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2707623003 Cr-Commit-Position: refs/heads/master@{#16691} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 8376afb106..0340fb49e9 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '469e3d5d1a527c19a07df597399abbe44b85aa0f', + 'chromium_revision': 'aebdbddd1caea79bd6d3875fb093be2197264585', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -50,7 +50,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' + '@' + 'ec419f62803ef1daf4b38203f1395fd7513876f9', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '9ef8f687fb4516e365702c8858b3c131bcfa71e1', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -85,7 +85,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' + '@' + '9b54dd394b82e6c44be0b4d3da9c0625d5f242d9', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'da5fd72bf2903f7ad1bfb694326e165086196310', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':