From f94e3d9f7f79b3ced7d86e709a23c6deb81da74d Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Tue, 28 May 2019 12:01:04 -0700 Subject: [PATCH] Roll chromium_revision 9809faf8ca..09fae7ef1b (663719:663849) Change log: https://chromium.googlesource.com/chromium/src/+log/9809faf8ca..09fae7ef1b Full diff: https://chromium.googlesource.com/chromium/src/+/9809faf8ca..09fae7ef1b Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1865b18ee8..4156e5da2f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/011ae59d8a..f8a20881dd * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b15a1e2b70..82c755e0de * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fa0d6f7c8a..63de520331 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/db247b76fa..731cf1f7d6 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/26af0d34d2..778c7f117a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9c2351d4ec..99662dd029 DEPS diff: https://chromium.googlesource.com/chromium/src/+/9809faf8ca..09fae7ef1b/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I6b8e973e050ef996c601fcf0e2a1276f3e40e8d5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/138960 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#28091} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index ee9baea6b9..e14f1f67bf 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': '9809faf8caf9c525bf69b835e15e6959929fd9c1', + 'chromium_revision': '09fae7ef1b21bcca0046bdeeae2832b8c1e5c35c', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -86,9 +86,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' + '@' + '1865b18ee8e7e401780f3a2ee7bd558b06720b8a', + Var('chromium_git') + '/chromium/src/base' + '@' + '4156e5da2f390c3bcb7bb9eb6e5c16206f621276', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '011ae59d8abccc613a0d1b1711aae7c9e0b5386b', + Var('chromium_git') + '/chromium/src/build' + '@' + 'f8a20881dd48be898903a09ef50e95a5a4137b7e', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '0218c0f9ac9fdba00e5c27b5aca94d3a64c74f34', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b15a1e2b706fc9de91c93e332697f6197dd4c87a', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '82c755e0de84adf392ae1d54e4c1945e70910272', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'fa0d6f7c8a421a6210b1e422766e440c2246f776', + Var('chromium_git') + '/chromium/src/testing' + '@' + '63de52033186b1ac48770cffc824bc270d0c75f9', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'db247b76faa31499e3647da0bf9c607a068b2095', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '731cf1f7d6d92126b6e2e635aef84fe49c7ef561', 'src/buildtools/linux64': { 'packages': [ @@ -199,7 +199,7 @@ deps = { 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '26af0d34d281440ad0dc6d2e43fe60f32ef62da0', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '778c7f117aee162dece25d84e00504b2b828655e', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -312,7 +312,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' + '@' + '9c2351d4eca17acf1ca6a0e52acbae8bf21de484', + Var('chromium_git') + '/chromium/src/tools' + '@' + '99662dd029b4ed740162793f9a78e232544679f4', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),