Roll chromium_revision 3f2e509065..0f8ad7c774 (979444:979747)
Change log:3f2e509065..0f8ad7c774Full diff:3f2e509065..0f8ad7c774Changed dependencies * src/base:897d5d8856..95865a0784* src/build:7327550c04..c9b821033b* src/buildtools/linux64: git_revision:46f94b5a7f5527b5d7ef57271d3e9447a65e22ac..git_revision:4ffb87ad613d822e47ca1e21f9d832055ef95891 * src/buildtools/mac: git_revision:46f94b5a7f5527b5d7ef57271d3e9447a65e22ac..git_revision:4ffb87ad613d822e47ca1e21f9d832055ef95891 * src/buildtools/third_party/libc++abi/trunk:4d411388aa..289d52ce75* src/buildtools/win: git_revision:46f94b5a7f5527b5d7ef57271d3e9447a65e22ac..git_revision:4ffb87ad613d822e47ca1e21f9d832055ef95891 * src/ios:0d784cd6f8..e6d4f35f5e* src/testing:f6968388f8..502276e7aa* src/third_party:67e0f1a49a..0cada2e9da* src/third_party/android_build_tools/bundletool: 2ZcLVDxyRwp8FzpeYLtLT0TfSRweZxvwh1-Kx1jZ_FoC..LoldiQDpZ0uTdAm5EPgZ8hBJ3La2KlTWLuaRxE7eDigC * src/third_party/androidx: 3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC..Au8GY56lt8eqtp-di9ooOGsOQprr7zRtGIq2kozVfMcC * src/third_party/depot_tools:1b4881c930..4ca9e1c783* src/third_party/perfetto:6eb2732376..e26fd0a8a5* src/tools:9a09a4b76e..0ce8be83deDEPS diff:3f2e509065..0f8ad7c774/DEPS No update to Clang. BUG=None Change-Id: Ibbb2ca98c3c763d219c8426613fe6d5e0a17d3ae Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254700 Bot-Commit: 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/main@{#36173}
This commit is contained in:
parent
870ffe7443
commit
6016b2ef8a
30
DEPS
30
DEPS
@ -10,7 +10,7 @@ vars = {
|
|||||||
# chromium waterfalls. More info at: crbug.com/570091.
|
# chromium waterfalls. More info at: crbug.com/570091.
|
||||||
'checkout_configuration': 'default',
|
'checkout_configuration': 'default',
|
||||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||||
'chromium_revision': '3f2e509065ab06dd5eb5c10cdbedf24e9e1ac643',
|
'chromium_revision': '0f8ad7c774c8d16fe38041ef2545496d0f30005b',
|
||||||
|
|
||||||
# Keep the Chromium default of generating location tags.
|
# Keep the Chromium default of generating location tags.
|
||||||
'generate_location_tags': True,
|
'generate_location_tags': True,
|
||||||
@ -23,9 +23,9 @@ deps = {
|
|||||||
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
||||||
# in base/third_party/libevent is solved.
|
# in base/third_party/libevent is solved.
|
||||||
'src/base':
|
'src/base':
|
||||||
'https://chromium.googlesource.com/chromium/src/base@897d5d8856f6e81f9f0485686ca17ee57cfb266f',
|
'https://chromium.googlesource.com/chromium/src/base@95865a0784ea1a20e4f40923c5173cd65870568e',
|
||||||
'src/build':
|
'src/build':
|
||||||
'https://chromium.googlesource.com/chromium/src/build@7327550c04d15b08b63ca56113a323f4809cdbad',
|
'https://chromium.googlesource.com/chromium/src/build@c9b821033b5c8f0af4bf6007cac35f9d62e50dde',
|
||||||
'src/buildtools':
|
'src/buildtools':
|
||||||
'https://chromium.googlesource.com/chromium/src/buildtools@113dd1badbcbffea108a8c95ac7c89c22bfd25f3',
|
'https://chromium.googlesource.com/chromium/src/buildtools@113dd1badbcbffea108a8c95ac7c89c22bfd25f3',
|
||||||
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
|
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
|
||||||
@ -34,19 +34,19 @@ deps = {
|
|||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/ios': {
|
'src/ios': {
|
||||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@0d784cd6f8988694b5979fe9b9ee01b95e9a68df',
|
'url': 'https://chromium.googlesource.com/chromium/src/ios@e6d4f35f5e32783d9d23f277c9be9848269c1600',
|
||||||
'condition': 'checkout_ios',
|
'condition': 'checkout_ios',
|
||||||
},
|
},
|
||||||
'src/testing':
|
'src/testing':
|
||||||
'https://chromium.googlesource.com/chromium/src/testing@f6968388f87ca25207622cd2a991d4d6d8038ef7',
|
'https://chromium.googlesource.com/chromium/src/testing@502276e7aa37a4fc86ab2a44d57f14ed6317d535',
|
||||||
'src/third_party':
|
'src/third_party':
|
||||||
'https://chromium.googlesource.com/chromium/src/third_party@67e0f1a49a80fb5e22af539901a7e6473901c622',
|
'https://chromium.googlesource.com/chromium/src/third_party@0cada2e9da291ec90172cdfc9d127aab98f4a9d0',
|
||||||
|
|
||||||
'src/buildtools/linux64': {
|
'src/buildtools/linux64': {
|
||||||
'packages': [
|
'packages': [
|
||||||
{
|
{
|
||||||
'package': 'gn/gn/linux-amd64',
|
'package': 'gn/gn/linux-amd64',
|
||||||
'version': 'git_revision:46f94b5a7f5527b5d7ef57271d3e9447a65e22ac',
|
'version': 'git_revision:4ffb87ad613d822e47ca1e21f9d832055ef95891',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
'dep_type': 'cipd',
|
'dep_type': 'cipd',
|
||||||
@ -56,7 +56,7 @@ deps = {
|
|||||||
'packages': [
|
'packages': [
|
||||||
{
|
{
|
||||||
'package': 'gn/gn/mac-${{arch}}',
|
'package': 'gn/gn/mac-${{arch}}',
|
||||||
'version': 'git_revision:46f94b5a7f5527b5d7ef57271d3e9447a65e22ac',
|
'version': 'git_revision:4ffb87ad613d822e47ca1e21f9d832055ef95891',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
'dep_type': 'cipd',
|
'dep_type': 'cipd',
|
||||||
@ -66,7 +66,7 @@ deps = {
|
|||||||
'packages': [
|
'packages': [
|
||||||
{
|
{
|
||||||
'package': 'gn/gn/windows-amd64',
|
'package': 'gn/gn/windows-amd64',
|
||||||
'version': 'git_revision:46f94b5a7f5527b5d7ef57271d3e9447a65e22ac',
|
'version': 'git_revision:4ffb87ad613d822e47ca1e21f9d832055ef95891',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
'dep_type': 'cipd',
|
'dep_type': 'cipd',
|
||||||
@ -78,7 +78,7 @@ deps = {
|
|||||||
'src/buildtools/third_party/libc++/trunk':
|
'src/buildtools/third_party/libc++/trunk':
|
||||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@79a2e924d96e2fc1e4b937c42efd08898fa472d7',
|
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@79a2e924d96e2fc1e4b937c42efd08898fa472d7',
|
||||||
'src/buildtools/third_party/libc++abi/trunk':
|
'src/buildtools/third_party/libc++abi/trunk':
|
||||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@4d411388aacc2b7d0072aaacb80cb736d75ad51e',
|
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@289d52ce75d6091a79e90ae6aead38c5c701d786',
|
||||||
'src/buildtools/third_party/libunwind/trunk':
|
'src/buildtools/third_party/libunwind/trunk':
|
||||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@d1c7f92b8b0bff8d9f710ca40e44563a63db376e',
|
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@d1c7f92b8b0bff8d9f710ca40e44563a63db376e',
|
||||||
|
|
||||||
@ -128,7 +128,7 @@ deps = {
|
|||||||
'packages': [
|
'packages': [
|
||||||
{
|
{
|
||||||
'package': 'chromium/third_party/android_build_tools/bundletool',
|
'package': 'chromium/third_party/android_build_tools/bundletool',
|
||||||
'version': '2ZcLVDxyRwp8FzpeYLtLT0TfSRweZxvwh1-Kx1jZ_FoC',
|
'version': 'LoldiQDpZ0uTdAm5EPgZ8hBJ3La2KlTWLuaRxE7eDigC',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
@ -149,7 +149,7 @@ deps = {
|
|||||||
'src/third_party/crc32c/src':
|
'src/third_party/crc32c/src':
|
||||||
'https://chromium.googlesource.com/external/github.com/google/crc32c.git@fa5ade41ee480003d9c5af6f43567ba22e4e17e6',
|
'https://chromium.googlesource.com/external/github.com/google/crc32c.git@fa5ade41ee480003d9c5af6f43567ba22e4e17e6',
|
||||||
'src/third_party/depot_tools':
|
'src/third_party/depot_tools':
|
||||||
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@1b4881c9300a81bac80eace84caa2c10c2e41fa5',
|
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@4ca9e1c783b8fa9c8ca39edfcded3028dc7f3e1b',
|
||||||
'src/third_party/ffmpeg':
|
'src/third_party/ffmpeg':
|
||||||
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@574c39cce3231c69bc9a02ac475c27d944bdb113',
|
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@574c39cce3231c69bc9a02ac475c27d944bdb113',
|
||||||
'src/third_party/findbugs': {
|
'src/third_party/findbugs': {
|
||||||
@ -228,7 +228,7 @@ deps = {
|
|||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/third_party/perfetto':
|
'src/third_party/perfetto':
|
||||||
'https://android.googlesource.com/platform/external/perfetto.git@6eb273237653c5c8d417fd1b556c6d361eb6a79d',
|
'https://android.googlesource.com/platform/external/perfetto.git@e26fd0a8a5e96b82f71b3c86240d8c8c0429245e',
|
||||||
'src/third_party/libvpx/source/libvpx':
|
'src/third_party/libvpx/source/libvpx':
|
||||||
'https://chromium.googlesource.com/webm/libvpx.git@df0d06de6d3b64e35b9e75ad72c571af061bc7b3',
|
'https://chromium.googlesource.com/webm/libvpx.git@df0d06de6d3b64e35b9e75ad72c571af061bc7b3',
|
||||||
'src/third_party/libyuv':
|
'src/third_party/libyuv':
|
||||||
@ -285,7 +285,7 @@ deps = {
|
|||||||
'condition': 'checkout_win',
|
'condition': 'checkout_win',
|
||||||
},
|
},
|
||||||
'src/tools':
|
'src/tools':
|
||||||
'https://chromium.googlesource.com/chromium/src/tools@9a09a4b76e72d6fab91496e808be0dbc7c0fbed4',
|
'https://chromium.googlesource.com/chromium/src/tools@0ce8be83de5cb668bcd642b2b5b50c3d0d8ab2ad',
|
||||||
|
|
||||||
'src/third_party/accessibility_test_framework': {
|
'src/third_party/accessibility_test_framework': {
|
||||||
'packages': [
|
'packages': [
|
||||||
@ -384,7 +384,7 @@ deps = {
|
|||||||
'packages': [
|
'packages': [
|
||||||
{
|
{
|
||||||
'package': 'chromium/third_party/androidx',
|
'package': 'chromium/third_party/androidx',
|
||||||
'version': '3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC',
|
'version': 'Au8GY56lt8eqtp-di9ooOGsOQprr7zRtGIq2kozVfMcC',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user