From 0d6609df0db1e2bfcdd0773cb69be6358b36d244 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 1 Nov 2017 14:05:05 -0700 Subject: [PATCH] Roll chromium_revision f69055b78e..6687bb7994 (513208:513265) Change log: https://chromium.googlesource.com/chromium/src/+log/f69055b78e..6687bb7994 Full diff: https://chromium.googlesource.com/chromium/src/+/f69055b78e..6687bb7994 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d6bcf16da8..09b8d564d2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f2bd45e6e8..3df1bb82ed * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2ba066531a..64f5e340aa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7986d6d202..0ef235f027 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/77782afb5d..3a59a3ae36 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/401e6d48bf..3ba9a2c8b2 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/e5d5c39384..e747f4ca1d DEPS diff: https://chromium.googlesource.com/chromium/src/+/f69055b78e..6687bb7994/DEPS No update to Clang. TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I9af20b4a6d034dcceded6ce4aa603aae2a58ac81 Reviewed-on: https://webrtc-review.googlesource.com/18060 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20542} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 53fa8f6ad7..684911cbd9 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': 'f69055b78ed0922867fe7ac1ba4637d0906d0267', + 'chromium_revision': '6687bb79942d0ebd85edb0533d057647b2f6b317', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -38,9 +38,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' + '@' + 'd6bcf16da86fa9e8fc2d36ce02010c7639e5b50e', + Var('chromium_git') + '/chromium/src/base' + '@' + '09b8d564d255c7b5c0aaf5a66f1b65271246495a', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'f2bd45e6e88da0315a389fcd7dddd8c0ef4c3815', + Var('chromium_git') + '/chromium/src/build' + '@' + '3df1bb82ed3fb9fbeb431576afa2fb6786c5a1b7', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '3275a099f3c199b50ff97117aa0184f3e91f8a32', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2ba066531aa441477898e044dc404c12bf77fbc7', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '64f5e340aaa4acf2fcebbb5fb7b9f95d8cca0068', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '7986d6d20216bdda2caab7080b81d0ec88d73a60', + Var('chromium_git') + '/chromium/src/testing' + '@' + '0ef235f027c6ed0cefc2f091fcaefc2ebc85a07f', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '77782afb5dd70fe020ee70c9f1d0e2d352e388e3', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '3a59a3ae3648281b38cfb1eec93d6b128e30e97f', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'ca0bd083872ad925881736fe2bedc3ff855e08f5', 'condition': 'checkout_android', @@ -105,7 +105,7 @@ deps = { 'src/third_party/libsrtp': Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423', 'src/third_party/libvpx/source/libvpx': - Var('chromium_git') + '/webm/libvpx.git' + '@' + '401e6d48bfd3cbf74a41da724d05c989e207662b', + Var('chromium_git') + '/webm/libvpx.git' + '@' + '3ba9a2c8b2341430b001ed531f1eedf7c9b0384f', 'src/third_party/libyuv': Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '8fa02df3c0591754958a50cc2896aafae319f3bc', 'src/third_party/lss': { @@ -147,7 +147,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'e5d5c3938462f32e760c257881bf9569c21e377f', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e747f4ca1d454ba41939b24c3715633aef9e2b22', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':