Roll chromium_revision 2478b63fb4..d48b2929db (1151892:1152392)
Change log:2478b63fb4..d48b2929dbFull diff:2478b63fb4..d48b2929dbChanged dependencies * fuchsia_version: version:12.20230601.1.1..version:12.20230601.2.1 * reclient_version: re_client_version:0.105.0.d6a0caf-gomaip..re_client_version:0.107.1.0b39c4c-gomaip * src/base:fee4d10409..132b460c64* src/build:da33244b6a..defeac7e7d* src/buildtools:edbefcee3d..61b4b91ea9* src/buildtools/reclient: re_client_version:0.105.0.d6a0caf-gomaip..re_client_version:0.107.1.0b39c4c-gomaip * src/buildtools/third_party/libc++abi/trunk:b2e8ad2755..899caea381* src/ios:9076af7165..c69c945b83* src/testing:ec1166780d..356363ab1f* src/third_party:f30fa3d6f2..0f0e0c45af* src/third_party/androidx: yy7NOUTgTyjACkyQjFHtZUyiPftLIKaZxhnICD0hU7AC..OHveK-sQfZYVc9OYLG-gzd5LUi8BLlUn70JqB7cZEqIC * src/third_party/breakpad/breakpad:02fe1eef8e..8988364bcd* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/dfd78540ae..ecf1f9c5b7 * src/third_party/depot_tools:e49349becf..9e0ff22bfb* src/third_party/icu:709d56e264..a2961dc659* src/third_party/jdk: 2Of9Pe_OdO4xoAATuiLDiMVNebKTNO3WrwJGqil4RosC..-1zDGMOzS_Qsja50TakJCSqN9C9TYppQrsny4HATSQwC * src/third_party/perfetto:53002b30d2..922cf5c76a* src/tools:cd2330a294..f94ddd5c41DEPS diff:2478b63fb4..d48b2929db/DEPS No update to Clang. BUG=None Change-Id: I687740b11f4debad2a353462acf364746457d140 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/307444 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@{#40205}
This commit is contained in:
parent
b29ee5bc8f
commit
371b7af673
36
DEPS
36
DEPS
@ -10,7 +10,7 @@ vars = {
|
||||
# chromium waterfalls. More info at: crbug.com/570091.
|
||||
'checkout_configuration': 'default',
|
||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||
'chromium_revision': '2478b63fb480c51d0940918775d84181a0c15a36',
|
||||
'chromium_revision': 'd48b2929dbd8244b75ab9deafa4175749a382ce0',
|
||||
|
||||
# Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to
|
||||
# process the raw profiles produced by instrumented targets (built with
|
||||
@ -25,7 +25,7 @@ vars = {
|
||||
|
||||
# By default, download the fuchsia sdk from the public sdk directory.
|
||||
'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/gn/',
|
||||
'fuchsia_version': 'version:12.20230601.1.1',
|
||||
'fuchsia_version': 'version:12.20230601.2.1',
|
||||
# By default, download the fuchsia images from the fuchsia GCS bucket.
|
||||
'fuchsia_images_bucket': 'fuchsia',
|
||||
'checkout_fuchsia': False,
|
||||
@ -36,7 +36,7 @@ vars = {
|
||||
'checkout_fuchsia_product_bundles': '"{checkout_fuchsia_boot_images}" != ""',
|
||||
|
||||
# reclient CIPD package version
|
||||
'reclient_version': 're_client_version:0.105.0.d6a0caf-gomaip',
|
||||
'reclient_version': 're_client_version:0.107.1.0b39c4c-gomaip',
|
||||
|
||||
# ninja CIPD package version
|
||||
# https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja
|
||||
@ -46,24 +46,24 @@ vars = {
|
||||
deps = {
|
||||
# TODO(kjellander): Move this to be Android-only.
|
||||
'src/base':
|
||||
'https://chromium.googlesource.com/chromium/src/base@fee4d1040998d54f3b7fdea8bb27849a173518ab',
|
||||
'https://chromium.googlesource.com/chromium/src/base@132b460c64f421cb82287906ab494d0bde8b7ac6',
|
||||
'src/build':
|
||||
'https://chromium.googlesource.com/chromium/src/build@da33244b6a9e9164ec7c4bf607665778953f8f4c',
|
||||
'https://chromium.googlesource.com/chromium/src/build@defeac7e7d4d99097fbfa871eac6fc33653a4ea8',
|
||||
'src/buildtools':
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@edbefcee3d2cc45cdb0c60c2b01b673f8ba728bc',
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@61b4b91ea9a478cc59f37987cd9bbebecc24726a',
|
||||
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
|
||||
'src/examples/androidtests/third_party/gradle': {
|
||||
'url': 'https://chromium.googlesource.com/external/github.com/gradle/gradle.git@f2d1fb54a951d8b11d25748e4711bec8d128d7e3',
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@9076af7165362c18ae6b6c450d222e1973daa9a1',
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@c69c945b834583896e36d799185661d915939a46',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
'https://chromium.googlesource.com/chromium/src/testing@ec1166780d8cbc1e1bde39fa0acfbc991d15cac2',
|
||||
'https://chromium.googlesource.com/chromium/src/testing@356363ab1fbe4abba29642dd8e6e1622aeab1f0d',
|
||||
'src/third_party':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@f30fa3d6f2cd88267a642660394458861434aba3',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@0f0e0c45afaf6fac4d0e453772d03736aac01e9b',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -113,7 +113,7 @@ deps = {
|
||||
'src/buildtools/third_party/libc++/trunk':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@f8279b01085b800724f5c5629dc365b9f040dc53',
|
||||
'src/buildtools/third_party/libc++abi/trunk':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@b2e8ad2755f15556a2e93b500db665c25409b95e',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@899caea3814eeb45c689fc206052968943fd5cb8',
|
||||
'src/buildtools/third_party/libunwind/trunk':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@cd144ced35285edaa064a91561969e5b22c219b1',
|
||||
|
||||
@ -172,9 +172,9 @@ deps = {
|
||||
'src/third_party/boringssl/src':
|
||||
'https://boringssl.googlesource.com/boringssl.git@6cf98208371e5c2c8b9d34ce3b8c452ea90e2963',
|
||||
'src/third_party/breakpad/breakpad':
|
||||
'https://chromium.googlesource.com/breakpad/breakpad.git@02fe1eef8e4753cfa686db52fc375e17f5d23c84',
|
||||
'https://chromium.googlesource.com/breakpad/breakpad.git@8988364bcddd9b194b0bf931c10bc125987330ed',
|
||||
'src/third_party/catapult':
|
||||
'https://chromium.googlesource.com/catapult.git@dfd78540ae99b3f753f8e250abd5e9be240b0053',
|
||||
'https://chromium.googlesource.com/catapult.git@ecf1f9c5b78d2d519a160545eea66692983d2543',
|
||||
'src/third_party/ced/src': {
|
||||
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
|
||||
},
|
||||
@ -187,7 +187,7 @@ deps = {
|
||||
'src/third_party/crc32c/src':
|
||||
'https://chromium.googlesource.com/external/github.com/google/crc32c.git@fa5ade41ee480003d9c5af6f43567ba22e4e17e6',
|
||||
'src/third_party/depot_tools':
|
||||
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@e49349becf69ddf68e5e8c7329836e125b4367aa',
|
||||
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@9e0ff22bfb3137e9c6b44304671a78c3e3d1e1d9',
|
||||
'src/third_party/ffmpeg':
|
||||
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@8d21d41d8bec5c0b266ee305d1a708dc5c23b594',
|
||||
'src/third_party/flatbuffers/src':
|
||||
@ -223,13 +223,13 @@ deps = {
|
||||
'src/third_party/googletest/src':
|
||||
'https://chromium.googlesource.com/external/github.com/google/googletest.git@af29db7ec28d6df1c7f0f745186884091e602e07',
|
||||
'src/third_party/icu': {
|
||||
'url': 'https://chromium.googlesource.com/chromium/deps/icu.git@709d56e26482982f7390e49f98ef7a91101f137e',
|
||||
'url': 'https://chromium.googlesource.com/chromium/deps/icu.git@a2961dc659b4ae847a9c6120718cc2517ee57d9e',
|
||||
},
|
||||
'src/third_party/jdk': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/jdk',
|
||||
'version': '2Of9Pe_OdO4xoAATuiLDiMVNebKTNO3WrwJGqil4RosC',
|
||||
'version': '-1zDGMOzS_Qsja50TakJCSqN9C9TYppQrsny4HATSQwC',
|
||||
},
|
||||
],
|
||||
'condition': 'host_os == "linux" and checkout_android',
|
||||
@ -291,7 +291,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/perfetto':
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@53002b30d2f05f6c267012ce2abf3c5fbd4e9e35',
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@922cf5c76a1ef4eb6fd120d86af5fe54389913f2',
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
'https://chromium.googlesource.com/webm/libvpx.git@99522d307ccef8b53d373beab8c5b6bf997ca4ef',
|
||||
'src/third_party/libyuv':
|
||||
@ -340,7 +340,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/tools':
|
||||
'https://chromium.googlesource.com/chromium/src/tools@cd2330a2943b986650d2e6ced5f8201d9c7317dd',
|
||||
'https://chromium.googlesource.com/chromium/src/tools@f94ddd5c41ceff6dbba8a324582032f245b89345',
|
||||
|
||||
'src/third_party/accessibility_test_framework': {
|
||||
'packages': [
|
||||
@ -406,7 +406,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/androidx',
|
||||
'version': 'yy7NOUTgTyjACkyQjFHtZUyiPftLIKaZxhnICD0hU7AC',
|
||||
'version': 'OHveK-sQfZYVc9OYLG-gzd5LUi8BLlUn70JqB7cZEqIC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user