From 22896d4e785bbafaa5d8c6fb24b570a681dc156e Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 28 Jun 2019 09:02:42 -0700 Subject: [PATCH] Roll chromium_revision 27c2f87cf5..dfe5e91525 (672459:673350) Change log: https://chromium.googlesource.com/chromium/src/+log/27c2f87cf5..dfe5e91525 Full diff: https://chromium.googlesource.com/chromium/src/+/27c2f87cf5..dfe5e91525 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/cfd4d4295e..bba591b64b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/aa80214bc0..e16f9dfa9e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7fa66b1103..766dd2581e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/cabcd61b51..40bd8e04ee * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7355a06201..6e20b1cb4e * src/third_party/android_build_tools/aapt2: j6U3mv7-KG3PSDtVvTwycWzjwvFR1_sSdA540AYxpucC..version:3.6.0-alpha03-5516695-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/92b7c89e6e..cfcb0060e8 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d556f63347..6d47875c4c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d9ae33420a..788d9e0de8 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/81445c034a..7b1c7585d7 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/659eeddb2d..7185bd6ffb * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/957d279bd5..e3e8d61384 DEPS diff: https://chromium.googlesource.com/chromium/src/+/27c2f87cf5..dfe5e91525/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ia68c6f9410de941298364d5ae093442b0ab96a75 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/144181 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#28417} --- DEPS | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/DEPS b/DEPS index c8b60c1c9f..de4c81b0b1 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': '27c2f87cf5ea33ff05aae7bc51081d18d5857438', + 'chromium_revision': 'dfe5e9152555b1932010136a7e27ea5103092b55', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -16,7 +16,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': '92b7c89e6e8ba82924b57153bea68241cc45f658', + 'boringssl_revision': 'cfcb0060e8b8fba92d275fa4ac27d369890ea9bf', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling lss # and whatever else without interference from each other. @@ -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': 'd556f63347d52f8666315d7fdf5931de751d55f3', + 'catapult_revision': '6d47875c4c50c731aaa12bdbf41f31be65cea2d4', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -32,11 +32,11 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling freetype # and whatever else without interference from each other. - 'freetype_revision': '81445c034aca36040b6311dc71a2cbed9548b262', + 'freetype_revision': '7b1c7585d7ab929d9b29932d6697a22149162c13', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling HarfBuzz # and whatever else without interference from each other. - 'harfbuzz_revision': '659eeddb2df5b97cc01bd39e106381f65c9f41f1', + 'harfbuzz_revision': '7185bd6ffb4dd8c0efebdab5b930e62c5695e3ab', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling luci-go CIPD package version # 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' + '@' + 'cfd4d4295e3cbefce2266e13e994e24ddd692e0c', + Var('chromium_git') + '/chromium/src/base' + '@' + 'bba591b64b3dc4aae6bb918fc7eaf9d1375ed9a0', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'aa80214bc0098f93071503d7861c324ba3a2a0be', + Var('chromium_git') + '/chromium/src/build' + '@' + 'e16f9dfa9ee90f41e8bcb9af5645a83e8c3632cc', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '80b545b427d95ac8996a887fa32ba1d64919792d', # 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' + '@' + '7fa66b1103140faf205307c2219e58fc9899bb4d', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '766dd2581e8e4ac5fed2ac44c37a4efa4452ab58', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'cabcd61b51a435ee6d78a063b0270bcfc2fbd78c', + Var('chromium_git') + '/chromium/src/testing' + '@' + '40bd8e04ee914641287006a65706aaa09ae9cbf0', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '7355a0620118ed66eb006f78807add6e74dc0100', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '6e20b1cb4efc80a360fd3dda6cdb7e34c086ee15', 'src/buildtools/linux64': { 'packages': [ @@ -166,7 +166,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/android_build_tools/aapt2', - 'version': 'j6U3mv7-KG3PSDtVvTwycWzjwvFR1_sSdA540AYxpucC', + 'version': 'version:3.6.0-alpha03-5516695-cr0', }, ], 'condition': 'checkout_android', @@ -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' + '@' + 'd9ae33420aaf0679a2435e580cedff314929fa65', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '788d9e0de8132ff47891a9c141436ac6739e2e9f', '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' + '@' + '957d279bd5055529d3f8b27d1581a3f58499c6a7', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e3e8d613842af469ab5945d5c598e3dfa185347e', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),