From 424a399d4fa84f459a749391a7d9dc1c8a6799ff Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 19 Feb 2018 11:44:05 -0800 Subject: [PATCH] Roll chromium_revision 24d1772068..fd6d802597 (537385:537681) Change log: https://chromium.googlesource.com/chromium/src/+log/24d1772068..fd6d802597 Full diff: https://chromium.googlesource.com/chromium/src/+/24d1772068..fd6d802597 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/677a45fe29..90083ffab0 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/34cd23bb72..10345cde4d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/3a5da76161..75a28dc6cf * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/34fc59ebd0..4885132c38 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c36405e92d..b6ef30f683 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/67968895b3..085955c567 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e7298f36f7..8273e472c8 * src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/180c2f5234..40f73803ea * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/95dae54997..e7b971f1ef DEPS diff: https://chromium.googlesource.com/chromium/src/+/24d1772068..fd6d802597/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I496c7fa221c07e36baaf5ecd27bdadf48c527310 Reviewed-on: https://webrtc-review.googlesource.com/55040 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22090} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index af41c240ce..bf64be95eb 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': '24d177206805f23104204bda88e5a227fcd0a791', + 'chromium_revision': 'fd6d802597d97fa206271a941575f0ebb5fd8df8', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -20,7 +20,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. - 'boringssl_revision': '67968895b3b8cace34ea6dbdf65ac922667959ac', + 'boringssl_revision': '085955c56744a9cc82f98ed850deca2165252d2c', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling lss # and whatever else without interference from each other. @@ -28,7 +28,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': 'e7298f36f7912f2caa122086cfbe71734d04b73f', + 'catapult_revision': '8273e472c81133bc18ce96b7f3cc16824d937f08', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -38,9 +38,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' + '@' + '677a45fe29317993f5bbfb2d863118d0cdb1525e', + Var('chromium_git') + '/chromium/src/base' + '@' + '90083ffab017145fb9a85a939f8298c0356fd198', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '34cd23bb7222c90744c4bc418a568ad83b8637cf', + Var('chromium_git') + '/chromium/src/build' + '@' + '10345cde4dbc465ce87833510f24ff7ddeaabbd9', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2888931260f2a32bc583f005bd807a561b2fa6af', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '3a5da76161954298ca56294181627354bddfbffd', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '75a28dc6cf28caec8e74877532bfee07a0b95198', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '34fc59ebd030091d5a0f1f6e8c2ceb9988b10e1a', + Var('chromium_git') + '/chromium/src/testing' + '@' + '4885132c38e61340b7ce68a4432d7fad401b8e6d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c36405e92dcc3c9d6722c49ffee6b6c7d947cf8e', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b6ef30f6837a701752c5e23b6e0582996c5aa6b7', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55', 'condition': 'checkout_android', @@ -93,7 +93,7 @@ deps = { }, # WebRTC-only dependency (not present in Chromium). 'src/third_party/gtest-parallel': - Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '180c2f52341c065fd4d8418a238375ab6c91b336', + Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '40f73803eabde9e7988473e75e2ca578e25e7b6e', 'src/third_party/googletest/src': Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '0062e4869f07a3ef235703ddf63af604b712446c', 'src/third_party/icu': { @@ -159,7 +159,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '95dae54997e3479c5de4b572c3785bcb2ed088c3', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e7b971f1ef714b9dcaef2466d6cb10246be0a697', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':