Roll chromium_revision 27c2f87cf5..dfe5e91525 (672459:673350)
Change log:27c2f87cf5..dfe5e91525Full diff:27c2f87cf5..dfe5e91525Changed dependencies * src/base:cfd4d4295e..bba591b64b* src/build:aa80214bc0..e16f9dfa9e* src/ios:7fa66b1103..766dd2581e* src/testing:cabcd61b51..40bd8e04ee* src/third_party: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:d9ae33420a..788d9e0de8* src/third_party/freetype/src:81445c034a..7b1c7585d7* src/third_party/harfbuzz-ng/src:659eeddb2d..7185bd6ffb* src/tools:957d279bd5..e3e8d61384DEPS diff: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 <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#28417}
This commit is contained in:
parent
8f01c4e1b6
commit
22896d4e78
26
DEPS
26
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'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user