From 5795489e83adba65cb480d57e71f52bae1f5ee1b Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 11 Jul 2018 15:45:46 -0700 Subject: [PATCH] Roll chromium_revision 2e3b05bf93..720dadbc21 (574261:574387) Change log: https://chromium.googlesource.com/chromium/src/+log/2e3b05bf93..720dadbc21 Full diff: https://chromium.googlesource.com/chromium/src/+/2e3b05bf93..720dadbc21 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/fc12b20cd2..f4c5a318a8 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/79dcd55dde..60c09e2d21 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/a9aa60ae24..193779311a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9d1f7be6b7..57020611de * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4d9fc941f3..bd9e5520c3 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4c70b50374..1af68170e5 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/846f4ff066..06be6d0171 DEPS diff: https://chromium.googlesource.com/chromium/src/+/2e3b05bf93..720dadbc21/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I0c8f9ea4e0e5373b91d1aae838ed364b3f722e82 Reviewed-on: https://webrtc-review.googlesource.com/88345 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#23944} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 5fef4d316b..2e11e5d830 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': '2e3b05bf93916231d1089d19dfdb5034a9484d87', + 'chromium_revision': '720dadbc215c229ce100bc408edb3aee03b0697e', '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': '4c70b503747584fb55ad3cbfc8bebc976d5b1335', + 'catapult_revision': '1af68170e543102499b0b9be0351a5ffa6e21da2', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -42,9 +42,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' + '@' + 'fc12b20cd27eff9ba9c80e18df86fbfa072eb99e', + Var('chromium_git') + '/chromium/src/base' + '@' + 'f4c5a318a89725fa73f3237b9479a60694613b8c', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '79dcd55dde618bad139a6dc952b2121714a69531', + Var('chromium_git') + '/chromium/src/build' + '@' + '60c09e2d215b7fc8adfa66ffe5fc74a1cb83c1b1', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9', # 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' + '@' + 'a9aa60ae249388eec43ddad474dd6227ae5bdee6', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '193779311a7719b6aaf2250472f72501f64cd5f2', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '9d1f7be6b79df0b931d27e5f1e768d3fcba8add8', + Var('chromium_git') + '/chromium/src/testing' + '@' + '57020611de72820b2b782c02ba3fbd69cd3224e6', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '4d9fc941f3d60430cb9f7e923ab8aab4a759e484', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bd9e5520c30a9e2d1f7d84b84143a96cb35a6172', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', 'condition': 'checkout_android', @@ -175,7 +175,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' + '@' + '846f4ff066a6ac917792e9cd72bea3c05526fa88', + Var('chromium_git') + '/chromium/src/tools' + '@' + '06be6d0171c82deadd198ba12b0837c851707ff6', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),