From 0486f0914f1cd68a799a8852ba634d475e894bd3 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Thu, 10 Jan 2019 17:01:29 -0800 Subject: [PATCH] Roll chromium_revision 8c0cc38022..783044b798 (621736:621838) Change log: https://chromium.googlesource.com/chromium/src/+log/8c0cc38022..783044b798 Full diff: https://chromium.googlesource.com/chromium/src/+/8c0cc38022..783044b798 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/155eaadd00..992951c2bf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/67630827e1..19c19422cd * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/a2ac2bd4c2..40f164ac1e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d1c310b6d6..e2343647af * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/2da31fafff..9132ba856f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/775ce3b01f..0cc582388f * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/7ebeeeb997..f1f7eab58d DEPS diff: https://chromium.googlesource.com/chromium/src/+/8c0cc38022..783044b798/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I40b7ca062e1810cacd6d88bf715397477b193454 Reviewed-on: https://webrtc-review.googlesource.com/c/116900 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26207} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 449438647e..06ac4a6c0f 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': '8c0cc38022792b21b938e562d12febe5933f4f2c', + 'chromium_revision': '783044b79865a90376d34dd786d91afa82186aee', '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': '775ce3b01f6bdc38937284a9cccc9dadd1e3fa10', + 'catapult_revision': '0cc582388fa2041558980460a1450e3fa02b1819', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -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' + '@' + '155eaadd00b0d73705674a3e2b1b793c416d6c0f', + Var('chromium_git') + '/chromium/src/base' + '@' + '992951c2bf50b559e56560a81f94ce02dcab23ff', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '67630827e138177ecf803577b07b7582a115827b', + Var('chromium_git') + '/chromium/src/build' + '@' + '19c19422cda0916c8e427b7e11e189d35c658608', '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' + '@' + 'a2ac2bd4c22d668b1fbe6f011268f484fd158c7e', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '40f164ac1e3e578adae6364384684d2a4582f3f2', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'd1c310b6d69b1888814766a6f8e3430b7266c38a', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'e2343647af72eb0676b8e8c242739cdc85e570fc', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '2da31fafff63d518a97073099bbb6e90b1fa5262', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '9132ba856f65aaded58ced21ee14f7d44b4ddb8a', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', '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' + '@' + '7ebeeeb9975ff48f25a10af03ed0651f410095d6', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f1f7eab58d7642f055233c9f8e26078fd32fc2c3', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),