From 0560c708036d58a327d043fb39baebee6964c673 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 18 Jul 2018 01:44:45 -0700 Subject: [PATCH] Roll chromium_revision 9ec8cfdbc9..9159e523ff (575625:575979) Change log: https://chromium.googlesource.com/chromium/src/+log/9ec8cfdbc9..9159e523ff Full diff: https://chromium.googlesource.com/chromium/src/+/9ec8cfdbc9..9159e523ff Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/fc60e46d67..3827537ca4 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/7315579e38..e4fb293b7b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2222541c3d..409d5c7136 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/4f15079d48..fed5f8ce0b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c786009cdb..6741eff979 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/f5342c4cf3..e8dc05ccba * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/40bacee96a..302bb847d3 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/829d1b2098..2c45cd174a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/f357849cbf..3233555277 DEPS diff: https://chromium.googlesource.com/chromium/src/+/9ec8cfdbc9..9159e523ff/DEPS No update to Clang. TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Idf6ee4a8b20ea22523c978f376f25e27645a855c Reviewed-on: https://webrtc-review.googlesource.com/89306 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#24014} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index e52547d7b0..714122deb7 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': '9ec8cfdbc91d020181e71cd90b79ecc5186bdf2d', + 'chromium_revision': '9159e523ff939514ed3ece9579251432b9bda19c', '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': 'f5342c4cf3d3e85e43be84c22bdfd8ebff23ec70', + 'catapult_revision': 'e8dc05ccba6b7aa0f489fa97ffbf81273766b1ee', # 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' + '@' + 'fc60e46d675c248c6e8770a7d1b2144aa0e43246', + Var('chromium_git') + '/chromium/src/base' + '@' + '3827537ca4caea458f5f0795c5524171a4bf4d70', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '7315579e388589b62236ad933f09afd1e838d234', + Var('chromium_git') + '/chromium/src/build' + '@' + 'e4fb293b7b93dffec18a4f0197b287dec7134a8e', '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' + '@' + '2222541c3d8e127712327887d749a19ede064e28', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '409d5c713694fa70a40bffcca7934545e2740b61', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '4f15079d48d9cba581f4433a0f736511038a3a92', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'fed5f8ce0b3cdf4d9e997ed57f9bf383730af199', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c786009cdb359d37ca0bb4a4b95ae858b4541a86', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '6741eff979d2f25a2dd8c5a5197a078b8134b96f', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', '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' + '@' + '40bacee96a94600ad2179d69a8025469d119960f', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '302bb847d356a011f685542fc469f4c3e58b25fc', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -125,7 +125,7 @@ deps = { 'src/third_party/libsrtp': Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'fc2345089a6b3c5aca9ecd2e1941871a78a13e9c', 'src/third_party/libvpx/source/libvpx': - Var('chromium_git') + '/webm/libvpx.git' + '@' + '829d1b2098b54664e793723793ac21ddc905ab5c', + Var('chromium_git') + '/webm/libvpx.git' + '@' + '2c45cd174a9582909ee2a7ba9cdb3feb917840cf', 'src/third_party/libyuv': Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '55f5d91f11f929c4c59c32621c3d5457cca3ab0b', 'src/third_party/lss': { @@ -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' + '@' + 'f357849cbf1b318fa407866b9f8ae30f84654871', + Var('chromium_git') + '/chromium/src/tools' + '@' + '32335552777af3357f8a6f2bdfe9bdbf5459b2fe', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),