From 2ecc8c8be2bf5f276bf0b6919fa200ca8f786906 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Wed, 6 Mar 2019 09:01:38 -0800 Subject: [PATCH] Roll chromium_revision 99baeeafe2..3eb6e6ce76 (638035:638159) Change log: https://chromium.googlesource.com/chromium/src/+log/99baeeafe2..3eb6e6ce76 Full diff: https://chromium.googlesource.com/chromium/src/+/99baeeafe2..3eb6e6ce76 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e394a7e12b..29f075daa0 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/983d3dfb16..506f9d36da * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ffa4e7bfaf..690179914b * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a9045beff4..317c728408 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/178c6e6083..441570a9c5 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/6d65c60fca..31757f969f * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/44d70e775a..d2d048ba0b DEPS diff: https://chromium.googlesource.com/chromium/src/+/99baeeafe2..3eb6e6ce76/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I8755ad8791ee56261cb4c3e0082074cfbe8f01a4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/126021 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27002} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index db0dfafc8a..4a998e1880 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': '99baeeafe29b54168bc18411791025d4a9419eea', + 'chromium_revision': '3eb6e6ce76a64cc516fc4d91a39cd35b69110d3b', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -32,7 +32,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling freetype # and whatever else without interference from each other. - 'freetype_revision': '6d65c60fca0ebce88e2bcfeac92a7a791e03bf42', + 'freetype_revision': '31757f969fba60d75404f31e8f1168bef5011770', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling HarfBuzz # and whatever else without interference from each other. @@ -46,9 +46,9 @@ 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' + '@' + 'e394a7e12bfb30ba92b21bca4b7670422a2b1a9f', + Var('chromium_git') + '/chromium/src/base' + '@' + '29f075daa0df4727024ab9ef61a392f2ae6da8ed', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '983d3dfb165b4a5e64d198eaecafaca4db7ed79f', + Var('chromium_git') + '/chromium/src/build' + '@' + '506f9d36da7320333f1bc6ed32c04a8a2ecb3c0f', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '3e50219fc4503f461b2176a9976891b28d80f9ab', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'ffa4e7bfafffcca5d5271b2b086bd2495cb109a4', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '690179914b4d1f5a1048c3e3307c0dec0bb198e3', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'a9045beff4c6b79f7a0a781aa4155428d96efbdc', + Var('chromium_git') + '/chromium/src/testing' + '@' + '317c728408e85cf540836a8c89d59e7a78359ee7', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '178c6e6083877dcc7e0e2d737807e33fb347ba21', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '441570a9c52aee2e710568a0d8325f42ab789730', 'src/buildtools/clang_format/script': Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917', @@ -250,7 +250,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '44d70e775a99ff378565f8846636bec3c50f464c', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'd2d048ba0bc8d3f88236084a459aab64438eba89', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),