From e53341c1dc6ebf11fc879dfe914a0eb31c29ca7c Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 5 Oct 2018 15:01:12 -0700 Subject: [PATCH] Roll chromium_revision 7099444bc9..ccb83d4a55 (597172:597330) Change log: https://chromium.googlesource.com/chromium/src/+log/7099444bc9..ccb83d4a55 Full diff: https://chromium.googlesource.com/chromium/src/+/7099444bc9..ccb83d4a55 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b7130f4871..0db61379d8 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c71b994c1b..8bb9fef862 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4fec31cb4a..d4e0105161 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a844ba6377..677e1ef262 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/980e505656..dcfac1c5ed * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/de52d9ad29..4fc4281d21 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2fb6310237..71e3be7a50 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/dd53e662ac..731f63f312 DEPS diff: https://chromium.googlesource.com/chromium/src/+/7099444bc9..ccb83d4a55/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Id56449f4cf136cf9febc90555d14ed2f9bc6362f Reviewed-on: https://webrtc-review.googlesource.com/c/104220 Commit-Queue: Autoroller Reviewed-by: Autoroller Cr-Commit-Position: refs/heads/master@{#25030} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index d3569037ef..67aa4a803c 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': '7099444bc9f6bd86dbf03fddf41e602a63c73a01', + 'chromium_revision': 'ccb83d4a5512802f1193a506b5431e85e0138043', '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': 'de52d9ad295ecc6401de6d7cc3b468a0e8292308', + 'catapult_revision': '4fc4281d2152a36762a0bf47ba76bf8d4a6ee234', # 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' + '@' + 'b7130f4871fe45615ad32c1e4e719408b5197dc0', + Var('chromium_git') + '/chromium/src/base' + '@' + '0db61379d8f76807e6f78a35ccff9227205b6195', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'c71b994c1b580d4c117924f7865cb9a39d171b86', + Var('chromium_git') + '/chromium/src/build' + '@' + '8bb9fef862bd7570c5b465860c427701c81c1531', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96', # 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' + '@' + '4fec31cb4a66cd5c3dde90e6c05fd1dca9355780', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd4e010516156c2ef2ccd974d4aa0abd9ef48c698', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'a844ba637701adbeb4f53d5c5a9e264a9e9d8443', + Var('chromium_git') + '/chromium/src/testing' + '@' + '677e1ef2627ca32226f5e801ebec39613035873b', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '980e505656d8ba0446ff1f6d2a4e0c9c3264502d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'dcfac1c5eda73c8fbd0451c8e40454b284c67110', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -84,7 +84,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' + '@' + '2fb6310237302dd249452470fcddeaaf2eb3941d', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '71e3be7a50c21faeee91ed99a8d5addfb7594e7c', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -195,7 +195,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' + '@' + 'dd53e662acd67cfa931d78b29aad95c40f2bf34f', + Var('chromium_git') + '/chromium/src/tools' + '@' + '731f63f3126cd6f5ceb2aafceade80857900a409', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),