From c550eeb66e5f311df4ec9fabd16ba542e1043d5d Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Tue, 8 Jan 2019 12:00:50 -0800 Subject: [PATCH] Roll chromium_revision f4077a406f..8a0dac94cf (620741:620848) Change log: https://chromium.googlesource.com/chromium/src/+log/f4077a406f..8a0dac94cf Full diff: https://chromium.googlesource.com/chromium/src/+/f4077a406f..8a0dac94cf Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/afd1c9f284..babba34022 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3505d9c91c..093e5eebe3 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/dd0dfd8417..f335caded8 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/62f8564ef2..d512be4ece * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/0eb4b4e2d1..5318826531 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d16b51b9bf..da90c53e3d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/844d3e9681..da46a28338 DEPS diff: https://chromium.googlesource.com/chromium/src/+/f4077a406f..8a0dac94cf/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I4d547cd9040a0dada9a7ded104790818b3c63d06 Reviewed-on: https://webrtc-review.googlesource.com/c/116580 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26169} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 261c5d0e1d..214a59b8e2 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': 'f4077a406ff0dfc2c9dca34de00e0ef12d1342a7', + 'chromium_revision': '8a0dac94cf639d40c0c00557bf9eb5338ae82146', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + 'afd1c9f2846831984ba884f455d0e8f782f61f24', + Var('chromium_git') + '/chromium/src/base' + '@' + 'babba340223ebc60f818be50724bd5f2f704586d', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '3505d9c91c043a084bdbba1bea1abe724cf38939', + Var('chromium_git') + '/chromium/src/build' + '@' + '093e5eebe399f43812496f79c50fd25be5ddf008', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0', # 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' + '@' + 'dd0dfd8417d23c671bbda358a23713e94863569e', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f335caded86e8969b2a16570945d3e9622949763', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '62f8564ef22d648dec7d51aec2ef20ba6c58532c', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'd512be4ece10222a33a0bd3f6174ab3ed670c424', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '0eb4b4e2d194000a3e188e291fc5d10044c60915', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '5318826531775a1c427b473f3dd97f6e088a6248', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -111,7 +111,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' + '@' + 'd16b51b9bf1795ca337a878288c38728f6d1a1da', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'da90c53e3db0b4d0da541d57475984cbf76799ed', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -229,7 +229,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' + '@' + '844d3e968111b4b71d39d95246540e354dbf058b', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'da46a283381043e8dd8e666d502440f4528f806c', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),