From 949099d50de6cdeab8877c8b55093efce244374e Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Thu, 10 Jan 2019 02:01:47 -0800 Subject: [PATCH] Roll chromium_revision 4a7f224d18..6e83997c8b (621417:621525) Change log: https://chromium.googlesource.com/chromium/src/+log/4a7f224d18..6e83997c8b Full diff: https://chromium.googlesource.com/chromium/src/+/4a7f224d18..6e83997c8b Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/39a3ef888a..a6d274ed72 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/26e8a7f01b..40796f6970 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/98928f83e8..cb05f60e96 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1f39c2b117..74fc63bb69 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2d4a955e90..b1be3782a4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d14e904200..cb83ff7a00 DEPS diff: https://chromium.googlesource.com/chromium/src/+/4a7f224d18..6e83997c8b/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I968e22c9d82311e2d4257c056e82d7d3b2ef9558 Reviewed-on: https://webrtc-review.googlesource.com/c/116771 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26189} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index f006a1f2d4..48881166c0 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': '4a7f224d18674c23cae8acdf2bfb3df1edd04851', + 'chromium_revision': '6e83997c8bacf3fcb37b751869abd4bacfc7c14f', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -46,7 +46,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' + '@' + '39a3ef888a1a1ab13f6b3a7070a4b8dea9f989b5', + Var('chromium_git') + '/chromium/src/base' + '@' + 'a6d274ed72b2425a0a6daa85a64837f274792bd1', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '7b20546cf8f6eab7d7c1379f1d0842a29a910a3c', 'src/buildtools': @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '26e8a7f01b1519facceb8e52f4896368680152ec', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '40796f69707cac65fea6e43334b1534294c00e78', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '98928f83e8124c637d3c5bb1fcbea3928fc8b7cf', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'cb05f60e967bb205652f15dc08949787c7320b64', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '1f39c2b117ba1b54c499edceba156f234e9a8d8b', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '74fc63bb69ee89cacf96d0567d708f6a6ab52c4c', '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' + '@' + '2d4a955e9008d85f2ab4b6c530484c8b63c4d949', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'b1be3782a4caea81e21cdca0bf3fec4cf41a17dc', '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' + '@' + 'd14e904200c08d7500104560cde43f8ed2945372', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'cb83ff7a0098f014f50805a320515a7fc5c96ac6', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),