From 85375d9d348068bbf2a5ca342a28c5f4cb6a364b Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 3 Aug 2017 00:23:46 -0700 Subject: [PATCH] Roll chromium_revision f019957f6f..dbca6182ee (491639:491664) Change log: https://chromium.googlesource.com/chromium/src/+log/f019957f6f..dbca6182ee Full diff: https://chromium.googlesource.com/chromium/src/+/f019957f6f..dbca6182ee Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/91d7459f42..6f3c47aeac * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/12c8f2df42..0a90bd8528 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3afca43d4d..a886cbedc6 DEPS diff: https://chromium.googlesource.com/chromium/src/+/f019957f6f..dbca6182ee/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2991283002 Cr-Commit-Position: refs/heads/master@{#19229} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 16a193ec8e..e49bd05851 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'f019957f6fefa261f77d6e0890912b66a9b4b318', + 'chromium_revision': 'dbca6182eeb759a0157c711403026a02ae388e6f', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -41,7 +41,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'c1335e52f229b176750bd684f6346b1f41ce4a15', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '12c8f2df427e90af4e1b6e70e73b167c95ce0a4f', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '0a90bd8528f4f6df81280233d004081f827feeca', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -76,7 +76,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' + '@' + '3afca43d4d7aa7a94798ab4c0b4899b7895c809f', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'a886cbedc6db025fa1bb0dc9380c98dac6464ee0', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client': @@ -118,7 +118,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '91d7459f4227b2733d559ed10a0554aec5dd8eb0', + Var('chromium_git') + '/chromium/src/ios' + '@' + '6f3c47aeac7fb87542e8431c91dcf0df69091236', }, 'unix': { 'src/third_party/lss':