From c76b8ff56b62f5d72017e87d3417d0c778b9b38d Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Tue, 16 Oct 2018 11:07:36 -0700 Subject: [PATCH] Roll chromium_revision f8cad916e6..2419220cab (599923:600044) Change log: https://chromium.googlesource.com/chromium/src/+log/f8cad916e6..2419220cab Full diff: https://chromium.googlesource.com/chromium/src/+/f8cad916e6..2419220cab Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2d7c9b17be..42f0c53219 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8a9acae262..3eb2a3d00f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e8f7dd5657..471811ebff * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1beef4866e..e76fbea3cc * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/642641d030..c68a1753c5 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a5ec38b7cc..496af83584 DEPS diff: https://chromium.googlesource.com/chromium/src/+/f8cad916e6..2419220cab/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I219d004ef72baceff6e831698eb5cad8e0c4bc38 Reviewed-on: https://webrtc-review.googlesource.com/c/106480 Commit-Queue: Autoroller Reviewed-by: Autoroller Cr-Commit-Position: refs/heads/master@{#25222} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index cfa11f963c..0ab78633da 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': 'f8cad916e6d37d507a736db578b70937b35b19d0', + 'chromium_revision': '2419220cabcddb528fbb8777df70860bf0e4df3b', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -42,7 +42,7 @@ 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' + '@' + '2d7c9b17be53ad9f3aae14bef47989e7499baf68', + Var('chromium_git') + '/chromium/src/base' + '@' + '42f0c532194870d1d1273a21eb32d1fd4215ddec', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '833fdc442d9c20f03f0e157d98b3b5e78f132f1d', 'src/buildtools': @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8a9acae262450be6dbc1c8c8d77382e48239cedc', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '3eb2a3d00f62018c5e2d1346ec8ab3ea6f53761e', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'e8f7dd5657d9651881aadb57e6f0595baab22d51', + Var('chromium_git') + '/chromium/src/testing' + '@' + '471811ebff6aec56a49c40f6c81dd8ec22d20b71', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '1beef4866eaeee49846145cdde7c6b46de640d5f', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e76fbea3cc48956eb162e35f2c32cf7a758b5aba', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -84,7 +84,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' + '@' + '642641d03012ad1504e6bb6a385f819da9ba9e60', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'c68a1753c53a02b1bd292035e4a72a18e55814f3', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -195,7 +195,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' + '@' + 'a5ec38b7cc9834503547cbbbdb77884c1e1533ce', + Var('chromium_git') + '/chromium/src/tools' + '@' + '496af8358479e14e43ed38600f8498948d9b67a5', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),