From b535c13e25e376abfe833e373ce4475f02e0fe03 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Thu, 29 Nov 2018 08:01:41 -0800 Subject: [PATCH] Roll chromium_revision f85d2e4da0..0a7ee90062 (612092:612216) Change log: https://chromium.googlesource.com/chromium/src/+log/f85d2e4da0..0a7ee90062 Full diff: https://chromium.googlesource.com/chromium/src/+/f85d2e4da0..0a7ee90062 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/598c578da8..821ebe61e3 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/854ff0514a..2e8d648c53 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/a329e748aa..09748bd079 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/932f80143a..7d3e0c43d6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/0075237ca6..464424d4d5 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/574d888c8a..e0307de818 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c276371610..afa485ba64 DEPS diff: https://chromium.googlesource.com/chromium/src/+/f85d2e4da0..0a7ee90062/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I456af117be947110e05d67f71580ac29cd2bd632 Reviewed-on: https://webrtc-review.googlesource.com/c/112440 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#25843} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 4fbafb9293..51c77b75e2 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': 'f85d2e4da0c488bf16925caaf3d97d4809bcc152', + 'chromium_revision': '0a7ee900622bdbaa22f2ca4cbdb06da7ca9dcc35', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -36,15 +36,15 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling HarfBuzz # and whatever else without interference from each other. - 'harfbuzz_revision': '574d888c8a409295a952361a39c8e83a52a0fc3d', + 'harfbuzz_revision': 'e0307de818ad1f70ef96938642bda61d7a62532a', } 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' + '@' + '598c578da8c00de95f9c96c8ebd0d7847b0ebfb9', + Var('chromium_git') + '/chromium/src/base' + '@' + '821ebe61e37e51c476c5c7105915932eeac8eb3b', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '854ff0514a56dde0b7fc27a7a990c56cbd5f3fa7', + Var('chromium_git') + '/chromium/src/build' + '@' + '2e8d648c5380c1cc1f1d42cc2678fa8cf2000a6a', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '04161ec8d7c781e4498c699254c69ba0dd959fde', # 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' + '@' + 'a329e748aa0eb5a093872c97bc937e9c8f4f6164', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '09748bd0794edf224589737a7c2f568963b970bd', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '932f80143a82b1067f7723f27961ad2432dc189b', + Var('chromium_git') + '/chromium/src/testing' + '@' + '7d3e0c43d6f1de35b7fab6b54b89b8ea91d37b67', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '0075237ca62b3a4307803cda537cc933e5844de4', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '464424d4d5ddf7af925a12bb77f45885ebd96834', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -225,7 +225,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' + '@' + 'c27637161096f7de9fd6e0bd5fa0a42e911e2cfa', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'afa485ba645388e3b53b9930bebd41091b6ac962', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),