From 88fc06366af4a273c0b9962ab61430d948480981 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Tue, 14 Aug 2018 07:45:46 -0700 Subject: [PATCH] Roll chromium_revision 690394a8a7..5edb31a0cd (582511:582911) Change log: https://chromium.googlesource.com/chromium/src/+log/690394a8a7..5edb31a0cd Full diff: https://chromium.googlesource.com/chromium/src/+/690394a8a7..5edb31a0cd Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/fe1611262d..94235ec304 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/ddcfe1a1c6..188e8c57a7 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8bce498aae..9df813679a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b07830f690..91f6974c3d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ddc6e6fdb5..0ab32a0a7d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/21cd5a3096..193e933801 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/578bcf103a..96b5e50090 * src/third_party/libsrtp: https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/fc2345089a..368abd6bb3 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/6fd9d0244c..b8642738c9 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/957e87c052..360e3c21b5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/690394a8a7..5edb31a0cd/DEPS No update to Clang. TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal_compile_lite Change-Id: Icadf789b48de45dc716632aec5b3905e8528f45e Reviewed-on: https://webrtc-review.googlesource.com/94180 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#24278} --- DEPS | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/DEPS b/DEPS index a70ec6ae87..6ef447e684 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': '690394a8a7a5d1cbed65777905e1e59ea6a4ad80', + 'chromium_revision': '5edb31a0cdb1f17b7eb52cb0fe811077226ac9b9', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,7 +24,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': '21cd5a309631b78d6deedc1ca56ca83ead9fbadd', + 'catapult_revision': '193e9338017c65bf30c81135723249c858a7a48c', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -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': '578bcf103a12fb742cdb314565819011d1ac12a7', + 'freetype_revision': '96b5e500909cfce39ff78feabefd8063a229b951', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling HarfBuzz # and whatever else without interference from each other. @@ -42,9 +42,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' + '@' + 'fe1611262d827989cd1dfec2f02323197a348a5d', + Var('chromium_git') + '/chromium/src/base' + '@' + '94235ec304b06efc1dab2929e42888d2f36ce268', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'ddcfe1a1c6428569cb8c900735be3567358bc6ee', + Var('chromium_git') + '/chromium/src/build' + '@' + '188e8c57a713238f32b51259afeed19548726ede', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '9a90d9aaadeb5e04327ed05775f45132e4b3523f', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8bce498aae8b2d37e4e54bbdc9412541422f78b3', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9df813679ac03dbe9c3bd2d20038d150acc8ed21', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'b07830f6905ce9e33034ad14820bc0a58b6e9e41', + Var('chromium_git') + '/chromium/src/testing' + '@' + '91f6974c3dc597f2783ec2f51e57536d1c1d588b', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ddc6e6fdb5d75c64092ac53ee8b53a245dbd31ac', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '0ab32a0a7db67e78a73c64ca41faca72b1351922', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', 'condition': 'checkout_android', @@ -123,9 +123,9 @@ deps = { 'src/third_party/libjpeg_turbo': Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79a8792dde3d3f7d7d8ac28ba01ac9dd', 'src/third_party/libsrtp': - Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'fc2345089a6b3c5aca9ecd2e1941871a78a13e9c', + Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '368abd6bb3091df2b354250818714f72f0692ca5', 'src/third_party/libvpx/source/libvpx': - Var('chromium_git') + '/webm/libvpx.git' + '@' + '6fd9d0244c7d8941ce0004bcd2efce5d6676bef5', + Var('chromium_git') + '/webm/libvpx.git' + '@' + 'b8642738c9851232c9bb1e1a22474953d3d367cf', 'src/third_party/libyuv': Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '55f5d91f11f929c4c59c32621c3d5457cca3ab0b', 'src/third_party/lss': { @@ -175,7 +175,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' + '@' + '957e87c0528de1caaa6ce3d3437cab6b8dda64e9', + Var('chromium_git') + '/chromium/src/tools' + '@' + '360e3c21b50bf76ee6c26c576a639f02183628f2', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),