From 2c5ab8ea49996bac207ab84a2b03d5143025f861 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Tue, 9 Apr 2019 08:03:38 -0700 Subject: [PATCH] Roll chromium_revision 6c8246bc15..fe4d0c8e0f (648994:649101) Change log: https://chromium.googlesource.com/chromium/src/+log/6c8246bc15..fe4d0c8e0f Full diff: https://chromium.googlesource.com/chromium/src/+/6c8246bc15..fe4d0c8e0f Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/f5e6521618..6e522de52a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2c7bf07f74..06b378805d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2373cfe648..60bcdbab6e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b86c9e52a5..29147eb7f8 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8115370c54..5c20fc64f3 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6145021beb..072a6f14b6 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1fb046306b..224e075bba * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/cda6a47d27..5fa0459af8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/6c8246bc15..fe4d0c8e0f/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I2937ca80c4a0ce206f64b8135a787d06e7bdd8ab Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/132241 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27523} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 43438875cf..1d96cb3435 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': '6c8246bc15562feeaca3a6f7911d6668ae85b192', + 'chromium_revision': 'fe4d0c8e0f23a7618bc3c8094a62926b7923cdc5', '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': '6145021beb12262bfb569601fd431b8d2de76c9d', + 'catapult_revision': '072a6f14b64c59e8ff678b7ae3ce7596a00483e4', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -86,9 +86,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' + '@' + 'f5e6521618d7427edc97e9243a9445998f5d675f', + Var('chromium_git') + '/chromium/src/base' + '@' + '6e522de52a9e15a58493c80fc0d38558cb7b57e2', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '2c7bf07f74f2e407cfa4a3f55beeb763db4a3083', + Var('chromium_git') + '/chromium/src/build' + '@' + '06b378805d83914f0b43f1706f6695d3918caabc', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '218cb3d12efc52e79dbaf9f8d52d721d8b5a45a7', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2373cfe64811d3e14be72b4b82a692cca5120cf3', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '60bcdbab6ee193ecfaf47c72bd4563b372507afe', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'b86c9e52a5761fce9641dae26ae099cfbe185a4f', + Var('chromium_git') + '/chromium/src/testing' + '@' + '29147eb7f85e7b11b363af026657b4561d3f85e4', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '8115370c54e64b5e6e840e18404d3c09c94ca5f8', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '5c20fc64f3195a558eefc63ae1ead835bd2e3cb7', 'src/buildtools/linux64': { 'packages': [ @@ -199,7 +199,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' + '@' + '1fb046306b9ebe160eeacc7843ee1ddd15a47ffa', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '224e075bba5b2df26c07dee300a1c4fad089a5cd', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -312,7 +312,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' + '@' + 'cda6a47d27cd3d3117793ec8242984c3c9824591', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5fa0459af83d4701c8e72b6c7fe3445010109279', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),