From d30de066dc1e9f282b753467e6fab650453fdb67 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sat, 18 Feb 2017 14:43:50 -0800 Subject: [PATCH] Roll chromium_revision 8a40fe5f00..19142f86f4 (451463:451494) Change log: https://chromium.googlesource.com/chromium/src/+log/8a40fe5f00..19142f86f4 Full diff: https://chromium.googlesource.com/chromium/src/+/8a40fe5f00..19142f86f4 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9ef8f687fb..d30f719267 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/38d84d205c..3f3ad2ea90 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/fed2712e80..6cde56923e DEPS diff: https://chromium.googlesource.com/chromium/src/+/8a40fe5f00..19142f86f4/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2704043002 Cr-Commit-Position: refs/heads/master@{#16694} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 2b2d1a501d..5d89abdabd 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '8a40fe5f00e8b6c3363194f69fe9b2b4f79781b8', + 'chromium_revision': '19142f86f469c28331a5a272595bbfb2392f0abd', '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' + '@' + '9ef8f687fb4516e365702c8858b3c131bcfa71e1', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd30f719267d3cc348c0faa20667a19d87ed5fd46', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -58,7 +58,7 @@ deps = { 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'src/third_party/ffmpeg': - Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '38d84d205cd89cb9ce740735d2d31d4bc2a07abb', + Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '3f3ad2ea90df08f5907bd997e1ce22e1c19ce215', 'src/third_party/jsoncpp/source': Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 @@ -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' + '@' + 'fed2712e80a3748bacb7a9c0d8505e581e59fbfb', + Var('chromium_git') + '/chromium/src/tools' + '@' + '6cde56923e24cbbbe3866b77b58d4bfa9bca6dc8', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':