From d1505340025751365bf85b01cb3e22fd460b35d9 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Thu, 8 Feb 2018 09:44:51 -0800 Subject: [PATCH] Roll chromium_revision 3d230c052f..feadf7258e (535313:535428) Change log: https://chromium.googlesource.com/chromium/src/+log/3d230c052f..feadf7258e Full diff: https://chromium.googlesource.com/chromium/src/+/3d230c052f..feadf7258e Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/05346abed5..69eb3646b6 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3ba6ca6d32..19190cb080 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/68272315d7..075f6c8518 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/96fadc248d..453c6a4ddb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cb732ebd07..10c57e38e2 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b4a4bed9ad..aa41a69e72 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/93539cf31f..500944dbb2 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3d230c052f..feadf7258e/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I96a36c4826a743e08e43fe4d48af7b93450603d1 Reviewed-on: https://webrtc-review.googlesource.com/49920 Reviewed-by: WebRTC Buildbot Commit-Queue: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#21963} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 1b1a1c5f2d..0f90a85f01 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': '3d230c052f55e89a768c81cb3cf0be1fef9e9266', + 'chromium_revision': 'feadf7258eaf092c1a2222dcca4ec7015acdfb25', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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': 'b4a4bed9ad918ec47b8ecc0bb6b611ebe9038392', + 'catapult_revision': 'aa41a69e728232222f4c696dab70af09eb2213e0', # 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' + '@' + '05346abed5a8c08aeac171fbf426350c2a90d335', + Var('chromium_git') + '/chromium/src/base' + '@' + '69eb3646b6eafc34377e68b5efeef5ca552ca5d4', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '3ba6ca6d32a1be57156b541ea4163ee9dbd26794', + Var('chromium_git') + '/chromium/src/build' + '@' + '19190cb0806f531bfe34d9a2198ce3572c470c2f', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2637e7e911524502ea862870f52c36ed2723a25f', # 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' + '@' + '68272315d7fb3f4de34effe2e47ec48b6eca224a', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '075f6c8518635035e17f0f8146c08321fd802756', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '96fadc248d1ac799e34705b7e0f804f9f1a6015c', + Var('chromium_git') + '/chromium/src/testing' + '@' + '453c6a4ddb131b2bb5031fc1c40d3d672ea4b79b', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'cb732ebd070d66e23a8c302a5a597981f5423a98', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '10c57e38e2e704b498f2c2c4daa149343c4c4232', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55', 'condition': 'checkout_android', @@ -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' + '@' + '93539cf31ff3f76bebffce693e440275a45695d6', + Var('chromium_git') + '/chromium/src/tools' + '@' + '500944dbb2467eacb0d94e42cb3fae18bec335df', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':