Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2174 lines
75 KiB
Plaintext
Raw Normal View History

DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
# This file contains dependencies for WebRTC.
gclient_gn_args_file = 'src/build/config/gclient_args.gni'
gclient_gn_args = [
'generate_location_tags',
]
vars = {
# By default, we should check out everything needed to run on the main
# chromium waterfalls. More info at: crbug.com/570091.
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
Roll chromium_revision 3f3c4461a0..c50f9710da (1422047:1422420) Change log: https://chromium.googlesource.com/chromium/src/+log/3f3c4461a0..c50f9710da Full diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/af6791f5dd..9e81d0aac9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de88ea082e..e42ba23e14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe579d883a..f497e652b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/79273a8f5c..75065cfcbb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e5bdfb30e9..f004cc0a39 * src/third_party/androidx/cipd: X3RUiAVlYpSEgtqmKdDbZFDp3xSdR1NJYbEKBuoy458C..R1wNTeO5kH2bzp1NW4g87DLWtiDXaImAQJplHSR-108C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2b619cc49c..294ab9730c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cfa9c31cbe..30345af7ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ee429f3694..ab387d1ddc * src/third_party/kotlinc/current: NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC..Byyh0dwgQgBY_Jzh2Kk2tN7n_bJl2YJXe6JQKdySO4kC * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/b05ea6f335..62e217a12e * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/503da06746..1e97ffd153 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4ed2fa87db..367e383074 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da/DEPS No update to Clang. BUG=None Change-Id: I9352685319dc770cfe0d6fa22e40fcbbb656d246 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377982 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@{#43939}
2025-02-20 02:02:39 -08:00
'chromium_revision': 'c50f9710da99968a7817f069dafba47c5155cdcd',
# Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to
# process the raw profiles produced by instrumented targets (built with
# the gn arg 'use_clang_coverage').
'checkout_clang_coverage_tools': False,
# Fetch clangd into the same bin/ directory as our clang binary.
'checkout_clangd': False,
# Fetch libraries required to compile and run fuzzer tests.
'checkout_fuzzer': False,
'chromium_git': 'https://chromium.googlesource.com',
# Keep the Chromium default of generating location tags.
'generate_location_tags': True,
# ResultDB version
Roll chromium_revision 39192b4c63..cce0050145 (1104403:1106718) Change log: https://chromium.googlesource.com/chromium/src/+log/39192b4c63..cce0050145 Full diff: https://chromium.googlesource.com/chromium/src/+/39192b4c63..cce0050145 Changed dependencies * fuchsia_vesion: version:11.20230213.0.1..version:11.20230217.0.1 * reclient_vesion: re_client_version:0.93.0.9ed3cef-gomaip..re_client_version:0.96.2.d36a87c-gomaip * resultdb_vesion: git_revision:ac21cf9883af7d1bf6d60e8a7448918eb3b6aa18..git_revision:ebc74d10fa0d64057daa6f128e89f3672eeeec95 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d78c3d57a4..a77d8fe58e * src/build: https://chromium.googlesource.com/chromium/src/build/+log/72a5519940..1103ef535c * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/dbaf3c47d5..2ff42d2008 * src/buildtools/reclient: re_client_version:0.93.0.9ed3cef-gomaip..re_client_version:0.96.2.d36a87c-gomaip * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/fb27d308b0..6f4617b9ef * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/b74d771611..f7460fc60a * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/f0ea28495a..c4ed9cba55 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/1f2d3756f5..dfad7173d7 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/c1ff82d297..4d7e94b7ae * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/27a24c6db0..f73bea5c47 * src/third_party/android_build_tools/manifest_merger: 2JpGK05syKIkt6K-gSTBDV90H50KLdXLP_vyVhXRWqcC..EnlN2b-khJhe8B9hSfh7UxvglJXEwWDKaMm4ixhLYTMC * src/third_party/androidx: GKy4LARn3eG5qTUEQ110uKvs6CP-0YfU1FYMVl1WYFkC..j8ODeb19OPYNvR6IH59xZ0BX66U8NNWdnyl-IOL6-ikC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/0586618453..ca1690e221 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7947234401..44b7bc5487 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e636a25853..3879bd830c * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/b47ba1d5ff..a56f9ec50e * src/third_party/fontconfig/src: https://chromium.googlesource.com/external/fontconfig.git/+log/452be8125f..2ef790a0db * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/dacbb55433..0eca6ead82 * src/third_party/kotlin_stdlib: yDx4bgi6fy03EzeCNgTQFs5WWyqNkJtPvSN7yqqN-48C..Mg7371mEUwDQH4_z29HdWqYWVlXN6t2dXX0kIutg_SwC * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/565d711bb6..1046bf928b * src/third_party/r8: aPfF8BYhTWRf1GioUYZMwrC8hlAaLFllM_tfppFbRBIC..CNzcoXA0246FgCmus3Uk0w-NXoGjqjHku8jocP5AcuUC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/249f92dc74..ad17ea6930 * src/tools/luci-go: git_revision:a4b0cf91f9d6e0436705b94b979fe070d21912b1..git_revision:c543f47ae455dbfe7e8fed5baa61a14d9068e98c * src/tools/luci-go: git_revision:a4b0cf91f9d6e0436705b94b979fe070d21912b1..git_revision:c543f47ae455dbfe7e8fed5baa61a14d9068e98c * src/tools/resultdb: git_revision:ac21cf9883af7d1bf6d60e8a7448918eb3b6aa18..git_revision:ebc74d10fa0d64057daa6f128e89f3672eeeec95 DEPS diff: https://chromium.googlesource.com/chromium/src/+/39192b4c63..cce0050145/DEPS Clang version changed llvmorg-16-init-17653-g39da55e8:llvmorg-17-init-2082-g6d4a674a Details: https://chromium.googlesource.com/chromium/src/+/39192b4c63..cce0050145/tools/clang/scripts/update.py BUG=None Change-Id: I24241a983181f521895f38ee4f37f132f4250652 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/293889 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@{#39330}
2023-02-17 04:16:01 -08:00
'resultdb_version': 'git_revision:ebc74d10fa0d64057daa6f128e89f3672eeeec95',
# By default, download the fuchsia sdk from the public sdk directory.
Roll chromium_revision a8db252505..a3756bb36c (1153825:1154916) Manual edits: The 'fuchsia_sdk_cipd_prefix' in DEPS is switched to 'fuchsia/sdk/core', refer to chromium:1432399. Change log: https://chromium.googlesource.com/chromium/src/+log/a8db252505..a3756bb36c Full diff: https://chromium.googlesource.com/chromium/src/+/a8db252505..a3756bb36c Changed dependencies * fuchsia_version: version:12.20230601.2.1..version:12.20230607.1.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bec41f0640..8966604391 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f8bfb7227d..834ec565e0 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/d319c2e92f..a01ed17fd7 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/542fc4ca28..aef9ce9613 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e91d3c6c91..5deb9e2bd8 * src/third_party/android_build_tools/manifest_merger: u2r6t6i4MR-JZBn40RJTHzLBwT4y59mjHv6kkrAlLSQC..nGzWwB6kx8dBDTH7L1jUxm8y3INDX3qVm9co3ntGk7EC * src/third_party/androidx: srWErb9L1Cxj063OVQOGmg0_how6kmwp8IVOulcqkIoC..8EW3iHyrSSsOJnUnVY3yKilFduKdTrYqL9ScMbo_kJsC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/dc627ec37b..2d01747514 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0d627781be..19ea2048e4 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/8d21d41d8b..881c5c3f64 * src/third_party/kotlinc/current: J3BAlA7yf4corBopDhlwuT9W4jR1Z9R55KD3BUTVldQC..QSwE30iq_KLKxImEnQEwDMQM_cU10eZSAwNobs8BEsoC * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/493ab156ac..ca2a71ce41 * src/third_party/r8: e9kuk0ZE8fKLVJ33ULiDJQ43Sg-S8wbRD0pG7hEcP9AC..4nvRHMrsaaAwaTGCTVhj-rVB4rr7rtMUb01KL83_TA8C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b86650089b..9ca62b667c * src/tools/luci-go: git_revision:2eaf659a45c8945c3e15f202c4e8a734243f8270..git_revision:0ecab437ae2532a879b1203efc48f54bc6cadb77 * src/tools/luci-go: git_revision:2eaf659a45c8945c3e15f202c4e8a734243f8270..git_revision:0ecab437ae2532a879b1203efc48f54bc6cadb77 DEPS diff: https://chromium.googlesource.com/chromium/src/+/a8db252505..a3756bb36c/DEPS No update to Clang. BUG=None Change-Id: Id59c70bd47ec363c4772ba5ffc410e7759507892 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/308261 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Auto-Submit: Prashanth Swaminathan <prashanthsw@google.com> Reviewed-by: Chong Gu <chonggu@google.com> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40245}
2023-06-08 08:26:18 -07:00
'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/core/',
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'fuchsia_version': 'version:27.20250207.1.1',
# By default, download the fuchsia images from the fuchsia GCS bucket.
'fuchsia_images_bucket': 'fuchsia',
'checkout_fuchsia': False,
# Since the images are hundreds of MB, default to only downloading the image
# most commonly useful for developers. Bots and developers that need to use
# other images can override this with additional images.
Roll chromium_revision c89d7a6d7f..1204aeca4d (1216881:1220240) Change log: https://chromium.googlesource.com/chromium/src/+log/c89d7a6d7f..1204aeca4d Full diff: https://chromium.googlesource.com/chromium/src/+/c89d7a6d7f..1204aeca4d Changed dependencies * fuchsia_version: version:15.20231022.3.1..version:16.20231030.2.1 * reclient_version: re_client_version:0.117.1.21520c6-gomaip..re_client_version:0.118.1.ae3c3be-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1546e3adb6..ae6082baab * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a21fc60651..65cd2ac234 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/6f834e2039..e1fa8831f1 * src/buildtools/reclient: re_client_version:0.117.1.21520c6-gomaip..re_client_version:0.118.1.ae3c3be-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5139a7efd4..9a13e5ba21 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/46366a7e4d..da5a47c57c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/64d9ec3158..3ff0a6225a * src/third_party/android_build_tools/manifest_merger: V90mMwKNdDvQaZ-2eMjmdkHQdGrDn3w4DxA-fGMA8y0C..doEA4zEMMRwIiYmB3veT2pt-7z3UasxhbTo279pDV40C * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.1.cr1..version:2@1.10.4.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.11.0.cr1..version:2@2.19.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.1-jre.cr1..version:2@32.1.3-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.1-android.cr1..version:2@32.1.3-android.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr1..version:2@2.8.cr1 * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.72.cr1..version:2@1.76.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.25.0.cr1..version:2@3.37.0.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_robolectric_annotations: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_junit: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_resources: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/androidx: F-habe4EUUBiRQmzyGAB5oOUtnTNQkhvpoUe4vVZuegC..jYnZMA1q1qNqyYpVcsoN14-OPUhM_wdPIFCxcGj8zakC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/c38dc29860..a96e7377fc * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/47efdb4b14..f3e882d631 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9f3b33a275..b4e466e610 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/55d0287cfc..6d6607b8b3 * src/third_party/kotlin_stdlib: ZwEhbBOU3zJ8iFzea34zthR0d1a1LlfSPjfsblxKbSgC..UHG1TEvmBMX93y7dRSaoalB3LBMY2O5-OOvlFUByl5wC * src/third_party/kotlinc/current: 6Hdj5fkzcomS1cNTWnXoeTZj0wvCG4zdyLtZ23eK-U4C..qeRCtEA1uhs8D1wL8wj0UZllCoScbcA6QrEQu9g4NGoC * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/a429c26ae2..d781e6e1b8 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/2ca9f38714..0226cb1cdf * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/7686b5d38c..69b8c64697 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/cefa83de08..eaa388ea81 * src/third_party/r8: jj098_uPn3EKB7YisD1VAQXkZWNtSa6Qxz3vpMQkPR4C..LSKbogNru-rwoTlrVtJniI4WT8_ZQbcI8QyWQJfwHXoC * src/third_party/turbine: VRQ9UNP0lvjDXJ4DhORCj66go0TLg5uuGnHWkNN_hgUC..rg7X3-H8Yd0enT9HWZY9KwEh1ciZBP0jkla5_rGW2pUC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d7f60c3fd2..97c493c880 * src/tools/luci-go: git_revision:924cfd2323a9192361b765f81fffc135026c1fee..git_revision:540222a3d0b11c1370539a1f698643113a0ee029 * src/tools/luci-go: git_revision:924cfd2323a9192361b765f81fffc135026c1fee..git_revision:540222a3d0b11c1370539a1f698643113a0ee029 Added dependency * src/third_party/android_deps/libs/org_robolectric_shadows_versioning Removed dependency * src/third_party/android_deps/libs/com_google_guava_listenablefuture DEPS diff: https://chromium.googlesource.com/chromium/src/+/c89d7a6d7f..1204aeca4d/DEPS No update to Clang. BUG=None Change-Id: I37f1fdcc2b2ecfe2d0cb655c65dd666049b039ca Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/326072 Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41086}
2023-11-06 14:17:46 +00:00
'checkout_fuchsia_boot_images': "terminal.x64",
'checkout_fuchsia_product_bundles': '"{checkout_fuchsia_boot_images}" != ""',
# Fetch configuration files required for the 'use_remoteexec' gn arg
'download_remoteexec_cfg': False,
# RBE instance to use for running remote builds
'rbe_instance': 'projects/rbe-webrtc-developer/instances/default_instance',
# reclient CIPD package version
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'reclient_version': 're_client_version:0.176.0.8c46330a-gomaip',
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
# ninja CIPD package.
'ninja_package': 'infra/3pp/tools/ninja/',
# ninja CIPD package version
# https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja
Roll chromium_revision 3b70d6f26c..a49e44e2c9 (1354985:1361576) Change log: https://chromium.googlesource.com/chromium/src/+log/3b70d6f26c..a49e44e2c9 Full diff: https://chromium.googlesource.com/chromium/src/+/3b70d6f26c..a49e44e2c9 Changed dependencies * fuchsia_version: version:24.20240906.3.1..version:24.20240927.1.1 * ninja_version: version:2@1.12.1.chromium.4..version:3@1.12.1.chromium.4 * reclient_version: re_client_version:0.163.0.d27158ab-gomaip..re_client_version:0.164.0.76480e37-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7f2a56694b..dc2b59cbcd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8e0612cd2c..9b11bd3a6a * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e4f992c066..7f979120bf * src/buildtools/linux64: git_revision:20806f79c6b4ba295274e3a589d85db41a02fdaa..git_revision:95b0f8fe31a992a33c040bbe3867901335c12762 * src/buildtools/mac: git_revision:20806f79c6b4ba295274e3a589d85db41a02fdaa..git_revision:95b0f8fe31a992a33c040bbe3867901335c12762 * src/buildtools/reclient: re_client_version:0.163.0.d27158ab-gomaip..re_client_version:0.164.0.76480e37-gomaip * src/buildtools/win: git_revision:20806f79c6b4ba295274e3a589d85db41a02fdaa..git_revision:95b0f8fe31a992a33c040bbe3867901335c12762 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8e01efd2a9..35b4a08423 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3f4138fcb1..f0e6c7d37b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/27c9b4efc2..264b412a76 * src/third_party/android_build_tools/error_prone/cipd: fNCLAzE8NSvOXTryvUGT3NmX8no8lyRHR1yfY0zbv8YC..YE3pEw2WCnBXxGYzRUWClmkwiGF1u9FtWzN_NpztxlgC * src/third_party/android_build_tools/manifest_merger/cipd: JnUHT3SsYpv4WBlOV5VrBkuj2Q9SJ3cXlNHZ-u78L5IC..nF0aNBggEihalcCW3jCKPV8O-xsiz2xTWqzRjbCLyIYC * src/third_party/android_deps/cipd/libs/com_google_android_material_material: version:2@1.11.0-beta01.cr1..version:2@1.13.0-alpha05.cr1 * src/third_party/androidx/cipd: -HPg6kSZtheePVbklOqBtMGHIYS9d0uoR7S-NfR5kGoC..3-zFsZXBqCk_7AGLOqS53gb2vatfs72IsA9TdrYDHpEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/e724ef0208..72a60506de * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/296226a4a0..b952ef48c3 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/6b3c489a2e..a7a40a3fde * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d43a3eb748..2c16d7f80b * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/91903c28af..30735bb16a * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/0953a17a42..6dae7eb4a5 * src/third_party/kotlin_stdlib/cipd: b48PGccyaRl9kI3MLdJ36I-z5Zcj9NOCjsUg02Bl-EIC..sM4BDDeBT0q8-CGW_b8KvNMIyDvVB4r6GCaTIkC51lMC * src/third_party/kotlinc/current: PKwXlOC2iNJx0ELcmUpSTk0GHbNMEM-HZwhs2AWl1WUC..sWflNFi1lIChwNkfw5cn9pvABtOAVLcuUQMHvx9s0ccC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d5265b1736..3177866cdd * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/887f732df0..e2d898ca22 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/29b2e9a0f4..d0c57cb48f * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dc70138c3e..9846aba7d4 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/fbf63dff1f..09b3d5fc5a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/874f391dbf..77f3acade4 * src/third_party/ninja: version:2@1.12.1.chromium.4..version:3@1.12.1.chromium.4 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/97a5d7ed4d..b0c45bb46c * src/third_party/r8/cipd: mqzE1g-dbf23PQ04w-4TpmupGkMOnZljVa993-MkzhIC..fPtOVFF2pWq045gaoD8_EIc8Kg9zbgBc6ydnAE7ATicC * src/third_party/r8/d8/cipd: vw5kLlW3-suSlCKSO9OQpFWpR8oDnvQ8k1RgKNUapQYC..yEomA-IPmb_JtuiEvwgtxRHtSEaICkDY1sDko_rQGO0C * src/third_party/turbine/cipd: aLKJszAm9PXh5T9KNcDH0MQJeEAIpEiFAYVEimlKdDsC..jgDuyha_VOnbWcvPhoSVjeQWyIfb_WwGGzpBQOhrFZsC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/453f7ad001..a78b3e1101 * src/tools/luci-go: git_revision:1aca70b6bf116c1bd8fbf0526c9a89e9be308718..git_revision:cb4b10bea51ea74dbdfeb6d377481c884ab23db8 * src/tools/luci-go: git_revision:1aca70b6bf116c1bd8fbf0526c9a89e9be308718..git_revision:cb4b10bea51ea74dbdfeb6d377481c884ab23db8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3b70d6f26c..a49e44e2c9/DEPS No update to Clang. BUG=None Change-Id: I30d953dfee919325afd81383f030357e9bd70f55 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/364045 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@{#43102}
2024-09-29 01:09:13 -07:00
'ninja_version': 'version:3@1.12.1.chromium.4',
# condition to allowlist deps for non-git-source processing.
'non_git_source': 'True',
}
deps = {
# TODO(kjellander): Move this to be Android-only.
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/base':
Roll chromium_revision 3f3c4461a0..c50f9710da (1422047:1422420) Change log: https://chromium.googlesource.com/chromium/src/+log/3f3c4461a0..c50f9710da Full diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/af6791f5dd..9e81d0aac9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de88ea082e..e42ba23e14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe579d883a..f497e652b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/79273a8f5c..75065cfcbb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e5bdfb30e9..f004cc0a39 * src/third_party/androidx/cipd: X3RUiAVlYpSEgtqmKdDbZFDp3xSdR1NJYbEKBuoy458C..R1wNTeO5kH2bzp1NW4g87DLWtiDXaImAQJplHSR-108C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2b619cc49c..294ab9730c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cfa9c31cbe..30345af7ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ee429f3694..ab387d1ddc * src/third_party/kotlinc/current: NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC..Byyh0dwgQgBY_Jzh2Kk2tN7n_bJl2YJXe6JQKdySO4kC * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/b05ea6f335..62e217a12e * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/503da06746..1e97ffd153 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4ed2fa87db..367e383074 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da/DEPS No update to Clang. BUG=None Change-Id: I9352685319dc770cfe0d6fa22e40fcbbb656d246 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377982 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@{#43939}
2025-02-20 02:02:39 -08:00
'https://chromium.googlesource.com/chromium/src/base@9e81d0aac944aea8355604ddd28065af1d8a24e3',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/build':
Roll chromium_revision 3f3c4461a0..c50f9710da (1422047:1422420) Change log: https://chromium.googlesource.com/chromium/src/+log/3f3c4461a0..c50f9710da Full diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/af6791f5dd..9e81d0aac9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de88ea082e..e42ba23e14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe579d883a..f497e652b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/79273a8f5c..75065cfcbb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e5bdfb30e9..f004cc0a39 * src/third_party/androidx/cipd: X3RUiAVlYpSEgtqmKdDbZFDp3xSdR1NJYbEKBuoy458C..R1wNTeO5kH2bzp1NW4g87DLWtiDXaImAQJplHSR-108C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2b619cc49c..294ab9730c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cfa9c31cbe..30345af7ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ee429f3694..ab387d1ddc * src/third_party/kotlinc/current: NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC..Byyh0dwgQgBY_Jzh2Kk2tN7n_bJl2YJXe6JQKdySO4kC * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/b05ea6f335..62e217a12e * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/503da06746..1e97ffd153 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4ed2fa87db..367e383074 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da/DEPS No update to Clang. BUG=None Change-Id: I9352685319dc770cfe0d6fa22e40fcbbb656d246 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377982 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@{#43939}
2025-02-20 02:02:39 -08:00
'https://chromium.googlesource.com/chromium/src/build@e42ba23e14b15bbfc89a809dee1c8f700d80c736',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/buildtools':
Roll chromium_revision 98dca66ca7..4b5fcdcc5c (1421743:1421875) Change log: https://chromium.googlesource.com/chromium/src/+log/98dca66ca7..4b5fcdcc5c Full diff: https://chromium.googlesource.com/chromium/src/+/98dca66ca7..4b5fcdcc5c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d3b7788807..968880cd7b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de13fa42c2..de88ea082e * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2f50fd2eb7..d1ed719a33 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f64b029a95..b95fa0e8b2 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/bcef479110..cd6f832f55 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9bd6b7c1ed..41653a672a * src/third_party/androidx/cipd: 8Lvm0dWvOzqAyYTrr0ZeIV3XNDBWvOfZ0V9t-sQPAmkC..WQP_3VSZIlHutyvh9iEePkeKRMt8HhX4s8kh6W2249QC * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e69b086c0f..ee429f3694 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/d3d825f7b3..e36be6784f * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/d499ef8787..99782c3117 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/26425fcdd1..dfcfdc9c28 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/59ef5074ad..c93bccdfe2 DEPS diff: https://chromium.googlesource.com/chromium/src/+/98dca66ca7..4b5fcdcc5c/DEPS No update to Clang. BUG=None Change-Id: I9d46dbfc74f80e0d7ccea4963f4063a756c0dd97 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377721 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@{#43925}
2025-02-19 04:04:59 -08:00
'https://chromium.googlesource.com/chromium/src/buildtools@d1ed719a33042a69290036402227949ec4d11877',
# 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': {
Roll chromium_revision 3f3c4461a0..c50f9710da (1422047:1422420) Change log: https://chromium.googlesource.com/chromium/src/+log/3f3c4461a0..c50f9710da Full diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/af6791f5dd..9e81d0aac9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de88ea082e..e42ba23e14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe579d883a..f497e652b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/79273a8f5c..75065cfcbb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e5bdfb30e9..f004cc0a39 * src/third_party/androidx/cipd: X3RUiAVlYpSEgtqmKdDbZFDp3xSdR1NJYbEKBuoy458C..R1wNTeO5kH2bzp1NW4g87DLWtiDXaImAQJplHSR-108C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2b619cc49c..294ab9730c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cfa9c31cbe..30345af7ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ee429f3694..ab387d1ddc * src/third_party/kotlinc/current: NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC..Byyh0dwgQgBY_Jzh2Kk2tN7n_bJl2YJXe6JQKdySO4kC * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/b05ea6f335..62e217a12e * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/503da06746..1e97ffd153 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4ed2fa87db..367e383074 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da/DEPS No update to Clang. BUG=None Change-Id: I9352685319dc770cfe0d6fa22e40fcbbb656d246 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377982 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@{#43939}
2025-02-20 02:02:39 -08:00
'url': 'https://chromium.googlesource.com/chromium/src/ios@f497e652b6cd0bfd75094548dd9bfe872cba7c30',
'condition': 'checkout_ios',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/testing':
Roll chromium_revision 3f3c4461a0..c50f9710da (1422047:1422420) Change log: https://chromium.googlesource.com/chromium/src/+log/3f3c4461a0..c50f9710da Full diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/af6791f5dd..9e81d0aac9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de88ea082e..e42ba23e14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe579d883a..f497e652b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/79273a8f5c..75065cfcbb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e5bdfb30e9..f004cc0a39 * src/third_party/androidx/cipd: X3RUiAVlYpSEgtqmKdDbZFDp3xSdR1NJYbEKBuoy458C..R1wNTeO5kH2bzp1NW4g87DLWtiDXaImAQJplHSR-108C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2b619cc49c..294ab9730c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cfa9c31cbe..30345af7ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ee429f3694..ab387d1ddc * src/third_party/kotlinc/current: NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC..Byyh0dwgQgBY_Jzh2Kk2tN7n_bJl2YJXe6JQKdySO4kC * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/b05ea6f335..62e217a12e * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/503da06746..1e97ffd153 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4ed2fa87db..367e383074 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da/DEPS No update to Clang. BUG=None Change-Id: I9352685319dc770cfe0d6fa22e40fcbbb656d246 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377982 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@{#43939}
2025-02-20 02:02:39 -08:00
'https://chromium.googlesource.com/chromium/src/testing@75065cfcbb2b3db725f614f0d97bafcaaad3bb4b',
'src/third_party':
Roll chromium_revision 3f3c4461a0..c50f9710da (1422047:1422420) Change log: https://chromium.googlesource.com/chromium/src/+log/3f3c4461a0..c50f9710da Full diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/af6791f5dd..9e81d0aac9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de88ea082e..e42ba23e14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe579d883a..f497e652b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/79273a8f5c..75065cfcbb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e5bdfb30e9..f004cc0a39 * src/third_party/androidx/cipd: X3RUiAVlYpSEgtqmKdDbZFDp3xSdR1NJYbEKBuoy458C..R1wNTeO5kH2bzp1NW4g87DLWtiDXaImAQJplHSR-108C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2b619cc49c..294ab9730c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cfa9c31cbe..30345af7ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ee429f3694..ab387d1ddc * src/third_party/kotlinc/current: NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC..Byyh0dwgQgBY_Jzh2Kk2tN7n_bJl2YJXe6JQKdySO4kC * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/b05ea6f335..62e217a12e * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/503da06746..1e97ffd153 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4ed2fa87db..367e383074 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da/DEPS No update to Clang. BUG=None Change-Id: I9352685319dc770cfe0d6fa22e40fcbbb656d246 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377982 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@{#43939}
2025-02-20 02:02:39 -08:00
'https://chromium.googlesource.com/chromium/src/third_party@f004cc0a39eb7c5125a84f931ebfe1fadf8a4458',
'src/buildtools/linux64': {
'packages': [
{
'package': 'gn/gn/linux-${{arch}}',
Roll chromium_revision 44fec236e9..b0a681ce87 (1405850:1405977) Change log: https://chromium.googlesource.com/chromium/src/+log/44fec236e9..b0a681ce87 Full diff: https://chromium.googlesource.com/chromium/src/+/44fec236e9..b0a681ce87 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b3a5c4dc99..f1eca0eef3 * src/buildtools/linux64: git_revision:c97a86a72105f3328a540f5a5ab17d11989ab7dd..git_revision:ed1abc107815210dc66ec439542bee2f6cbabc00 * src/buildtools/mac: git_revision:c97a86a72105f3328a540f5a5ab17d11989ab7dd..git_revision:ed1abc107815210dc66ec439542bee2f6cbabc00 * src/buildtools/win: git_revision:c97a86a72105f3328a540f5a5ab17d11989ab7dd..git_revision:ed1abc107815210dc66ec439542bee2f6cbabc00 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/20f470554f..ee46c04a01 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/1b90331d4c..78eec180e1 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/bcfab37769..e4564d246c * src/third_party/androidx/cipd: wo7iIVgF-B5pVgthj7EDcFUn84oMIQo4Z1ZNtYHK-QIC..32AzFSTUhsuZ_f9YU0c-rm5iCVSFQDV_EJRHADNVPAgC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac_arm64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Win/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/b0a179d469..80af41e08a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/87046763a8..feddf11766 DEPS diff: https://chromium.googlesource.com/chromium/src/+/44fec236e9..b0a681ce87/DEPS No update to Clang. BUG=None Change-Id: I2d4842ec61a066134021b320c94166863e224ca8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/374245 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43730}
2025-01-14 02:03:48 -08:00
'version': 'git_revision:ed1abc107815210dc66ec439542bee2f6cbabc00',
}
],
'dep_type': 'cipd',
'condition': 'checkout_linux',
},
'src/buildtools/mac': {
'packages': [
{
'package': 'gn/gn/mac-${{arch}}',
Roll chromium_revision 44fec236e9..b0a681ce87 (1405850:1405977) Change log: https://chromium.googlesource.com/chromium/src/+log/44fec236e9..b0a681ce87 Full diff: https://chromium.googlesource.com/chromium/src/+/44fec236e9..b0a681ce87 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b3a5c4dc99..f1eca0eef3 * src/buildtools/linux64: git_revision:c97a86a72105f3328a540f5a5ab17d11989ab7dd..git_revision:ed1abc107815210dc66ec439542bee2f6cbabc00 * src/buildtools/mac: git_revision:c97a86a72105f3328a540f5a5ab17d11989ab7dd..git_revision:ed1abc107815210dc66ec439542bee2f6cbabc00 * src/buildtools/win: git_revision:c97a86a72105f3328a540f5a5ab17d11989ab7dd..git_revision:ed1abc107815210dc66ec439542bee2f6cbabc00 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/20f470554f..ee46c04a01 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/1b90331d4c..78eec180e1 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/bcfab37769..e4564d246c * src/third_party/androidx/cipd: wo7iIVgF-B5pVgthj7EDcFUn84oMIQo4Z1ZNtYHK-QIC..32AzFSTUhsuZ_f9YU0c-rm5iCVSFQDV_EJRHADNVPAgC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac_arm64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Win/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/b0a179d469..80af41e08a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/87046763a8..feddf11766 DEPS diff: https://chromium.googlesource.com/chromium/src/+/44fec236e9..b0a681ce87/DEPS No update to Clang. BUG=None Change-Id: I2d4842ec61a066134021b320c94166863e224ca8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/374245 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43730}
2025-01-14 02:03:48 -08:00
'version': 'git_revision:ed1abc107815210dc66ec439542bee2f6cbabc00',
}
],
'dep_type': 'cipd',
'condition': 'checkout_mac',
},
'src/buildtools/win': {
'packages': [
{
'package': 'gn/gn/windows-amd64',
Roll chromium_revision 44fec236e9..b0a681ce87 (1405850:1405977) Change log: https://chromium.googlesource.com/chromium/src/+log/44fec236e9..b0a681ce87 Full diff: https://chromium.googlesource.com/chromium/src/+/44fec236e9..b0a681ce87 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b3a5c4dc99..f1eca0eef3 * src/buildtools/linux64: git_revision:c97a86a72105f3328a540f5a5ab17d11989ab7dd..git_revision:ed1abc107815210dc66ec439542bee2f6cbabc00 * src/buildtools/mac: git_revision:c97a86a72105f3328a540f5a5ab17d11989ab7dd..git_revision:ed1abc107815210dc66ec439542bee2f6cbabc00 * src/buildtools/win: git_revision:c97a86a72105f3328a540f5a5ab17d11989ab7dd..git_revision:ed1abc107815210dc66ec439542bee2f6cbabc00 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/20f470554f..ee46c04a01 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/1b90331d4c..78eec180e1 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/bcfab37769..e4564d246c * src/third_party/androidx/cipd: wo7iIVgF-B5pVgthj7EDcFUn84oMIQo4Z1ZNtYHK-QIC..32AzFSTUhsuZ_f9YU0c-rm5iCVSFQDV_EJRHADNVPAgC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac_arm64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Win/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/b0a179d469..80af41e08a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/87046763a8..feddf11766 DEPS diff: https://chromium.googlesource.com/chromium/src/+/44fec236e9..b0a681ce87/DEPS No update to Clang. BUG=None Change-Id: I2d4842ec61a066134021b320c94166863e224ca8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/374245 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43730}
2025-01-14 02:03:48 -08:00
'version': 'git_revision:ed1abc107815210dc66ec439542bee2f6cbabc00',
}
],
'dep_type': 'cipd',
'condition': 'checkout_win',
},
'src/buildtools/reclient': {
'packages': [
{
# https://chrome-infra-packages.appspot.com/p/infra/rbe/client/
'package': 'infra/rbe/client/${{platform}}',
'version': Var('reclient_version'),
}
],
'dep_type': 'cipd',
# Reclient doesn't have linux-arm64 package.
'condition': 'not (host_os == "linux" and host_cpu == "arm64")',
},
'src/third_party/rust-toolchain': {
'dep_type': 'gcs',
'bucket': 'chromium-browser-clang',
'objects': [
{
'object_name': 'Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz',
'sha256sum': '043bc520520424fad9fdfc87102e3af7c8f1ca4da3f7885e18f54fd29fc783e4',
'size_bytes': 115068636,
'generation': 1725552307196828,
'condition': 'host_os == "linux" and non_git_source',
},
{
'object_name': 'Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz',
'sha256sum': '100befb02da0940fdede41a0ad0e28ded1ce4b6794b5e488bccc91ba1d27348a',
'size_bytes': 108415524,
'generation': 1725552308530261,
'condition': 'host_os == "mac" and host_cpu == "x64"',
},
{
'object_name': 'Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz',
'sha256sum': '6f3ba8fe5a9590b476c087b412bd60e7e46ec59bc37aac76d9f7894c6bc34a75',
'size_bytes': 97820200,
'generation': 1725552309875662,
'condition': 'host_os == "mac" and host_cpu == "arm64"',
},
{
'object_name': 'Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz',
'sha256sum': '1d04274c7a96aa0148a9bb5b29fa5b33c24b97971e33634bed62ce504b1cb346',
'size_bytes': 172453420,
'generation': 1725552311180142,
'condition': 'host_os == "win"',
},
],
},
'src/third_party/clang-format/script':
Roll chromium_revision 030af8fbf0..edc5771bf9 (1368717:1393593) Change log: https://chromium.googlesource.com/chromium/src/+log/030af8fbf0..edc5771bf9 Full diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9 Changed dependencies * fuchsia_version: version:24.20241014.3.1..version:26.20241203.6.1 * reclient_version: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/69f3676cdb..189a044d69 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/05874e6c94..351a8c7f44 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/db0eae9640..ba1ffdb859 * src/buildtools/linux64: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/mac: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/reclient: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/buildtools/win: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/452c8ab216..7bcd9c24de * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/eac4c18f74..aab53ebd79 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9d80a193fb..832ec8a32c * src/third_party/android_build_tools/aapt2/cipd: cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC..JPmxYHMZl4VH2Umf2-flGSdTVHtNDdFBmXd7v1Gs7EoC * src/third_party/android_build_tools/bundletool/cipd: sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C..Q-7KJYcc15Cn9iVy-7bk0tPH9-oUrhqHis6HmUzck80C * src/third_party/android_build_tools/error_prone/cipd: hUxlP8GvC1xhmZ6r9xjYau2laPlzHbs_P2emx4ZL4jgC..ClNqEKjHuNFTgplEe3HujivpADFDjRs0H0ijhyVUg2gC * src/third_party/android_build_tools/manifest_merger/cipd: rnIeJMlGw7adxOKZofLsm7tdYaOy1nHivJn9ck7ocVkC..ltqylfWRbafoft_Pjhfb4NciQwCb3J4PAkpcTZA7lW0C * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth: version:2@20.1.0.cr1..version:2@21.1.1.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone: version:2@18.0.1.cr1..version:2@18.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base: version:2@18.0.2.cr1..version:2@18.0.10.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm: version:2@3.9.0.cr1..version:2@3.9.1.cr1 * src/third_party/androidx/cipd: k1wif7sS51pJGSFGN7FAeGWDorxgPart9E1f383TQL4C..w6ABIi35Hbkb4RHJCx4sSWDpt7W9rBvJFkcPVufgZMIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/0fa9014d86..9559c4566a * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/6b0c5b7ee1..02dd5c3ffb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4479191661..4899cc831c * src/third_party/clang-format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/3c0acd2d4e..37f6e68a10 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/389450f61e..d242c47b43 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/20b9bdcace..8d20c1e0b5 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/686d694450..591ae4b02e * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f02bffad0f..0ae7e60737 * src/third_party/google_benchmark/src: https://chromium.googlesource.com/external/github.com/google/benchmark.git/+log/344117638c..761305ec3b * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/62df7bdbc1..35d0c36560 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1da053e87f..1c249be96e * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/4239b1559d..ba7ed88cc5 * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..U-h0kbYoIUjL__n_sfiudzFLH7-C9vKVsLSOA2XHkBEC * src/third_party/kotlin_stdlib/cipd: XJ7_doI-Qt7GFaSQ9BNo-3qF7Gv2--9Sa8GEUdjxMTUC..O9XlYa2GU1tlWmQ40OrK2Bekxjt372NtG5pMD-QyNaYC * src/third_party/kotlinc/current: FNZSCjJ6yKsi6oRcgQrt-lX0MDlaWoxT7gPTz0CjLhMC..HckNA1Q54JBiHrpY1gP5qblVCdeuVmGsiGCdv1XjqywC * src/third_party/libFuzzer/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git/+log/487e793763..e31b999178 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/840f879787..ff9badefdf * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6a68fd412b..619ccf0515 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/9a1d90c3b4..1bf8357272 * src/third_party/libsrtp: https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/000edd7914..a52756acb1 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/efc3baa2d1..6066b14957 * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/a3bb4cd02e..215bddfd8e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/906334ac1d..6f0c446c7b * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a8e59d2074..307b951229 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/98ed093183..ab4e0ad953 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/e57316a6ae..d3990a1c9d * src/third_party/r8/cipd: -i5fwP_NzM6Ylg5AsSGEotYN7hQgV852gXCslvXIrRwC..hmRsAQA2HG0DR196Odv3OKZYk-2Ul43tCtzrCyfWpEQC * src/third_party/r8/d8/cipd: 3KCj5eRYCvGGYs5i90pRaeihkzsqgUGc4OkICT8AOlIC..o7pbwAFk68RQBPYLlCUm0mQ6B3Bj9pykXOPvv8akR5kC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/third_party/turbine/cipd: vSia3h9tzpwpP_goLj4HMdl7_FEB5iVCv9nU5ZXOfIMC..c4onccFJcd8rKHM_6js-X_ucjXdFqhDWK8aUX4ARSkkC * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/7fb5347e88..b0a179d469 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c809c41331..ae13111c68 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_libraries_identity_googleid_googleid * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_blockstore * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_fido DEPS diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/DEPS Clang version changed llvmorg-20-init-6794-g3dbd929e:llvmorg-20-init-13894-g8cb44859 Details: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/tools/clang/scripts/update.py BUG=webrtc:383026404 Change-Id: I9570d31fc173189c3728f90e33d4ea5947615c0a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370710 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43519}
2024-12-09 14:23:04 +01:00
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@37f6e68a107df43b7d7e044fd36a13cbae3413f2',
Roll chromium_revision 6b95b8aa08..80c35b98ae (1175249:1180373) Manually - update the path to libc++, libunwind, and android_toolchain - update paths to licence files - add missing arg `use_perfetto_trace_processor` - use C++20 for android compilation (due to dependency on //base from the JNI generator) - only test on Android sdk version (21) due to non-hermetic test `TCPChannelClientTest` Change log: https://chromium.googlesource.com/chromium/src/+log/6b95b8aa08..80c35b98ae Full diff: https://chromium.googlesource.com/chromium/src/+/6b95b8aa08..80c35b98ae Changed dependencies * fuchsia_version: version:13.20230714.0.1..version:14.20230804.1.1 * reclient_version: re_client_version:0.110.0.43ec6b1-gomaip..re_client_version:0.111.0.1ccaa23-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/dcfe245ca1..4845bf859d * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b74cdc4550..c14d86f2ac * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/16be42a9ff..a9a6f0c49d * src/buildtools/linux64: git_revision:fae280eabe5d31accc53100137459ece19a7a295..git_revision:811d332bd90551342c5cbd39e133aa276022d7f8 * src/buildtools/mac: git_revision:fae280eabe5d31accc53100137459ece19a7a295..git_revision:811d332bd90551342c5cbd39e133aa276022d7f8 * src/buildtools/reclient: re_client_version:0.110.0.43ec6b1-gomaip..re_client_version:0.111.0.1ccaa23-gomaip * src/buildtools/win: git_revision:fae280eabe5d31accc53100137459ece19a7a295..git_revision:811d332bd90551342c5cbd39e133aa276022d7f8 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/51a637843f..af5e59ca5c * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b946312a89..43317e989d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/93b5f4c408..3b06b3cc29 * src/third_party/android_build_tools/manifest_merger: 8fr-1Vf_pfxN9ulzWVaZvIXggDgWDs-0dtlGA1Sue48C..d1tFnzOW6H5xoDN7WWsMuAiHuhkl0kXijQGiO7IU1VQC * src/third_party/androidx: y7rF_rx56mD3FGhMiqnlbQ6HOqHJ95xUFNX1m-_a988C..fKq4SHYaZsLkQtDQsKxkn2xysI5m1pLftMfADDOXsywC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/b98ce18c5b..e4acd6cb56 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/84e3795d98..220cbb13b5 * src/third_party/clang-format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/f97059df7f..e5337933f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/54e86436a8..6d0c235dae * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/881c5c3f64..0ba3773340 * src/third_party/fontconfig/src: https://chromium.googlesource.com/external/fontconfig.git/+log/06929a556f..2fb3419a92 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/9e3c5d7e18..3829fdaae5 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/e8c3bc9ea9..de4ce0071e * src/third_party/jdk: IivIDwNBf73mf7UwCOBceRUuDdtizMCgSOQDfUGHArsC..GCFtf5t6M4HlrHj6NXedHbpHp2xjgognF8ptNci4478C * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/af2b02ce05..92fb72a64e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/6c0013015b..b113f23e4c * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/9ad950a9c4..e1c124f896 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/ab16995d92..446adf5b7b * src/third_party/r8: O1BBWiBTIeNUcraX8STMtQXVaCleu6SJJjWCcnfhPLkC..dbml4pnGIsEBy3dFYki-S8IYt4jxxqZXaUDwtY3Q-SgC * src/third_party/turbine: 2I2Nz480QsuCxpQ1lMfbigX8l5HAhX3_ykWU4TKRGo4C..HFp7iOu-n4-CdEasFTQZvD1Vg1L-q1URqRTOM-iZ2AMC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4057b98943..e3244f7e27 * src/tools/luci-go: git_revision:f02582af78f530a7bbfe2f059fa5d211c9517756..git_revision:e608c1f557fceae8eb6cf35ae2ad6f4908e35245 * src/tools/luci-go: git_revision:f02582af78f530a7bbfe2f059fa5d211c9517756..git_revision:e608c1f557fceae8eb6cf35ae2ad6f4908e35245 DEPS diff: https://chromium.googlesource.com/chromium/src/+/6b95b8aa08..80c35b98ae/DEPS No update to Clang. BUG=b/295113672, b/294976628 Change-Id: I1ce70f570843bc98c480abba7babfa34c1e869e0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/315181 Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40532}
2023-08-09 17:34:14 +02:00
'src/third_party/libc++/src':
Roll chromium_revision 98dca66ca7..4b5fcdcc5c (1421743:1421875) Change log: https://chromium.googlesource.com/chromium/src/+log/98dca66ca7..4b5fcdcc5c Full diff: https://chromium.googlesource.com/chromium/src/+/98dca66ca7..4b5fcdcc5c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d3b7788807..968880cd7b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de13fa42c2..de88ea082e * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2f50fd2eb7..d1ed719a33 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f64b029a95..b95fa0e8b2 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/bcef479110..cd6f832f55 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9bd6b7c1ed..41653a672a * src/third_party/androidx/cipd: 8Lvm0dWvOzqAyYTrr0ZeIV3XNDBWvOfZ0V9t-sQPAmkC..WQP_3VSZIlHutyvh9iEePkeKRMt8HhX4s8kh6W2249QC * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e69b086c0f..ee429f3694 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/d3d825f7b3..e36be6784f * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/d499ef8787..99782c3117 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/26425fcdd1..dfcfdc9c28 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/59ef5074ad..c93bccdfe2 DEPS diff: https://chromium.googlesource.com/chromium/src/+/98dca66ca7..4b5fcdcc5c/DEPS No update to Clang. BUG=None Change-Id: I9d46dbfc74f80e0d7ccea4963f4063a756c0dd97 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377721 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@{#43925}
2025-02-19 04:04:59 -08:00
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@e36be6784f33c592ecc89da2a829807920d374ef',
Roll chromium_revision 6b95b8aa08..80c35b98ae (1175249:1180373) Manually - update the path to libc++, libunwind, and android_toolchain - update paths to licence files - add missing arg `use_perfetto_trace_processor` - use C++20 for android compilation (due to dependency on //base from the JNI generator) - only test on Android sdk version (21) due to non-hermetic test `TCPChannelClientTest` Change log: https://chromium.googlesource.com/chromium/src/+log/6b95b8aa08..80c35b98ae Full diff: https://chromium.googlesource.com/chromium/src/+/6b95b8aa08..80c35b98ae Changed dependencies * fuchsia_version: version:13.20230714.0.1..version:14.20230804.1.1 * reclient_version: re_client_version:0.110.0.43ec6b1-gomaip..re_client_version:0.111.0.1ccaa23-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/dcfe245ca1..4845bf859d * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b74cdc4550..c14d86f2ac * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/16be42a9ff..a9a6f0c49d * src/buildtools/linux64: git_revision:fae280eabe5d31accc53100137459ece19a7a295..git_revision:811d332bd90551342c5cbd39e133aa276022d7f8 * src/buildtools/mac: git_revision:fae280eabe5d31accc53100137459ece19a7a295..git_revision:811d332bd90551342c5cbd39e133aa276022d7f8 * src/buildtools/reclient: re_client_version:0.110.0.43ec6b1-gomaip..re_client_version:0.111.0.1ccaa23-gomaip * src/buildtools/win: git_revision:fae280eabe5d31accc53100137459ece19a7a295..git_revision:811d332bd90551342c5cbd39e133aa276022d7f8 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/51a637843f..af5e59ca5c * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b946312a89..43317e989d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/93b5f4c408..3b06b3cc29 * src/third_party/android_build_tools/manifest_merger: 8fr-1Vf_pfxN9ulzWVaZvIXggDgWDs-0dtlGA1Sue48C..d1tFnzOW6H5xoDN7WWsMuAiHuhkl0kXijQGiO7IU1VQC * src/third_party/androidx: y7rF_rx56mD3FGhMiqnlbQ6HOqHJ95xUFNX1m-_a988C..fKq4SHYaZsLkQtDQsKxkn2xysI5m1pLftMfADDOXsywC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/b98ce18c5b..e4acd6cb56 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/84e3795d98..220cbb13b5 * src/third_party/clang-format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/f97059df7f..e5337933f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/54e86436a8..6d0c235dae * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/881c5c3f64..0ba3773340 * src/third_party/fontconfig/src: https://chromium.googlesource.com/external/fontconfig.git/+log/06929a556f..2fb3419a92 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/9e3c5d7e18..3829fdaae5 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/e8c3bc9ea9..de4ce0071e * src/third_party/jdk: IivIDwNBf73mf7UwCOBceRUuDdtizMCgSOQDfUGHArsC..GCFtf5t6M4HlrHj6NXedHbpHp2xjgognF8ptNci4478C * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/af2b02ce05..92fb72a64e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/6c0013015b..b113f23e4c * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/9ad950a9c4..e1c124f896 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/ab16995d92..446adf5b7b * src/third_party/r8: O1BBWiBTIeNUcraX8STMtQXVaCleu6SJJjWCcnfhPLkC..dbml4pnGIsEBy3dFYki-S8IYt4jxxqZXaUDwtY3Q-SgC * src/third_party/turbine: 2I2Nz480QsuCxpQ1lMfbigX8l5HAhX3_ykWU4TKRGo4C..HFp7iOu-n4-CdEasFTQZvD1Vg1L-q1URqRTOM-iZ2AMC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4057b98943..e3244f7e27 * src/tools/luci-go: git_revision:f02582af78f530a7bbfe2f059fa5d211c9517756..git_revision:e608c1f557fceae8eb6cf35ae2ad6f4908e35245 * src/tools/luci-go: git_revision:f02582af78f530a7bbfe2f059fa5d211c9517756..git_revision:e608c1f557fceae8eb6cf35ae2ad6f4908e35245 DEPS diff: https://chromium.googlesource.com/chromium/src/+/6b95b8aa08..80c35b98ae/DEPS No update to Clang. BUG=b/295113672, b/294976628 Change-Id: I1ce70f570843bc98c480abba7babfa34c1e869e0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/315181 Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40532}
2023-08-09 17:34:14 +02:00
'src/third_party/libc++abi/src':
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@94c5d7a8edc09f0680aee57548c0b5d400c2840d',
'src/third_party/llvm-libc/src':
Roll chromium_revision 98dca66ca7..4b5fcdcc5c (1421743:1421875) Change log: https://chromium.googlesource.com/chromium/src/+log/98dca66ca7..4b5fcdcc5c Full diff: https://chromium.googlesource.com/chromium/src/+/98dca66ca7..4b5fcdcc5c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d3b7788807..968880cd7b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de13fa42c2..de88ea082e * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2f50fd2eb7..d1ed719a33 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f64b029a95..b95fa0e8b2 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/bcef479110..cd6f832f55 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9bd6b7c1ed..41653a672a * src/third_party/androidx/cipd: 8Lvm0dWvOzqAyYTrr0ZeIV3XNDBWvOfZ0V9t-sQPAmkC..WQP_3VSZIlHutyvh9iEePkeKRMt8HhX4s8kh6W2249QC * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e69b086c0f..ee429f3694 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/d3d825f7b3..e36be6784f * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/d499ef8787..99782c3117 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/26425fcdd1..dfcfdc9c28 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/59ef5074ad..c93bccdfe2 DEPS diff: https://chromium.googlesource.com/chromium/src/+/98dca66ca7..4b5fcdcc5c/DEPS No update to Clang. BUG=None Change-Id: I9d46dbfc74f80e0d7ccea4963f4063a756c0dd97 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377721 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@{#43925}
2025-02-19 04:04:59 -08:00
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@99782c3117bf68302f6d9080d70ac5bd86fa72f6',
Roll chromium_revision 6b95b8aa08..80c35b98ae (1175249:1180373) Manually - update the path to libc++, libunwind, and android_toolchain - update paths to licence files - add missing arg `use_perfetto_trace_processor` - use C++20 for android compilation (due to dependency on //base from the JNI generator) - only test on Android sdk version (21) due to non-hermetic test `TCPChannelClientTest` Change log: https://chromium.googlesource.com/chromium/src/+log/6b95b8aa08..80c35b98ae Full diff: https://chromium.googlesource.com/chromium/src/+/6b95b8aa08..80c35b98ae Changed dependencies * fuchsia_version: version:13.20230714.0.1..version:14.20230804.1.1 * reclient_version: re_client_version:0.110.0.43ec6b1-gomaip..re_client_version:0.111.0.1ccaa23-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/dcfe245ca1..4845bf859d * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b74cdc4550..c14d86f2ac * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/16be42a9ff..a9a6f0c49d * src/buildtools/linux64: git_revision:fae280eabe5d31accc53100137459ece19a7a295..git_revision:811d332bd90551342c5cbd39e133aa276022d7f8 * src/buildtools/mac: git_revision:fae280eabe5d31accc53100137459ece19a7a295..git_revision:811d332bd90551342c5cbd39e133aa276022d7f8 * src/buildtools/reclient: re_client_version:0.110.0.43ec6b1-gomaip..re_client_version:0.111.0.1ccaa23-gomaip * src/buildtools/win: git_revision:fae280eabe5d31accc53100137459ece19a7a295..git_revision:811d332bd90551342c5cbd39e133aa276022d7f8 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/51a637843f..af5e59ca5c * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b946312a89..43317e989d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/93b5f4c408..3b06b3cc29 * src/third_party/android_build_tools/manifest_merger: 8fr-1Vf_pfxN9ulzWVaZvIXggDgWDs-0dtlGA1Sue48C..d1tFnzOW6H5xoDN7WWsMuAiHuhkl0kXijQGiO7IU1VQC * src/third_party/androidx: y7rF_rx56mD3FGhMiqnlbQ6HOqHJ95xUFNX1m-_a988C..fKq4SHYaZsLkQtDQsKxkn2xysI5m1pLftMfADDOXsywC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/b98ce18c5b..e4acd6cb56 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/84e3795d98..220cbb13b5 * src/third_party/clang-format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/f97059df7f..e5337933f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/54e86436a8..6d0c235dae * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/881c5c3f64..0ba3773340 * src/third_party/fontconfig/src: https://chromium.googlesource.com/external/fontconfig.git/+log/06929a556f..2fb3419a92 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/9e3c5d7e18..3829fdaae5 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/e8c3bc9ea9..de4ce0071e * src/third_party/jdk: IivIDwNBf73mf7UwCOBceRUuDdtizMCgSOQDfUGHArsC..GCFtf5t6M4HlrHj6NXedHbpHp2xjgognF8ptNci4478C * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/af2b02ce05..92fb72a64e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/6c0013015b..b113f23e4c * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/9ad950a9c4..e1c124f896 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/ab16995d92..446adf5b7b * src/third_party/r8: O1BBWiBTIeNUcraX8STMtQXVaCleu6SJJjWCcnfhPLkC..dbml4pnGIsEBy3dFYki-S8IYt4jxxqZXaUDwtY3Q-SgC * src/third_party/turbine: 2I2Nz480QsuCxpQ1lMfbigX8l5HAhX3_ykWU4TKRGo4C..HFp7iOu-n4-CdEasFTQZvD1Vg1L-q1URqRTOM-iZ2AMC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4057b98943..e3244f7e27 * src/tools/luci-go: git_revision:f02582af78f530a7bbfe2f059fa5d211c9517756..git_revision:e608c1f557fceae8eb6cf35ae2ad6f4908e35245 * src/tools/luci-go: git_revision:f02582af78f530a7bbfe2f059fa5d211c9517756..git_revision:e608c1f557fceae8eb6cf35ae2ad6f4908e35245 DEPS diff: https://chromium.googlesource.com/chromium/src/+/6b95b8aa08..80c35b98ae/DEPS No update to Clang. BUG=b/295113672, b/294976628 Change-Id: I1ce70f570843bc98c480abba7babfa34c1e869e0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/315181 Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40532}
2023-08-09 17:34:14 +02:00
'src/third_party/libunwind/src':
Roll chromium_revision 3f3c4461a0..c50f9710da (1422047:1422420) Change log: https://chromium.googlesource.com/chromium/src/+log/3f3c4461a0..c50f9710da Full diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/af6791f5dd..9e81d0aac9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de88ea082e..e42ba23e14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe579d883a..f497e652b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/79273a8f5c..75065cfcbb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e5bdfb30e9..f004cc0a39 * src/third_party/androidx/cipd: X3RUiAVlYpSEgtqmKdDbZFDp3xSdR1NJYbEKBuoy458C..R1wNTeO5kH2bzp1NW4g87DLWtiDXaImAQJplHSR-108C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2b619cc49c..294ab9730c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cfa9c31cbe..30345af7ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ee429f3694..ab387d1ddc * src/third_party/kotlinc/current: NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC..Byyh0dwgQgBY_Jzh2Kk2tN7n_bJl2YJXe6JQKdySO4kC * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/b05ea6f335..62e217a12e * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/503da06746..1e97ffd153 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4ed2fa87db..367e383074 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da/DEPS No update to Clang. BUG=None Change-Id: I9352685319dc770cfe0d6fa22e40fcbbb656d246 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377982 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@{#43939}
2025-02-20 02:02:39 -08:00
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@62e217a12ee1133833d9890b2f7adde900e4efbd',
'src/third_party/test_fonts/test_fonts': {
Roll chromium_revision 669d8ffcd7..d6f2f1ce6b (1292426:1296010) Change log: https://chromium.googlesource.com/chromium/src/+log/669d8ffcd7..d6f2f1ce6b Full diff: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b Changed dependencies * fuchsia_version: version:20.20240412.2.1..version:20.20240430.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b9a86f600d..19d62484ea * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3be1f2e6bb..ce8359ec57 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/571c37f17d..9703d9137f * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4873438ace..53137cc40f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/03850de4bf..47f4e44806 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ffa3f1738b..81e66a1a83 * src/third_party/android_build_tools/manifest_merger: Xef4nLhp0rWWjXJXt9CTFjQF8S6qRduSY7LZCcJi48QC..wRnJA-ZlBBQipw_wjYJJemxCCPSZHenIFsWKi3GI_FUC * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@18.1.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy: version:2@1.14.10.cr1..version:2@1.14.12.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent: version:2@1.14.10.cr1..version:2@1.14.12.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_android: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_core: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_subclass: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/androidx: zZo5F2oXtUeFEEaLYtDIDMxZ_AFkQy6IYppOXRw7QeYC..QJH3W7euxvA0VlO7Gw3B_5KT8nHZUNzykyAm-WXiLF0C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f94f3ed396..2db0eb3f96 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d980d879d2..0421a22c02 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fb94001f06..39c8c75cf6 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e2bcca40ca..13d1180f45 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/5a37b517ad..2954cb8d87 * src/third_party/kotlin_stdlib: E67atHdREsWLno-3b4Py3r87C4LB7gpVYDq3Q1z7t90C..05hzFgOi0AqRK3RxbSvGj2TWTFUNeLcwkJwVzwgLttUC * src/third_party/kotlinc/current: ELruSeR7Qcliv5lwPAn7f-Y-X9PgbEy49_PiJ6pBes4C..t124SWrNvQMrBqfiKvRIZ_e7uk6FXfYYrXFw6s7hiBwC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/a4420e55a8..ae7e8cc435 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/85dafa9c61..b61b272208 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/234fd02711..6aaa8a1fb1 * src/third_party/r8: mhSwabeiU2ueQeYkj0X1JTg-6ZdtQgiVVXM1bo0yu4IC..fXvmQSzprkeb1fs3dnkBm_gsAhb5aUtQGRmUq3Oi1WYC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/b84e3ff189..2b354c6ad0 * src/third_party/turbine: agNIST7gEMTmrnvQLPzx2dduGa52uMmOx3fEWm9z5MEC..fYpnoJAvh8-OaNB9k81XWGrwiODb_uTipTBEUeIFM98C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/736f7f77cd..0d315e6aaf * src/tools/luci-go: git_revision:239be4fd8499df782db6bddb0f55832bf4f01307..git_revision:69f852c6aea2797c75712d59145efd38d7032196 * src/tools/luci-go: git_revision:239be4fd8499df782db6bddb0f55832bf4f01307..git_revision:69f852c6aea2797c75712d59145efd38d7032196 Removed dependencies * src/third_party/android_deps/libs/com_google_android_gms_play_services_tflite_impl * src/third_party/android_deps/libs/com_google_android_gms_play_services_tflite_java * src/third_party/android_deps/libs/org_tensorflow_tensorflow_lite_api DEPS diff: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b/DEPS Clang version changed llvmorg-19-init-8943-gd8503a38:llvmorg-19-init-9433-g76ea5feb Details: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b/tools/clang/scripts/update.py BUG=None Change-Id: Idc7fc43626c27091c3c92654eb922cc0a1efd2f9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/349760 Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42231}
2024-05-06 09:54:59 +02:00
'dep_type': 'gcs',
'condition': 'non_git_source',
'bucket': 'chromium-fonts',
'objects': [
{
'object_name': 'f26f29c9d3bfae588207bbc9762de8d142e58935c62a86f67332819b15203b35',
'sha256sum': 'f26f29c9d3bfae588207bbc9762de8d142e58935c62a86f67332819b15203b35',
'size_bytes': 32750602,
'generation': 1717109450425063,
Roll chromium_revision 669d8ffcd7..d6f2f1ce6b (1292426:1296010) Change log: https://chromium.googlesource.com/chromium/src/+log/669d8ffcd7..d6f2f1ce6b Full diff: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b Changed dependencies * fuchsia_version: version:20.20240412.2.1..version:20.20240430.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b9a86f600d..19d62484ea * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3be1f2e6bb..ce8359ec57 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/571c37f17d..9703d9137f * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4873438ace..53137cc40f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/03850de4bf..47f4e44806 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ffa3f1738b..81e66a1a83 * src/third_party/android_build_tools/manifest_merger: Xef4nLhp0rWWjXJXt9CTFjQF8S6qRduSY7LZCcJi48QC..wRnJA-ZlBBQipw_wjYJJemxCCPSZHenIFsWKi3GI_FUC * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@18.1.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy: version:2@1.14.10.cr1..version:2@1.14.12.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent: version:2@1.14.10.cr1..version:2@1.14.12.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_android: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_core: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_subclass: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/androidx: zZo5F2oXtUeFEEaLYtDIDMxZ_AFkQy6IYppOXRw7QeYC..QJH3W7euxvA0VlO7Gw3B_5KT8nHZUNzykyAm-WXiLF0C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f94f3ed396..2db0eb3f96 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d980d879d2..0421a22c02 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fb94001f06..39c8c75cf6 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e2bcca40ca..13d1180f45 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/5a37b517ad..2954cb8d87 * src/third_party/kotlin_stdlib: E67atHdREsWLno-3b4Py3r87C4LB7gpVYDq3Q1z7t90C..05hzFgOi0AqRK3RxbSvGj2TWTFUNeLcwkJwVzwgLttUC * src/third_party/kotlinc/current: ELruSeR7Qcliv5lwPAn7f-Y-X9PgbEy49_PiJ6pBes4C..t124SWrNvQMrBqfiKvRIZ_e7uk6FXfYYrXFw6s7hiBwC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/a4420e55a8..ae7e8cc435 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/85dafa9c61..b61b272208 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/234fd02711..6aaa8a1fb1 * src/third_party/r8: mhSwabeiU2ueQeYkj0X1JTg-6ZdtQgiVVXM1bo0yu4IC..fXvmQSzprkeb1fs3dnkBm_gsAhb5aUtQGRmUq3Oi1WYC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/b84e3ff189..2b354c6ad0 * src/third_party/turbine: agNIST7gEMTmrnvQLPzx2dduGa52uMmOx3fEWm9z5MEC..fYpnoJAvh8-OaNB9k81XWGrwiODb_uTipTBEUeIFM98C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/736f7f77cd..0d315e6aaf * src/tools/luci-go: git_revision:239be4fd8499df782db6bddb0f55832bf4f01307..git_revision:69f852c6aea2797c75712d59145efd38d7032196 * src/tools/luci-go: git_revision:239be4fd8499df782db6bddb0f55832bf4f01307..git_revision:69f852c6aea2797c75712d59145efd38d7032196 Removed dependencies * src/third_party/android_deps/libs/com_google_android_gms_play_services_tflite_impl * src/third_party/android_deps/libs/com_google_android_gms_play_services_tflite_java * src/third_party/android_deps/libs/org_tensorflow_tensorflow_lite_api DEPS diff: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b/DEPS Clang version changed llvmorg-19-init-8943-gd8503a38:llvmorg-19-init-9433-g76ea5feb Details: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b/tools/clang/scripts/update.py BUG=None Change-Id: Idc7fc43626c27091c3c92654eb922cc0a1efd2f9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/349760 Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42231}
2024-05-06 09:54:59 +02:00
},
],
},
'src/third_party/ninja': {
'packages': [
{
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'package': Var('ninja_package') + '${{platform}}',
'version': Var('ninja_version'),
}
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision af7f3f9345..f031fbef87 (1339036:1343352) Change log: https://chromium.googlesource.com/chromium/src/+log/af7f3f9345..f031fbef87 Full diff: https://chromium.googlesource.com/chromium/src/+/af7f3f9345..f031fbef87 Changed dependencies * fuchsia_version: version:22.20240801.2.1..version:23.20240815.4.1 * reclient_version: re_client_version:0.155.0.f89f6fe3-gomaip..re_client_version:0.157.0.d2566cec-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b8c2232900..c79f2cf1aa * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f513056e19..4a4042e134 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/1926812554..d6d7cf19f0 * src/buildtools/linux64: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/buildtools/mac: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/buildtools/reclient: re_client_version:0.155.0.f89f6fe3-gomaip..re_client_version:0.157.0.d2566cec-gomaip * src/buildtools/win: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cd805e94ec..0d282e9aae * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f8da9e037e..9a7b9f09db * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8759cb0df3..24ddd89921 * src/third_party/androidx/cipd: CC-HiuDii7JswuvWjXQur3fE6jiFKEHspEJlVlnvmd0C..C-tBCqEcdq5_2GSuLyCm3O1N2fDEtO0PzD3S5CJOUWEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f01108e476..11f334121f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2feeb46c60..799e21b232 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/2355eeb8f2..5ef6b241f0 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/75932421da..caa77da956 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/67060f141b..14d16cd143 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/ec378cecaf..f92c96550a * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..sewpT0JmZAgFX_ZzmWhbYPmcPGeDa9os_4Q74ZFbo5sC * src/third_party/kotlin_stdlib: qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C..LPDM6HLFsJuO_Crq0eaKCdr056AgYZ7Jz_D8NYTxragC * src/third_party/kotlinc/current: dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC..WZnvRnrRxAH_l-qK9RKczWmyPdblSiz87bSG3naRB9QC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d8ef6563e0..f6b976de02 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/7993b2fda2..627bf9cce8 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a6a2ec654b..679e851f65 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/8c29d5e1fe..8cd7489ada * src/third_party/r8: QtuJZ4FItKaGzvgYY4l_aNZxhg-fSMmRkva2D9sK7KcC..GfHHDCcOQaFctqz13NnLVKOtNvvl6ojpI734A9GhuUQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2dc218958f..79b0e0e577 * src/tools/luci-go: git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359..git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29 * src/tools/luci-go: git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359..git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29 Removed dependencies * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections DEPS diff: https://chromium.googlesource.com/chromium/src/+/af7f3f9345..f031fbef87/DEPS No update to Clang. BUG=None Change-Id: Ia618cbadf50c244eb58c2f3f2825b9e537f06630 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/359900 Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42804}
2024-08-19 09:19:58 +00:00
'src/third_party/android_system_sdk/cipd': {
'packages': [
{
Roll chromium_revision 03a29cf406..0549de0c2d (904346:907032) This CL also includes the changes required to fix build errors on Android builds. Change log: https://chromium.googlesource.com/chromium/src/+log/03a29cf406..0549de0c2d Full diff: https://chromium.googlesource.com/chromium/src/+/03a29cf406..0549de0c2d Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/58887e6f2a..fe7fd7b2be * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4638e26758..8aa210e09b * src/buildtools/linux64: git_revision:d565aa3e72dd9e81da9595ee8c9d7b24cb45c48b..git_revision:c0a2d23c21e87f27f5af3e5dc2a99f2ef3480b9e * src/buildtools/mac: git_revision:d565aa3e72dd9e81da9595ee8c9d7b24cb45c48b..git_revision:c0a2d23c21e87f27f5af3e5dc2a99f2ef3480b9e * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/e8bf577fbf..24e92c2bee * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/d7b11d7989..cdb04dc77c * src/buildtools/win: git_revision:d565aa3e72dd9e81da9595ee8c9d7b24cb45c48b..git_revision:c0a2d23c21e87f27f5af3e5dc2a99f2ef3480b9e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c172f6d55d..dafd1d1517 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e6a8848e04..45ed21d9c9 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/43300033c5..be994fedb5 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.5.10.cr0..version:2@1.5.21.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.5.10.cr0..version:2@1.5.21.cr0 * src/third_party/android_sdk/public: 8LZujEmLjSh0g3JciDA3cslSptxKs9HOa_iUPXkOeYQC..tRoD45SCi7UleQqSV7MrMQO1_e5P8ysphkCcj6z_cCQC * src/third_party/android_sdk/public: V__2Ycej-H2-6AcXX5A3gi7sIk74SuN44PBm2uC_N1sC..ZT3JmI6GMG4YVcZ1OtECRVMOLLJAWAdPbi-OclubJLMC * src/third_party/android_sdk/public: A4EvXZUIuQho0QRDJopMUpgyp6NA3aiDQjGKPUKbowMC..gMHhUuoQRKfxr-MBn3fNNXZtkAVXtOwMwT7kfx8jkIgC * src/third_party/android_sdk/public: 8tF0AOj7Dwlv4j7_nfkhxWB0jzrvWWYjEIpirt8FIWYC..qi_k82nm6j9nz4dQosOoqXew4_TFAy8rcGOHDLptx1sC * src/third_party/android_sdk/public: YMUu9EHNZ__2Xcxl-KsaSf-dI5TMt_P62IseUVsxktMC..lL3IGexKjYlwjO_1Ga-xwxgwbE_w-lmi2Zi1uOlWUIAC * src/third_party/android_sdk/public: 4gxhM8E62bvZpQs7Q3d0DinQaW0RLCIefhXrQBFkNy8C..n7svc8KYah-i4s8zwkVa85SI3_H0WFOniP0mpwNdFO0C * src/third_party/androidx: hKpaz7h0NioWOEg8YP2hSuRaZ6uRCUEUcmNcvkxr9aYC..HHo3GgWHTJyTdX1eY15wQ40-pIfmMojudjRzMFoE8JoC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/a10017c548..519c2986c7 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/9ac1fdf373..10f6e4b89b * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/801cd842e2..47b1a541cb * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/4ec4cd23f4..2d924d7a97 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/aba245dde3..d80b8cecab * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/eebc5cd487..977e77006e * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/13482fe8f9..9edd589321 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2f3bb89f4e..f7be2d25c7 * src/tools/luci-go: git_revision:9ee8b1d719c0d3c268e0e19282351ca78024af2d..git_revision:63874080a20260642c8df82d4f4885ff30b33fb6 * src/tools/luci-go: git_revision:9ee8b1d719c0d3c268e0e19282351ca78024af2d..git_revision:63874080a20260642c8df82d4f4885ff30b33fb6 * src/tools/luci-go: git_revision:9ee8b1d719c0d3c268e0e19282351ca78024af2d..git_revision:63874080a20260642c8df82d4f4885ff30b33fb6 DEPS diff: https://chromium.googlesource.com/chromium/src/+/03a29cf406..0549de0c2d/DEPS Clang version changed llvmorg-13-init-15163-g98033fdc:llvmorg-13-init-15561-gf98ed74f Details: https://chromium.googlesource.com/chromium/src/+/03a29cf406..0549de0c2d/tools/clang/scripts/update.py TBR=xalep@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None No-Try: True Change-Id: Iceca2600ab3aeff37d325ec68565c06f9db5b0fd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/227280 Reviewed-by: Andrey Logvin <landrey@webrtc.org> Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34599}
2021-07-30 10:21:30 +02:00
'package': 'chromium/third_party/android_system_sdk/public',
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'version': 'XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC',
},
],
Roll chromium_revision af7f3f9345..f031fbef87 (1339036:1343352) Change log: https://chromium.googlesource.com/chromium/src/+log/af7f3f9345..f031fbef87 Full diff: https://chromium.googlesource.com/chromium/src/+/af7f3f9345..f031fbef87 Changed dependencies * fuchsia_version: version:22.20240801.2.1..version:23.20240815.4.1 * reclient_version: re_client_version:0.155.0.f89f6fe3-gomaip..re_client_version:0.157.0.d2566cec-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b8c2232900..c79f2cf1aa * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f513056e19..4a4042e134 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/1926812554..d6d7cf19f0 * src/buildtools/linux64: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/buildtools/mac: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/buildtools/reclient: re_client_version:0.155.0.f89f6fe3-gomaip..re_client_version:0.157.0.d2566cec-gomaip * src/buildtools/win: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cd805e94ec..0d282e9aae * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f8da9e037e..9a7b9f09db * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8759cb0df3..24ddd89921 * src/third_party/androidx/cipd: CC-HiuDii7JswuvWjXQur3fE6jiFKEHspEJlVlnvmd0C..C-tBCqEcdq5_2GSuLyCm3O1N2fDEtO0PzD3S5CJOUWEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f01108e476..11f334121f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2feeb46c60..799e21b232 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/2355eeb8f2..5ef6b241f0 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/75932421da..caa77da956 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/67060f141b..14d16cd143 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/ec378cecaf..f92c96550a * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..sewpT0JmZAgFX_ZzmWhbYPmcPGeDa9os_4Q74ZFbo5sC * src/third_party/kotlin_stdlib: qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C..LPDM6HLFsJuO_Crq0eaKCdr056AgYZ7Jz_D8NYTxragC * src/third_party/kotlinc/current: dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC..WZnvRnrRxAH_l-qK9RKczWmyPdblSiz87bSG3naRB9QC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d8ef6563e0..f6b976de02 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/7993b2fda2..627bf9cce8 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a6a2ec654b..679e851f65 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/8c29d5e1fe..8cd7489ada * src/third_party/r8: QtuJZ4FItKaGzvgYY4l_aNZxhg-fSMmRkva2D9sK7KcC..GfHHDCcOQaFctqz13NnLVKOtNvvl6ojpI734A9GhuUQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2dc218958f..79b0e0e577 * src/tools/luci-go: git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359..git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29 * src/tools/luci-go: git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359..git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29 Removed dependencies * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections DEPS diff: https://chromium.googlesource.com/chromium/src/+/af7f3f9345..f031fbef87/DEPS No update to Clang. BUG=None Change-Id: Ia618cbadf50c244eb58c2f3f2825b9e537f06630 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/359900 Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42804}
2024-08-19 09:19:58 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision af7f3f9345..f031fbef87 (1339036:1343352) Change log: https://chromium.googlesource.com/chromium/src/+log/af7f3f9345..f031fbef87 Full diff: https://chromium.googlesource.com/chromium/src/+/af7f3f9345..f031fbef87 Changed dependencies * fuchsia_version: version:22.20240801.2.1..version:23.20240815.4.1 * reclient_version: re_client_version:0.155.0.f89f6fe3-gomaip..re_client_version:0.157.0.d2566cec-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b8c2232900..c79f2cf1aa * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f513056e19..4a4042e134 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/1926812554..d6d7cf19f0 * src/buildtools/linux64: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/buildtools/mac: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/buildtools/reclient: re_client_version:0.155.0.f89f6fe3-gomaip..re_client_version:0.157.0.d2566cec-gomaip * src/buildtools/win: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cd805e94ec..0d282e9aae * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f8da9e037e..9a7b9f09db * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8759cb0df3..24ddd89921 * src/third_party/androidx/cipd: CC-HiuDii7JswuvWjXQur3fE6jiFKEHspEJlVlnvmd0C..C-tBCqEcdq5_2GSuLyCm3O1N2fDEtO0PzD3S5CJOUWEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f01108e476..11f334121f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2feeb46c60..799e21b232 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/2355eeb8f2..5ef6b241f0 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/75932421da..caa77da956 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/67060f141b..14d16cd143 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/ec378cecaf..f92c96550a * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..sewpT0JmZAgFX_ZzmWhbYPmcPGeDa9os_4Q74ZFbo5sC * src/third_party/kotlin_stdlib: qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C..LPDM6HLFsJuO_Crq0eaKCdr056AgYZ7Jz_D8NYTxragC * src/third_party/kotlinc/current: dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC..WZnvRnrRxAH_l-qK9RKczWmyPdblSiz87bSG3naRB9QC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d8ef6563e0..f6b976de02 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/7993b2fda2..627bf9cce8 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a6a2ec654b..679e851f65 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/8c29d5e1fe..8cd7489ada * src/third_party/r8: QtuJZ4FItKaGzvgYY4l_aNZxhg-fSMmRkva2D9sK7KcC..GfHHDCcOQaFctqz13NnLVKOtNvvl6ojpI734A9GhuUQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2dc218958f..79b0e0e577 * src/tools/luci-go: git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359..git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29 * src/tools/luci-go: git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359..git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29 Removed dependencies * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections DEPS diff: https://chromium.googlesource.com/chromium/src/+/af7f3f9345..f031fbef87/DEPS No update to Clang. BUG=None Change-Id: Ia618cbadf50c244eb58c2f3f2825b9e537f06630 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/359900 Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42804}
2024-08-19 09:19:58 +00:00
'src/tools/resultdb': {
'packages': [
{
'package': 'infra/tools/result_adapter/${{platform}}',
'version': Var('resultdb_version'),
},
],
'dep_type': 'cipd',
},
Roll chromium_revision ef49a3ba49..cb10943d61 (1344824:1346705) Change log: https://chromium.googlesource.com/chromium/src/+log/ef49a3ba49..cb10943d61 Full diff: https://chromium.googlesource.com/chromium/src/+/ef49a3ba49..cb10943d61 Changed dependencies * fuchsia_version: version:23.20240815.4.1..version:23.20240823.0.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/033588ef80..0db01afd90 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2fb4df2b33..96625099e8 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2470cca5b2..4434cfea96 * src/buildtools/linux64: git_revision:d010e218ca7077928ad7c9e9cc02fe43b5a8a0ad..git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7 * src/buildtools/mac: git_revision:d010e218ca7077928ad7c9e9cc02fe43b5a8a0ad..git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7 * src/buildtools/win: git_revision:d010e218ca7077928ad7c9e9cc02fe43b5a8a0ad..git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/431d4c67ad..9c77ec35a2 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/489a5b43e4..e981b26186 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/eb289deb6a..c677a5e718 * src/third_party/androidx/cipd: DD9bs0MmYqLJy2N12a9r4lV2WKbRsCQ9IYQ1JZDxKEAC..x4Ywv14A-LaT62Jl57Nuu4AI3JhL_wyYPEr-GI3ok4YC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/11f334121f..f1b043c283 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/48294e2bd1..4917becfcf * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/5ef6b241f0..472b31f838 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/04a2e71a92..f5e1092339 * src/third_party/kotlinc/current: WZnvRnrRxAH_l-qK9RKczWmyPdblSiz87bSG3naRB9QC..PKwXlOC2iNJx0ELcmUpSTk0GHbNMEM-HZwhs2AWl1WUC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/68bc71348b..35c90ab674 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2557638e53..6071843cd8 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/ccfbe1c82a..4426a8da65 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/116c20dae6..dc70138c3e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/428f3104fa..312a9004c1 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/4a7ddbf3bf..20ed12d82f * src/third_party/r8: BLP0V0lHIffRLj-o9uhUnvAjMOzA8ZJtIejMb-Kobb8C..Ct5P52jBNitwDrzqSn-X_dyAlLSpDkGgQQgDk6OUUlMC * src/third_party/turbine: HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC..0x14qVQmOdhVAM7Sygzzwm0xfTjL7Bl-0I642feaCSkC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2449f923ca..86262cf454 * src/tools/luci-go: git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29..git_revision:5845c6112f584c023a47776b31c3b6f08f562fb8 * src/tools/luci-go: git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29..git_revision:5845c6112f584c023a47776b31c3b6f08f562fb8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ef49a3ba49..cb10943d61/DEPS No update to Clang. BUG=None Change-Id: I445ac603ae3101f0f83d067cb240882e8024a16a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/360701 Commit-Queue: Jeremy Leconte <jleconte@google.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42852}
2024-08-26 16:48:27 +02:00
'src/third_party/android_build_tools/aapt2/cipd': {
'packages': [
{
'package': 'chromium/third_party/android_build_tools/aapt2',
Roll chromium_revision dd6749e0b1..6a314dad74 (1402384:1402641) Change log: https://chromium.googlesource.com/chromium/src/+log/dd6749e0b1..6a314dad74 Full diff: https://chromium.googlesource.com/chromium/src/+/dd6749e0b1..6a314dad74 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/63f10074e0..497c2a1b16 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/84e1046f1c..d123c199b3 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/1c96b0f143..edadb2bc49 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/74c45e3228..e01bc3086a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/0715ff0922..a477ece3e6 * src/third_party/android_build_tools/aapt2/cipd: JPmxYHMZl4VH2Umf2-flGSdTVHtNDdFBmXd7v1Gs7EoC.._lNsOL_GGlXLOIMGtrbMOqNd7TQHabaP1q8SlvUpFbMC * src/third_party/androidx/cipd: hed62mh6OgdqejEpv68I9aWfPEbNarJBHejKazMdkWEC..gUjEawxv5mQO8yfbuC8W-rx4V3zYE-4LTWggXpZHI4sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/281352b8c6..5a2194f43d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/86d6f8ee61..b3934f5a9a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/58625e82c6..93954a51a1 * src/third_party/kotlinc/current: HckNA1Q54JBiHrpY1gP5qblVCdeuVmGsiGCdv1XjqywC..YrBSUjA4zjPf3DhU2SYlqamxAAQiM2WIeZftsDSjqTAC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/76df9967c2..0c13a5d540 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/b0c04a4ce4..039fea2058 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/aa335456a8..2473cc95bc * src/third_party/r8/d8/cipd: q_wvk54XItTBlBNQMHkS4NRMp-tapPW97M292KTXHrsC..U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz,Mac/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz,Mac_arm64/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz,Win/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/269037ec16..773671da23 DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd6749e0b1..6a314dad74/DEPS No update to Clang. BUG=None Change-Id: I589823761aa8aec21341060f5939fe4100341975 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/373562 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@{#43660}
2025-01-06 14:03:43 -08:00
'version': '_lNsOL_GGlXLOIMGtrbMOqNd7TQHabaP1q8SlvUpFbMC',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision af7f3f9345..f031fbef87 (1339036:1343352) Change log: https://chromium.googlesource.com/chromium/src/+log/af7f3f9345..f031fbef87 Full diff: https://chromium.googlesource.com/chromium/src/+/af7f3f9345..f031fbef87 Changed dependencies * fuchsia_version: version:22.20240801.2.1..version:23.20240815.4.1 * reclient_version: re_client_version:0.155.0.f89f6fe3-gomaip..re_client_version:0.157.0.d2566cec-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b8c2232900..c79f2cf1aa * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f513056e19..4a4042e134 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/1926812554..d6d7cf19f0 * src/buildtools/linux64: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/buildtools/mac: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/buildtools/reclient: re_client_version:0.155.0.f89f6fe3-gomaip..re_client_version:0.157.0.d2566cec-gomaip * src/buildtools/win: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cd805e94ec..0d282e9aae * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f8da9e037e..9a7b9f09db * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8759cb0df3..24ddd89921 * src/third_party/androidx/cipd: CC-HiuDii7JswuvWjXQur3fE6jiFKEHspEJlVlnvmd0C..C-tBCqEcdq5_2GSuLyCm3O1N2fDEtO0PzD3S5CJOUWEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f01108e476..11f334121f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2feeb46c60..799e21b232 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/2355eeb8f2..5ef6b241f0 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/75932421da..caa77da956 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/67060f141b..14d16cd143 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/ec378cecaf..f92c96550a * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..sewpT0JmZAgFX_ZzmWhbYPmcPGeDa9os_4Q74ZFbo5sC * src/third_party/kotlin_stdlib: qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C..LPDM6HLFsJuO_Crq0eaKCdr056AgYZ7Jz_D8NYTxragC * src/third_party/kotlinc/current: dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC..WZnvRnrRxAH_l-qK9RKczWmyPdblSiz87bSG3naRB9QC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d8ef6563e0..f6b976de02 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/7993b2fda2..627bf9cce8 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a6a2ec654b..679e851f65 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/8c29d5e1fe..8cd7489ada * src/third_party/r8: QtuJZ4FItKaGzvgYY4l_aNZxhg-fSMmRkva2D9sK7KcC..GfHHDCcOQaFctqz13NnLVKOtNvvl6ojpI734A9GhuUQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2dc218958f..79b0e0e577 * src/tools/luci-go: git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359..git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29 * src/tools/luci-go: git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359..git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29 Removed dependencies * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections DEPS diff: https://chromium.googlesource.com/chromium/src/+/af7f3f9345..f031fbef87/DEPS No update to Clang. BUG=None Change-Id: Ia618cbadf50c244eb58c2f3f2825b9e537f06630 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/359900 Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42804}
2024-08-19 09:19:58 +00:00
'src/third_party/android_build_tools/bundletool/cipd': {
'packages': [
{
Roll chromium_revision 47dc8e2f50..680b7dae9d (912091:912910) Change log: https://chromium.googlesource.com/chromium/src/+log/47dc8e2f50..680b7dae9d Full diff: https://chromium.googlesource.com/chromium/src/+/47dc8e2f50..680b7dae9d Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/959457e3f3..4bcc0feab1 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a0d51919fe..02ca29f24d * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/6810b870e0..6f9b470988 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/671803fd96..8452f0657d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6a9bd7348f..4bdd6cc72d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/c0ea7c3386..e3201c323d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/56c558ed2e..0f2f057998 * src/third_party/androidx: v5A41FDtUTUgWmjkgJS42X4yMcKx2zbPp8fWod32rhsC..8ehN1uRQQBM3VrBh28TpSvhV4AmGQRMCfN6Fm1L5y9QC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/126f6a8996..77a7089299 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0c42eff6d1..9a0189cd7a * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/303b88cfe5..95e9c5e207 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b54abb9ed0..bb864a1e83 DEPS diff: https://chromium.googlesource.com/chromium/src/+/47dc8e2f50..680b7dae9d/DEPS Clang version changed llvmorg-14-init-1002-gb5e470aa:llvmorg-14-init-1380-gee659383 Details: https://chromium.googlesource.com/chromium/src/+/47dc8e2f50..680b7dae9d/tools/clang/scripts/update.py TBR=mbonadei@webrtc.org, BUG=None Fix roll Change-Id: Ie0b20fe417ce893b6905f0b3c02053e09b83de8d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/229102 Reviewed-by: Per Åhgren <peah@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Andrey Logvin <landrey@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34792}
2021-08-18 11:08:40 +02:00
'package': 'chromium/third_party/android_build_tools/bundletool',
Roll chromium_revision 8bf5d05e2b..62907d98e8 (1407755:1408002) Change log: https://chromium.googlesource.com/chromium/src/+log/8bf5d05e2b..62907d98e8 Full diff: https://chromium.googlesource.com/chromium/src/+/8bf5d05e2b..62907d98e8 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d89a69dc9d..772674e3fd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/287333d912..c2ccc824eb * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/26eb3d1408..f0a46a623b * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/c61fa789bb..eb8f5d1b81 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6a6b5e89a3..924b14f340 * src/third_party/android_build_tools/bundletool/cipd: Q-7KJYcc15Cn9iVy-7bk0tPH9-oUrhqHis6HmUzck80C..tal0sHGlqsDFNFQ5lV1zRomrRs0Ppq6ngUOYbACAAUwC * src/third_party/androidx/cipd: 8nCIHopIYHCjj1XJfmb9C4zo7leo6sLDxellm75-DCsC..VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/d4631a2eb3..e3a3b39dd0 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/4414ade7ba..3fec72bd56 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/022c528998..c28325f698 * src/third_party/r8/cipd: CqDcMSHb2wxXTFpn_KVnKoQSUN1HXWOqix19Kgv-oAYC..b0-V7mjcfUuIECZDVC_qF6F977c3rQeDSLXCIUl-f5wC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac_arm64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Win/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4b1293dd0a..6910068b59 DEPS diff: https://chromium.googlesource.com/chromium/src/+/8bf5d05e2b..62907d98e8/DEPS No update to Clang. BUG=None Change-Id: Iecd298433f11cb95c44f13ac5e9af0dc8ea0dc42 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/374642 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@{#43760}
2025-01-17 10:06:58 -08:00
'version': 'tal0sHGlqsDFNFQ5lV1zRomrRs0Ppq6ngUOYbACAAUwC',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision af7f3f9345..f031fbef87 (1339036:1343352) Change log: https://chromium.googlesource.com/chromium/src/+log/af7f3f9345..f031fbef87 Full diff: https://chromium.googlesource.com/chromium/src/+/af7f3f9345..f031fbef87 Changed dependencies * fuchsia_version: version:22.20240801.2.1..version:23.20240815.4.1 * reclient_version: re_client_version:0.155.0.f89f6fe3-gomaip..re_client_version:0.157.0.d2566cec-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b8c2232900..c79f2cf1aa * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f513056e19..4a4042e134 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/1926812554..d6d7cf19f0 * src/buildtools/linux64: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/buildtools/mac: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/buildtools/reclient: re_client_version:0.155.0.f89f6fe3-gomaip..re_client_version:0.157.0.d2566cec-gomaip * src/buildtools/win: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cd805e94ec..0d282e9aae * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f8da9e037e..9a7b9f09db * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8759cb0df3..24ddd89921 * src/third_party/androidx/cipd: CC-HiuDii7JswuvWjXQur3fE6jiFKEHspEJlVlnvmd0C..C-tBCqEcdq5_2GSuLyCm3O1N2fDEtO0PzD3S5CJOUWEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f01108e476..11f334121f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2feeb46c60..799e21b232 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/2355eeb8f2..5ef6b241f0 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/75932421da..caa77da956 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/67060f141b..14d16cd143 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/ec378cecaf..f92c96550a * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..sewpT0JmZAgFX_ZzmWhbYPmcPGeDa9os_4Q74ZFbo5sC * src/third_party/kotlin_stdlib: qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C..LPDM6HLFsJuO_Crq0eaKCdr056AgYZ7Jz_D8NYTxragC * src/third_party/kotlinc/current: dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC..WZnvRnrRxAH_l-qK9RKczWmyPdblSiz87bSG3naRB9QC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d8ef6563e0..f6b976de02 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/7993b2fda2..627bf9cce8 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a6a2ec654b..679e851f65 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/8c29d5e1fe..8cd7489ada * src/third_party/r8: QtuJZ4FItKaGzvgYY4l_aNZxhg-fSMmRkva2D9sK7KcC..GfHHDCcOQaFctqz13NnLVKOtNvvl6ojpI734A9GhuUQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2dc218958f..79b0e0e577 * src/tools/luci-go: git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359..git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29 * src/tools/luci-go: git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359..git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29 Removed dependencies * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections DEPS diff: https://chromium.googlesource.com/chromium/src/+/af7f3f9345..f031fbef87/DEPS No update to Clang. BUG=None Change-Id: Ia618cbadf50c244eb58c2f3f2825b9e537f06630 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/359900 Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42804}
2024-08-19 09:19:58 +00:00
'src/third_party/android_build_tools/error_prone/cipd': {
'packages': [
{
'package': 'chromium/third_party/android_build_tools/error_prone',
Roll chromium_revision 3f8aa56f29..abee3a760c (1420354:1421082) Change log: https://chromium.googlesource.com/chromium/src/+log/3f8aa56f29..abee3a760c Full diff: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d5398bd6b2..afaf45a959 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/86a88859d2..0cd653f87e * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/9bdc0a0815..f6b9b8d65b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/08b0fa7736..8fcd8b9339 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d74a795763..fbd44d71dd * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6bef592807..9cb2f57192 * src/third_party/android_build_tools/error_prone/cipd: OWA2WclLjNioOzYUolbbxo4mWc_0cQ8Io6pbbOY2NTMC..BLHCsmBI1vzyXlOtCyA-B4yW3gdbkW5iSjfvfnBjOvcC * src/third_party/android_build_tools/manifest_merger/cipd: 8-sLuq0bcoSKvU6uhV0Tnugo2PRGG-F3RoLIQLzRRfoC..Ff5T4JIhkmgt7xA50Kq8XHnzWaR6mKOwEtxCBXFE5rUC * src/third_party/androidx/cipd: rgpFlmg9F-T3T2Zjq-WqQBHKCOeLk8Qjd9M7D3fZuPMC..kMGhCipQ0J24vixeCuWk_AIvJ4oPSsyZ6uZXJ85WkuIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/8f6f659bee..8c6b0c04f1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d49a21c533..7a0dbd2074 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/5b22c2869c..fbce2a76c0 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/84bcab2315..3bd423e03f * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c00fd25b71..a6ce08abf7 * src/third_party/kotlin_stdlib/cipd: jnyo21Xi5pwojLi8GO148HF-xeAjzk0z_kPwZxMgPH0C..ltYVzou-DQmkHMLi2Gs1K79yYdC9buusKzYrGH45rOMC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/af629abd92..99fcd816ee * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/c2c181276a..cc6b969c59 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/4337c9955a..b05ea6f335 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/af48ad2c4f..87cd8a4715 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/028bb82e3d..55ff5964a7 * src/third_party/r8/cipd: uDJCjVDpPT1sDYO9x_ZRvtaoz06TFNUfqU16KLy1lh4C..a5lzGHzibplY-YfBMiaHgYRnmll4wB1csMwXCzHMoH8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/third_party/turbine/cipd: qNNUfaj7w4cSHTjVawVaZpq0pABVec9LcFebN19wm4EC..iJs7aB4rFWVA7mWGYiFq93N3ME_xpSuyIULTpTxD5Z0C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/413e317ff4..34df53e03f DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c/DEPS Clang version changed llvmorg-21-init-853-gba476d0b:llvmorg-21-init-1655-g7b473dfe Details: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c/tools/clang/scripts/update.py BUG=None Change-Id: I33b21d44bafe4305fc6606ba450b50877f8fffdd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377560 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43905}
2025-02-17 08:02:01 -08:00
'version': 'BLHCsmBI1vzyXlOtCyA-B4yW3gdbkW5iSjfvfnBjOvcC',
Roll chromium_revision af7f3f9345..f031fbef87 (1339036:1343352) Change log: https://chromium.googlesource.com/chromium/src/+log/af7f3f9345..f031fbef87 Full diff: https://chromium.googlesource.com/chromium/src/+/af7f3f9345..f031fbef87 Changed dependencies * fuchsia_version: version:22.20240801.2.1..version:23.20240815.4.1 * reclient_version: re_client_version:0.155.0.f89f6fe3-gomaip..re_client_version:0.157.0.d2566cec-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b8c2232900..c79f2cf1aa * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f513056e19..4a4042e134 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/1926812554..d6d7cf19f0 * src/buildtools/linux64: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/buildtools/mac: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/buildtools/reclient: re_client_version:0.155.0.f89f6fe3-gomaip..re_client_version:0.157.0.d2566cec-gomaip * src/buildtools/win: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cd805e94ec..0d282e9aae * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f8da9e037e..9a7b9f09db * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8759cb0df3..24ddd89921 * src/third_party/androidx/cipd: CC-HiuDii7JswuvWjXQur3fE6jiFKEHspEJlVlnvmd0C..C-tBCqEcdq5_2GSuLyCm3O1N2fDEtO0PzD3S5CJOUWEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f01108e476..11f334121f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2feeb46c60..799e21b232 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/2355eeb8f2..5ef6b241f0 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/75932421da..caa77da956 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/67060f141b..14d16cd143 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/ec378cecaf..f92c96550a * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..sewpT0JmZAgFX_ZzmWhbYPmcPGeDa9os_4Q74ZFbo5sC * src/third_party/kotlin_stdlib: qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C..LPDM6HLFsJuO_Crq0eaKCdr056AgYZ7Jz_D8NYTxragC * src/third_party/kotlinc/current: dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC..WZnvRnrRxAH_l-qK9RKczWmyPdblSiz87bSG3naRB9QC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d8ef6563e0..f6b976de02 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/7993b2fda2..627bf9cce8 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a6a2ec654b..679e851f65 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/8c29d5e1fe..8cd7489ada * src/third_party/r8: QtuJZ4FItKaGzvgYY4l_aNZxhg-fSMmRkva2D9sK7KcC..GfHHDCcOQaFctqz13NnLVKOtNvvl6ojpI734A9GhuUQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2dc218958f..79b0e0e577 * src/tools/luci-go: git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359..git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29 * src/tools/luci-go: git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359..git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29 Removed dependencies * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections DEPS diff: https://chromium.googlesource.com/chromium/src/+/af7f3f9345..f031fbef87/DEPS No update to Clang. BUG=None Change-Id: Ia618cbadf50c244eb58c2f3f2825b9e537f06630 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/359900 Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42804}
2024-08-19 09:19:58 +00:00
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_build_tools/error_prone_javac/cipd': {
'packages': [
{
'package': 'chromium/third_party/android_build_tools/error_prone_javac',
'version': '7EcHxlEXEaLRWEyHIAxf0ouPjkmN1Od6jkutuo0sfBIC',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
# TODO(webrtc:42223878): This is only needed for //base.
'src/third_party/android_build_tools/nullaway/cipd': {
'packages': [
{
'package': 'chromium/third_party/android_build_tools/nullaway',
Roll chromium_revision e26f3c7e3a..27c7fe6e7a (1402935:1403076) Change log: https://chromium.googlesource.com/chromium/src/+log/e26f3c7e3a..27c7fe6e7a Full diff: https://chromium.googlesource.com/chromium/src/+/e26f3c7e3a..27c7fe6e7a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d703d0d803..45089e2aa0 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e3d205556c..f75a88f4c2 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/efbe9fd962..91e5dc4066 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/da7a2c9ca9..188712b9b4 * src/third_party/android_build_tools/nullaway/cipd: KGEP4hGbArGQwI_HL3iJWEYMP1PVa2J_QRLPo-9wwiwC..65WJkoinJEXvtu9xwdDNDb3QCbqBAl8FKDpgnXr3iiEC * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/039fea2058..c19ea20051 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f83d7ea5ed..01f1eab6f8 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz,Mac/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz,Mac_arm64/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz,Win/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2e6adec872..45994b9a44 DEPS diff: https://chromium.googlesource.com/chromium/src/+/e26f3c7e3a..27c7fe6e7a/DEPS No update to Clang. BUG=None Change-Id: Ib5920f4e2a11d6e8c853a954c83f4143f99de138 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/373761 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@{#43668}
2025-01-07 10:02:11 -08:00
'version': '65WJkoinJEXvtu9xwdDNDb3QCbqBAl8FKDpgnXr3iiEC',
},
],
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/aosp_dalvik/cipd': {
Roll chromium_revision af7a4783c1..60cf2ce5ba (1230849:1231287) Add third_party/aosp_dalvik to DEPS. This adds about 900KB to the checkout size. Change log: https://chromium.googlesource.com/chromium/src/+log/af7a4783c1..60cf2ce5ba Full diff: https://chromium.googlesource.com/chromium/src/+/af7a4783c1..60cf2ce5ba Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/72b2d379e5..f0b935140f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f9cc71c99c..bb826aaf00 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/c65da25aed..b17c7e870e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5d162c569f..f85ff5cfa7 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7545344f1c..189d923e10 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/2253e32489..c35e8a3c66 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d9aa189385..ee967548fe * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9e5fc28b6b..b5393e57bb * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6cd38f6d30..0ad014cff4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/c21fd3819a..4cb5c2cefe * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/9142314c2c..741b8f6228 * src/third_party/r8: 1cleC9ETmNTNjX-TQoPj14Siz7FFAy6HR6x5pbSS00oC..wtFJRWzGTig_UR3UW82YW63l-sTznrAPEatq-o7zNqYC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/82be8016c4..bcc6c5bc98 DEPS diff: https://chromium.googlesource.com/chromium/src/+/af7a4783c1..60cf2ce5ba/DEPS Clang version changed llvmorg-18-init-12422-g74cdb8e6:llvmorg-18-init-12938-geb1d5065 Details: https://chromium.googlesource.com/chromium/src/+/af7a4783c1..60cf2ce5ba/tools/clang/scripts/update.py BUG=None Change-Id: I1c5c6dd84174f1a52d543d5a62e6b385615b7bd0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/329320 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41297}
2023-12-01 17:20:39 +01:00
'packages': [
{
'package': 'chromium/third_party/aosp_dalvik/linux-amd64',
'version': 'version:2@13.0.0_r24.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision af7a4783c1..60cf2ce5ba (1230849:1231287) Add third_party/aosp_dalvik to DEPS. This adds about 900KB to the checkout size. Change log: https://chromium.googlesource.com/chromium/src/+log/af7a4783c1..60cf2ce5ba Full diff: https://chromium.googlesource.com/chromium/src/+/af7a4783c1..60cf2ce5ba Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/72b2d379e5..f0b935140f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f9cc71c99c..bb826aaf00 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/c65da25aed..b17c7e870e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5d162c569f..f85ff5cfa7 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7545344f1c..189d923e10 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/2253e32489..c35e8a3c66 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d9aa189385..ee967548fe * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9e5fc28b6b..b5393e57bb * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6cd38f6d30..0ad014cff4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/c21fd3819a..4cb5c2cefe * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/9142314c2c..741b8f6228 * src/third_party/r8: 1cleC9ETmNTNjX-TQoPj14Siz7FFAy6HR6x5pbSS00oC..wtFJRWzGTig_UR3UW82YW63l-sTznrAPEatq-o7zNqYC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/82be8016c4..bcc6c5bc98 DEPS diff: https://chromium.googlesource.com/chromium/src/+/af7a4783c1..60cf2ce5ba/DEPS Clang version changed llvmorg-18-init-12422-g74cdb8e6:llvmorg-18-init-12938-geb1d5065 Details: https://chromium.googlesource.com/chromium/src/+/af7a4783c1..60cf2ce5ba/tools/clang/scripts/update.py BUG=None Change-Id: I1c5c6dd84174f1a52d543d5a62e6b385615b7bd0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/329320 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41297}
2023-12-01 17:20:39 +01:00
'dep_type': 'cipd',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/boringssl/src':
Roll chromium_revision 3f3c4461a0..c50f9710da (1422047:1422420) Change log: https://chromium.googlesource.com/chromium/src/+log/3f3c4461a0..c50f9710da Full diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/af6791f5dd..9e81d0aac9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de88ea082e..e42ba23e14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe579d883a..f497e652b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/79273a8f5c..75065cfcbb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e5bdfb30e9..f004cc0a39 * src/third_party/androidx/cipd: X3RUiAVlYpSEgtqmKdDbZFDp3xSdR1NJYbEKBuoy458C..R1wNTeO5kH2bzp1NW4g87DLWtiDXaImAQJplHSR-108C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2b619cc49c..294ab9730c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cfa9c31cbe..30345af7ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ee429f3694..ab387d1ddc * src/third_party/kotlinc/current: NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC..Byyh0dwgQgBY_Jzh2Kk2tN7n_bJl2YJXe6JQKdySO4kC * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/b05ea6f335..62e217a12e * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/503da06746..1e97ffd153 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4ed2fa87db..367e383074 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da/DEPS No update to Clang. BUG=None Change-Id: I9352685319dc770cfe0d6fa22e40fcbbb656d246 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377982 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@{#43939}
2025-02-20 02:02:39 -08:00
'https://boringssl.googlesource.com/boringssl.git@294ab9730c570213b496cfc2fc14b3c0bfcd4bcc',
'src/third_party/breakpad/breakpad':
Roll chromium_revision 689f977292..81d1140c6a (1403382:1403497) Change log: https://chromium.googlesource.com/chromium/src/+log/689f977292..81d1140c6a Full diff: https://chromium.googlesource.com/chromium/src/+/689f977292..81d1140c6a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/53b940d76f..4c7fb689f9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4aba7b76ec..f3e95cc9a0 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f1d1881e59..0d7a66744b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/5b15d8da9e..3358317e07 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f2394d14d8..d3f61eeacb * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/02dd5c3ffb..0dfd77492f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/0234192ec4..8491e07230 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/19792a9913..185643e054 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz,Mac/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz,Mac_arm64/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz,Win/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/dc967b5baf..75874d5ad8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/689f977292..81d1140c6a/DEPS No update to Clang. BUG=None Change-Id: Ie0e0e1fbf3cfb8b3214fd4c4740eccf74524e63a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/373860 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43679}
2025-01-08 04:09:40 -08:00
'https://chromium.googlesource.com/breakpad/breakpad.git@0dfd77492fdb0dcd06027c5842095e2e908adc90',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/catapult':
Roll chromium_revision 3f3c4461a0..c50f9710da (1422047:1422420) Change log: https://chromium.googlesource.com/chromium/src/+log/3f3c4461a0..c50f9710da Full diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/af6791f5dd..9e81d0aac9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de88ea082e..e42ba23e14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe579d883a..f497e652b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/79273a8f5c..75065cfcbb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e5bdfb30e9..f004cc0a39 * src/third_party/androidx/cipd: X3RUiAVlYpSEgtqmKdDbZFDp3xSdR1NJYbEKBuoy458C..R1wNTeO5kH2bzp1NW4g87DLWtiDXaImAQJplHSR-108C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2b619cc49c..294ab9730c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cfa9c31cbe..30345af7ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ee429f3694..ab387d1ddc * src/third_party/kotlinc/current: NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC..Byyh0dwgQgBY_Jzh2Kk2tN7n_bJl2YJXe6JQKdySO4kC * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/b05ea6f335..62e217a12e * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/503da06746..1e97ffd153 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4ed2fa87db..367e383074 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da/DEPS No update to Clang. BUG=None Change-Id: I9352685319dc770cfe0d6fa22e40fcbbb656d246 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377982 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@{#43939}
2025-02-20 02:02:39 -08:00
'https://chromium.googlesource.com/catapult.git@30345af7ee8bf6e5ac59d4fc9a2fa3edbb707a4a',
'src/third_party/ced/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/colorama/src':
Roll chromium_revision 6668472a87..c27dfb2ce5 (1116317:1117096) Change log: https://chromium.googlesource.com/chromium/src/+log/6668472a87..c27dfb2ce5 Full diff: https://chromium.googlesource.com/chromium/src/+/6668472a87..c27dfb2ce5 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e81408704e..771c5cd387 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/168bfaa8bf..44ce958aca * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e1fc35a07d..728a49e56b * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/ae04d7cb7d..2c26bce6b0 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fcf70e62e9..8e094eb80b * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/92ae58d1f6..2043227143 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ff9d1d5645..4b0f576328 * src/third_party/androidx: fAwky11GHWi_G3y48BIl4JpIfPC3X6W0ikMvZjAeIjsC..72epkIv8LETQrVFW-Uq9-gbzwqOGp8W2T-39mt0eOBEC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c5ac2a64a6..cd2103b7d4 * src/third_party/colorama/src: https://chromium.googlesource.com/external/colorama.git/+log/799604a104..3de9f013df * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/bd6208b712..d857bd535b * src/third_party/r8: M9qqyShmnvqDcIIsdbwvO7LJ9WFLu552c6c29zYKCdIC..snzp0LrrAYYZZjXt-s8-UCas9JJRk9qFtiDHIVIr64EC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ed1a1be638..96f4938328 DEPS diff: https://chromium.googlesource.com/chromium/src/+/6668472a87..c27dfb2ce5/DEPS No update to Clang. BUG=None Change-Id: I6656bc19c1022ecd59265998b0f27257d6909bd8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/297681 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@{#39555}
2023-03-14 11:02:19 -07:00
'https://chromium.googlesource.com/external/colorama.git@3de9f013df4b470069d03d250224062e8cf15c49',
'src/third_party/cpu_features/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/cpu_features.git@936b9ab5515dead115606559502e3864958f7f6e',
'condition': 'checkout_android',
},
dcsctp: Use third_party/crc32c for integrity check CRC32c is used in SCTP for integrity checking, and the third_party/crc32c library (https://github.com/google/crc32c) which has been optimized for SSE42 and arm64 and has a much faster fallback implementation for other architectures. Running ./out/Release/dcsctp_benchmark Run on (12 X 4500 MHz CPU s) CPU Caches: L1 Data 32 KiB (x6) L1 Instruction 32 KiB (x6) L2 Unified 1024 KiB (x6) L3 Unified 8448 KiB (x1) Load Average: 11.01, 17.53, 17.11 ------------------------------------------------------------------------------ Benchmark Time CPU Iterations UserCounters... ------------------------------------------------------------------------------ BM_PumpData/1 676 ns 676 ns 1034087 bytes_per_second=1.41063M/s items_per_second=1.47916M/s BM_PumpData/8 671 ns 671 ns 1041809 bytes_per_second=11.3643M/s items_per_second=1.48955M/s BM_PumpData/128 725 ns 725 ns 967170 bytes_per_second=168.398M/s items_per_second=1.37952M/s BM_PumpData/512 800 ns 800 ns 873854 bytes_per_second=610.125M/s items_per_second=1.24954M/s BM_PumpData/1024 911 ns 911 ns 775785 bytes_per_second=1072.2M/s items_per_second=1097.93k/s BM_PumpData/2048 1988 ns 1988 ns 352444 bytes_per_second=982.409M/s items_per_second=502.993k/s BM_PumpData/4096 3893 ns 3893 ns 179999 bytes_per_second=1003.31M/s items_per_second=256.848k/s BM_PumpData/8192 7477 ns 7477 ns 92790 bytes_per_second=1044.88M/s items_per_second=133.745k/s BM_PumpData/65536 97156 ns 97153 ns 7089 bytes_per_second=643.318M/s items_per_second=10.2931k/s BM_EchoServer/1 634 ns 634 ns 1130860 bytes_per_second=1.50512M/s items_per_second=1.57823M/s BM_EchoServer/8 614 ns 614 ns 1136372 bytes_per_second=12.4286M/s items_per_second=1.62904M/s BM_EchoServer/128 644 ns 644 ns 1073464 bytes_per_second=189.618M/s items_per_second=1.55335M/s BM_EchoServer/512 734 ns 734 ns 949487 bytes_per_second=665.181M/s items_per_second=1.36229M/s BM_EchoServer/1024 836 ns 836 ns 838010 bytes_per_second=1.14046G/s items_per_second=1.19586M/s BM_EchoServer/2048 1939 ns 1939 ns 345067 bytes_per_second=1007.27M/s items_per_second=515.724k/s BM_EchoServer/4096 3984 ns 3983 ns 176047 bytes_per_second=980.737M/s items_per_second=251.069k/s BM_EchoServer/8192 7486 ns 7484 ns 95780 bytes_per_second=1043.85M/s items_per_second=133.613k/s BM_EchoServer/65536 92360 ns 92346 ns 7821 bytes_per_second=676.805M/s items_per_second=10.8289k/s No-Presubmit: True Bug: webrtc:12614 Change-Id: Iff21035ee78b263ee0e4b0fe3d07eea24064b921 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215002 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Reviewed-by: Florent Castelli <orphis@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33842}
2021-04-12 16:09:14 +02:00
'src/third_party/crc32c/src':
Roll chromium_revision 33ef804c4e..c339b49443 (1352775:1353018) Change log: https://chromium.googlesource.com/chromium/src/+log/33ef804c4e..c339b49443 Full diff: https://chromium.googlesource.com/chromium/src/+/33ef804c4e..c339b49443 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/c91c18b88f..4ceec41f7a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c50323369f..cd40eb5d6c * src/buildtools/linux64: git_revision:f792b9756418af8ab8a91a4c15b582431cb86ff9..git_revision:20806f79c6b4ba295274e3a589d85db41a02fdaa * src/buildtools/mac: git_revision:f792b9756418af8ab8a91a4c15b582431cb86ff9..git_revision:20806f79c6b4ba295274e3a589d85db41a02fdaa * src/buildtools/win: git_revision:f792b9756418af8ab8a91a4c15b582431cb86ff9..git_revision:20806f79c6b4ba295274e3a589d85db41a02fdaa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e483cf2f61..f05e910396 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/c37c475588..0c24c20569 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1c8a388020..18f3377aca * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e1ae3687..f10c1dc371 * src/third_party/crc32c/src: https://chromium.googlesource.com/external/github.com/google/crc32c.git/+log/fa5ade41ee..d3d60ac6e0 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ae3745656b..653e86a6f0 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/3008032062..83af801b55 * src/third_party/jdk/current: sewpT0JmZAgFX_ZzmWhbYPmcPGeDa9os_4Q74ZFbo5sC..BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/7ef1f0a187..9be1056e88 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/6a4a99c3a7..bea7f2f92c * src/third_party/r8/cipd: EQKzOXcfxGc6pp0NyDCDBQYJ68PTOs19P4zEraID18kC..SfTjETaHqxbqyJ2oM5I95Iff9NJRgm9LHaDH03COwT0C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/f5c9abc053..05411385be * src/tools/luci-go: git_revision:1d383421736c86faeb7dea6d2039d8ea2ef6d648..git_revision:1aca70b6bf116c1bd8fbf0526c9a89e9be308718 * src/tools/luci-go: git_revision:1d383421736c86faeb7dea6d2039d8ea2ef6d648..git_revision:1aca70b6bf116c1bd8fbf0526c9a89e9be308718 DEPS diff: https://chromium.googlesource.com/chromium/src/+/33ef804c4e..c339b49443/DEPS No update to Clang. BUG=None Change-Id: I9ae66e3ff5aac9791325752133abf6ed726ba53d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/362180 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@{#42990}
2024-09-09 15:11:32 -07:00
'https://chromium.googlesource.com/external/github.com/google/crc32c.git@d3d60ac6e0f16780bcfcc825385e1d338801a558',
'src/third_party/depot_tools':
Roll chromium_revision 3f3c4461a0..c50f9710da (1422047:1422420) Change log: https://chromium.googlesource.com/chromium/src/+log/3f3c4461a0..c50f9710da Full diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/af6791f5dd..9e81d0aac9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de88ea082e..e42ba23e14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe579d883a..f497e652b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/79273a8f5c..75065cfcbb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e5bdfb30e9..f004cc0a39 * src/third_party/androidx/cipd: X3RUiAVlYpSEgtqmKdDbZFDp3xSdR1NJYbEKBuoy458C..R1wNTeO5kH2bzp1NW4g87DLWtiDXaImAQJplHSR-108C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2b619cc49c..294ab9730c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cfa9c31cbe..30345af7ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ee429f3694..ab387d1ddc * src/third_party/kotlinc/current: NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC..Byyh0dwgQgBY_Jzh2Kk2tN7n_bJl2YJXe6JQKdySO4kC * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/b05ea6f335..62e217a12e * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/503da06746..1e97ffd153 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4ed2fa87db..367e383074 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da/DEPS No update to Clang. BUG=None Change-Id: I9352685319dc770cfe0d6fa22e40fcbbb656d246 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377982 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@{#43939}
2025-02-20 02:02:39 -08:00
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@ab387d1ddc530d405f662904f2df292f700e4b0f',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/ffmpeg':
Roll chromium_revision 3f8aa56f29..abee3a760c (1420354:1421082) Change log: https://chromium.googlesource.com/chromium/src/+log/3f8aa56f29..abee3a760c Full diff: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d5398bd6b2..afaf45a959 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/86a88859d2..0cd653f87e * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/9bdc0a0815..f6b9b8d65b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/08b0fa7736..8fcd8b9339 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d74a795763..fbd44d71dd * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6bef592807..9cb2f57192 * src/third_party/android_build_tools/error_prone/cipd: OWA2WclLjNioOzYUolbbxo4mWc_0cQ8Io6pbbOY2NTMC..BLHCsmBI1vzyXlOtCyA-B4yW3gdbkW5iSjfvfnBjOvcC * src/third_party/android_build_tools/manifest_merger/cipd: 8-sLuq0bcoSKvU6uhV0Tnugo2PRGG-F3RoLIQLzRRfoC..Ff5T4JIhkmgt7xA50Kq8XHnzWaR6mKOwEtxCBXFE5rUC * src/third_party/androidx/cipd: rgpFlmg9F-T3T2Zjq-WqQBHKCOeLk8Qjd9M7D3fZuPMC..kMGhCipQ0J24vixeCuWk_AIvJ4oPSsyZ6uZXJ85WkuIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/8f6f659bee..8c6b0c04f1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d49a21c533..7a0dbd2074 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/5b22c2869c..fbce2a76c0 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/84bcab2315..3bd423e03f * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c00fd25b71..a6ce08abf7 * src/third_party/kotlin_stdlib/cipd: jnyo21Xi5pwojLi8GO148HF-xeAjzk0z_kPwZxMgPH0C..ltYVzou-DQmkHMLi2Gs1K79yYdC9buusKzYrGH45rOMC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/af629abd92..99fcd816ee * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/c2c181276a..cc6b969c59 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/4337c9955a..b05ea6f335 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/af48ad2c4f..87cd8a4715 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/028bb82e3d..55ff5964a7 * src/third_party/r8/cipd: uDJCjVDpPT1sDYO9x_ZRvtaoz06TFNUfqU16KLy1lh4C..a5lzGHzibplY-YfBMiaHgYRnmll4wB1csMwXCzHMoH8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/third_party/turbine/cipd: qNNUfaj7w4cSHTjVawVaZpq0pABVec9LcFebN19wm4EC..iJs7aB4rFWVA7mWGYiFq93N3ME_xpSuyIULTpTxD5Z0C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/413e317ff4..34df53e03f DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c/DEPS Clang version changed llvmorg-21-init-853-gba476d0b:llvmorg-21-init-1655-g7b473dfe Details: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c/tools/clang/scripts/update.py BUG=None Change-Id: I33b21d44bafe4305fc6606ba450b50877f8fffdd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377560 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43905}
2025-02-17 08:02:01 -08:00
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@fbce2a76c00cd2e5aeffe3c2e71d44c284ec52d6',
Roll chromium_revision 9970bfaf36..2a9688b355 (1060318:1063242) Manually updated the flatbuffer dependency. Change log: https://chromium.googlesource.com/chromium/src/+log/9970bfaf36..2a9688b355 Full diff: https://chromium.googlesource.com/chromium/src/+/9970bfaf36..2a9688b355 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1cbb338b1c..25be473469 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2cf254f018..35368b635a * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/ca6213a9de..4c4e17b5b6 * src/buildtools/linux64: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:7a6231e3e43845d9aa298bb040f11dd1953e966f * src/buildtools/mac: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:7a6231e3e43845d9aa298bb040f11dd1953e966f * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/e6caea47f8..0487904cc4 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/685c4ad257..519e9ef6cc * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/1111799723..1f633d41a0 * src/buildtools/win: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:7a6231e3e43845d9aa298bb040f11dd1953e966f * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/35f415a5a1..d85cca59d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63ba9bd34f..e94e58aa8b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/5f6d1ab1d7..238e09dbeb * src/third_party/android_build_tools/bundletool: IEZQhHFQzO9Ci1QxWZmssKqGmt2r_nCDMKr8t4cKY34C..JUxLsQLBkNG0ylmbHz6FGBtYyK1PNDZ04pMCii90Bd4C * src/third_party/android_build_tools/manifest_merger: bfhl7B4_T6dP72d1sF-6RSeAQqwlw1qUx-FDEFh3sKIC..xd-wXGBtd-G1FJXc_owo3j_wxWs4YxgOfQ-tKWHwN5AC * src/third_party/androidx: ZwzuDdR1SOsOlDfzEXAOd5iZO93YIoOD9Xyvmszyb00C..WCW0Nb-eTWmZ-0JKKiQ9oxO3tAIKly0B_mFX8It3Y9sC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/98d333e8ae..cf46d1667f * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c950858a72..1f51102073 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/8493877e78..dea2e6358b * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/7f32eb35ff..08ea764546 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/9d6d0624d7..5245f6e9cb * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/00950840d1..fe9ced6e3c * src/third_party/nasm: https://chromium.googlesource.com/chromium/deps/nasm.git/+log/5fd9246276..9215e8e1d0 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a77a3622d2..05595662ce * src/third_party/r8/d8: 9PJITrOEIl2U8mvr44d5e9XjOdvzRPuF774VA3jWOsYC..fGg1w2Oj2oVLbC_e3xNqEiugIZSwvIT2ji8y_br-eRQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/72185140dd..a0b8069951 * src/tools/luci-go: git_revision:9f65ffe719f73af390727d369b342c22fa37ea54..git_revision:50ab33853a8b220162f851dcb74a1519e106b3df * src/tools/luci-go: git_revision:9f65ffe719f73af390727d369b342c22fa37ea54..git_revision:50ab33853a8b220162f851dcb74a1519e106b3df DEPS diff: https://chromium.googlesource.com/chromium/src/+/9970bfaf36..2a9688b355/DEPS Clang version changed llvmorg-16-init-7184-gdeb82d4a:llvmorg-16-init-8189-g97196a2d Details: https://chromium.googlesource.com/chromium/src/+/9970bfaf36..2a9688b355/tools/clang/scripts/update.py BUG=None Change-Id: If4aefeae31bbee1dcc320a049f55672cf27e74a3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/280381 Reviewed-by: Christoffer Jansson <jansson@google.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38473}
2022-10-25 13:35:20 +02:00
'src/third_party/flatbuffers/src':
Roll chromium_revision b975bdde27..cae6b92cf5 (1348475:1349874) Manually change sqlite4java to cipd. Change log: https://chromium.googlesource.com/chromium/src/+log/b975bdde27..cae6b92cf5 Full diff: https://chromium.googlesource.com/chromium/src/+/b975bdde27..cae6b92cf5 Changed dependencies * fuchsia_version: version:23.20240823.0.1..version:23.20240830.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ede08137ff..3b7d5e5523 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6be3205c7b..469c6d5062 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e7bde40d8b..0811404e1e * src/buildtools/linux64: git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7..git_revision:4e4b8d98949995474bf09cef2ca5ec3c496b82f0 * src/buildtools/mac: git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7..git_revision:4e4b8d98949995474bf09cef2ca5ec3c496b82f0 * src/buildtools/win: git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7..git_revision:4e4b8d98949995474bf09cef2ca5ec3c496b82f0 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/d8d1de384a..e5a4dbfef1 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f39c5823f1..abf58fd834 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6c225c6718..41333efead * src/third_party/android_build_tools/error_prone/cipd: chEm55HMuY69gy5q0h5Dwo__Wgq8mE9pPTg2DGJL6i8C..VPB1LeLcomm-CeDrV1XZWJ9irPR3kH2viZ3IKZjm5EMC * src/third_party/android_build_tools/manifest_merger/cipd: w5qlHnh4N-npyopimuBuiIXfv4oa58ItAdUWXjAlVYAC..tGJojLQrpNBHFNNbB7g_ZoGcwbt30dvMfwiT8y3V92YC * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger: version:2@2.30.cr1..version:2@2.52.cr1 * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations: version:2@2.23.0.cr1..version:2@2.30.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm: version:2@3.7.0.cr1..version:2@3.9.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@4.9.7.cr1..version:2@5.0.0.cr1 * src/third_party/android_sdk/public: fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C..B4p95sDPpm34K8Cf4JcfTM-iYSglWko9qjWgbT9dxWQC * src/third_party/androidx/cipd: b2LdOcTsPgWsaymPatlEVDEHLr-w87bmz9bwUX2iilAC..84DISQ388tkv4sOhR2Uf2LfN4uMOZ_sPRZ850mwXGJgC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d3c1afdc1b..6c3a63970f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c903c60cb7..21462dff93 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/472b31f838..6b3c489a2e * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/aaaca2863c..b89b440351 * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/fb9afbafc7..8db59321d9 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/ff233bdd4c..0953a17a42 * src/third_party/jdk/current: sewpT0JmZAgFX_ZzmWhbYPmcPGeDa9os_4Q74ZFbo5sC..BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C * src/third_party/kotlin_stdlib/cipd: 62BxcL1A-8qUXdYk7pqeCELmPtT55Ki_POIasX3is1IC..RN957bImX972SxLXVGT8tCogCe6deBBG5rqz24uD5eMC * src/third_party/libFuzzer/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git/+log/758bd21f10..487e793763 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/35c90ab674..5fac32ad87 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/d8d9de41d7..e9dbf36b50 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/f00fa3ce74..fbf63dff1f * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/679e851f65..874f391dbf * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/700c45efce..24eef196e1 * src/third_party/r8/cipd: bkA7QgnyJtoxOVZ6JF9qXTD-ddmw5xXBnlamEm6kTBkC..icXdAothi1iSZHTnk5v4Y_5ZHVS4eJTlAImleVCXl64C * src/third_party/turbine: 0x14qVQmOdhVAM7Sygzzwm0xfTjL7Bl-0I642feaCSkC..aLKJszAm9PXh5T9KNcDH0MQJeEAIpEiFAYVEimlKdDsC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/445761993e..661b095f1f Added dependencies * src/third_party/android_deps/cipd/libs/com_google_dagger_hilt_core * src/third_party/android_deps/cipd/libs/jakarta_inject_jakarta_inject_api Removed dependencies * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/b975bdde27..cae6b92cf5/DEPS Clang version changed llvmorg-20-init-1009-g7088a5ed:llvmorg-20-init-3847-g69c43468 Details: https://chromium.googlesource.com/chromium/src/+/b975bdde27..cae6b92cf5/tools/clang/scripts/update.py BUG=None Change-Id: Icaaf2adefa40c9886ad5fc6ca1178ec7ee94b32f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361303 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#42925}
2024-09-02 17:53:38 +02:00
'https://chromium.googlesource.com/external/github.com/google/flatbuffers.git@8db59321d9f02cdffa30126654059c7d02f70c32',
'src/third_party/grpc/src': {
Roll chromium_revision 9774d53c24..4d3c369651 (1404041:1404419) Change log: https://chromium.googlesource.com/chromium/src/+log/9774d53c24..4d3c369651 Full diff: https://chromium.googlesource.com/chromium/src/+/9774d53c24..4d3c369651 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/f16e13e81c..a303d5de1b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/fdd1d9a6db..39929a48e7 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/dc74188326..59f9fbaa49 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5b64a678f9..d14e6b5209 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a3636addb9..6a133457c7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1568751f03..fb3f95d4c9 * src/third_party/androidx/cipd: gUjEawxv5mQO8yfbuC8W-rx4V3zYE-4LTWggXpZHI4sC..SgrqBlWCI5LkTzOF-U0o3PpLs27z1EHeYf15q-exbVEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/803062a053..626749c0db * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/8491e07230..c4c972c5f0 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/afc7000cac..1400b20ae8 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/e8bed1a250..70e24aa949 * src/third_party/grpc/src: https://chromium.googlesource.com/external/github.com/grpc/grpc.git/+log/822dab21d9..a363b6c001 * src/third_party/kotlinc/current: YrBSUjA4zjPf3DhU2SYlqamxAAQiM2WIeZftsDSjqTAC..VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/8e1e2869d6..7ff5af194f * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/804e1cd33a..a0e3ba55d8 * src/third_party/r8/cipd: TQJgBofMEzGILWhAM0LXeob_ZpAiDc8w8SBzU0d8o8YC..pTuwP6kf9nJ3wT_GS6XQy5z5xjF3Cb5JDfVapSCBRvcC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz,Mac/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz,Mac_arm64/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz,Win/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/85387a9d13..3c717cb026 DEPS diff: https://chromium.googlesource.com/chromium/src/+/9774d53c24..4d3c369651/DEPS No update to Clang. BUG=None Change-Id: Ic163cb07e8380e35baeca4f4c286a62c52999a37 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/374081 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@{#43701}
2025-01-09 14:02:18 -08:00
'url': 'https://chromium.googlesource.com/external/github.com/grpc/grpc.git@a363b6c001139b9c8ffb7cd63f60a72f15349c3b',
},
# Used for embedded builds. CrOS & Linux use the system version.
'src/third_party/fontconfig/src': {
Roll chromium_revision 844caa73fd..82f331232d (1252127:1256154) Change log: https://chromium.googlesource.com/chromium/src/+log/844caa73fd..82f331232d Full diff: https://chromium.googlesource.com/chromium/src/+/844caa73fd..82f331232d Changed dependencies * fuchsia_version: version:17.20240120.1.1..version:18.20240127.1.1 * reclient_version: re_client_version:0.126.0.4aaef37-gomaip..re_client_version:0.130.0.546556b-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1e7f08e968..f35773d19b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0b7a0198da..f4542781a5 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/d8688b9036..fc9e646cb3 * src/buildtools/linux64: git_revision:fc722252439ea3576c241773f5ee14eb8470e2ef..git_revision:a2e2717ea670249a34b0de4b3e54f268d320bdfa * src/buildtools/mac: git_revision:fc722252439ea3576c241773f5ee14eb8470e2ef..git_revision:a2e2717ea670249a34b0de4b3e54f268d320bdfa * src/buildtools/reclient: re_client_version:0.126.0.4aaef37-gomaip..re_client_version:0.130.0.546556b-gomaip * src/buildtools/win: git_revision:fc722252439ea3576c241773f5ee14eb8470e2ef..git_revision:a2e2717ea670249a34b0de4b3e54f268d320bdfa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2e7ed5b523..8c904c8500 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d03a2cf751..fa5d894853 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b2c536b297..f52924d4de * src/third_party/android_build_tools/manifest_merger: fPIg5SQ9nbj982soSMoZlTPVfZ2zVKZRusg-r0ONCxUC.._BpuezAM4mQeQj5WNI7H6zkNx4nV2d8uGzcoJOlLQJcC * src/third_party/androidx: BW2v6j8vjcVQrdX9fXmf686JtkLjxn-KCWhAE1XT_n4C..6uuKw5DN2kX3odjXxnfntoWPy4DOE00A65kTz33wmEYC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/414f69504d..10a2132f50 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/62ecd46358..6551ac3632 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d7ee2f7345..432aa4ae6c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2bc81cdf4f..af6eabff53 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/17525de887..7c1b0b524c * src/third_party/fontconfig/src: https://chromium.googlesource.com/external/fontconfig.git/+log/2fb3419a92..14d466b30a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/5761778246..47574f7ea4 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/77cf417565..0cee19cfc8 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/28aa23ffb4..3c2f3884e6 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/a46df1f416..0c4e8fac5c * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/eeb1be7f23..c35f3e9e35 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/04821d1e7d..d359a9f922 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/d9c3231123..9dec55ff4f * src/third_party/r8: K1NPmXz0aZCAGGtC5UESEmqwT5-x6QNNb0Jo0umsez4C..X4a6wa4_8gQP775zUTVOXJEtzMNByOt6xLvdOc2_i_MC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/826ad10e58..ab7c5918b4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/80bf17f2a7..8cd7746c96 Added dependency * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/844caa73fd..82f331232d/DEPS No update to Clang. BUG=None Change-Id: I103d6aa89ddc107917b7f9d71dc7d3fb589599aa Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/338001 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#41667}
2024-02-05 04:48:42 -08:00
'url': 'https://chromium.googlesource.com/external/fontconfig.git@14d466b30a8ab4a9d789977ed94f2c30e7209267',
'condition': 'checkout_linux',
},
'src/third_party/freetype/src':
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@b1f47850878d232eea372ab167e760ccac4c4e32',
'src/third_party/harfbuzz-ng/src':
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@8efd2d85c78fbba6ca09a3e454f77525f3b296ce',
'src/third_party/google_benchmark/src': {
Roll chromium_revision 030af8fbf0..edc5771bf9 (1368717:1393593) Change log: https://chromium.googlesource.com/chromium/src/+log/030af8fbf0..edc5771bf9 Full diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9 Changed dependencies * fuchsia_version: version:24.20241014.3.1..version:26.20241203.6.1 * reclient_version: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/69f3676cdb..189a044d69 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/05874e6c94..351a8c7f44 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/db0eae9640..ba1ffdb859 * src/buildtools/linux64: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/mac: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/reclient: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/buildtools/win: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/452c8ab216..7bcd9c24de * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/eac4c18f74..aab53ebd79 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9d80a193fb..832ec8a32c * src/third_party/android_build_tools/aapt2/cipd: cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC..JPmxYHMZl4VH2Umf2-flGSdTVHtNDdFBmXd7v1Gs7EoC * src/third_party/android_build_tools/bundletool/cipd: sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C..Q-7KJYcc15Cn9iVy-7bk0tPH9-oUrhqHis6HmUzck80C * src/third_party/android_build_tools/error_prone/cipd: hUxlP8GvC1xhmZ6r9xjYau2laPlzHbs_P2emx4ZL4jgC..ClNqEKjHuNFTgplEe3HujivpADFDjRs0H0ijhyVUg2gC * src/third_party/android_build_tools/manifest_merger/cipd: rnIeJMlGw7adxOKZofLsm7tdYaOy1nHivJn9ck7ocVkC..ltqylfWRbafoft_Pjhfb4NciQwCb3J4PAkpcTZA7lW0C * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth: version:2@20.1.0.cr1..version:2@21.1.1.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone: version:2@18.0.1.cr1..version:2@18.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base: version:2@18.0.2.cr1..version:2@18.0.10.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm: version:2@3.9.0.cr1..version:2@3.9.1.cr1 * src/third_party/androidx/cipd: k1wif7sS51pJGSFGN7FAeGWDorxgPart9E1f383TQL4C..w6ABIi35Hbkb4RHJCx4sSWDpt7W9rBvJFkcPVufgZMIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/0fa9014d86..9559c4566a * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/6b0c5b7ee1..02dd5c3ffb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4479191661..4899cc831c * src/third_party/clang-format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/3c0acd2d4e..37f6e68a10 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/389450f61e..d242c47b43 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/20b9bdcace..8d20c1e0b5 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/686d694450..591ae4b02e * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f02bffad0f..0ae7e60737 * src/third_party/google_benchmark/src: https://chromium.googlesource.com/external/github.com/google/benchmark.git/+log/344117638c..761305ec3b * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/62df7bdbc1..35d0c36560 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1da053e87f..1c249be96e * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/4239b1559d..ba7ed88cc5 * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..U-h0kbYoIUjL__n_sfiudzFLH7-C9vKVsLSOA2XHkBEC * src/third_party/kotlin_stdlib/cipd: XJ7_doI-Qt7GFaSQ9BNo-3qF7Gv2--9Sa8GEUdjxMTUC..O9XlYa2GU1tlWmQ40OrK2Bekxjt372NtG5pMD-QyNaYC * src/third_party/kotlinc/current: FNZSCjJ6yKsi6oRcgQrt-lX0MDlaWoxT7gPTz0CjLhMC..HckNA1Q54JBiHrpY1gP5qblVCdeuVmGsiGCdv1XjqywC * src/third_party/libFuzzer/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git/+log/487e793763..e31b999178 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/840f879787..ff9badefdf * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6a68fd412b..619ccf0515 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/9a1d90c3b4..1bf8357272 * src/third_party/libsrtp: https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/000edd7914..a52756acb1 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/efc3baa2d1..6066b14957 * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/a3bb4cd02e..215bddfd8e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/906334ac1d..6f0c446c7b * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a8e59d2074..307b951229 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/98ed093183..ab4e0ad953 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/e57316a6ae..d3990a1c9d * src/third_party/r8/cipd: -i5fwP_NzM6Ylg5AsSGEotYN7hQgV852gXCslvXIrRwC..hmRsAQA2HG0DR196Odv3OKZYk-2Ul43tCtzrCyfWpEQC * src/third_party/r8/d8/cipd: 3KCj5eRYCvGGYs5i90pRaeihkzsqgUGc4OkICT8AOlIC..o7pbwAFk68RQBPYLlCUm0mQ6B3Bj9pykXOPvv8akR5kC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/third_party/turbine/cipd: vSia3h9tzpwpP_goLj4HMdl7_FEB5iVCv9nU5ZXOfIMC..c4onccFJcd8rKHM_6js-X_ucjXdFqhDWK8aUX4ARSkkC * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/7fb5347e88..b0a179d469 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c809c41331..ae13111c68 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_libraries_identity_googleid_googleid * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_blockstore * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_fido DEPS diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/DEPS Clang version changed llvmorg-20-init-6794-g3dbd929e:llvmorg-20-init-13894-g8cb44859 Details: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/tools/clang/scripts/update.py BUG=webrtc:383026404 Change-Id: I9570d31fc173189c3728f90e33d4ea5947615c0a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370710 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43519}
2024-12-09 14:23:04 +01:00
'url': 'https://chromium.googlesource.com/external/github.com/google/benchmark.git@761305ec3b33abf30e08d50eb829e19a802581cc',
},
# WebRTC-only dependency (not present in Chromium).
'src/third_party/gtest-parallel':
Roll chromium_revision 4b479b78e7..fbebadaea2 (1247241:1249624) Change log: https://chromium.googlesource.com/chromium/src/+log/4b479b78e7..fbebadaea2 Full diff: https://chromium.googlesource.com/chromium/src/+/4b479b78e7..fbebadaea2 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5083db544c..ecc636832c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8424be9497..881a0e428f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/7e93f2c1ec..17ce6d2f04 * src/buildtools/linux64: git_revision:b8562a4abd9528372f274b1155aec65c57ca84fa..git_revision:b5adfe5f574d7110b80feb9aae6fae97c366840b * src/buildtools/mac: git_revision:b8562a4abd9528372f274b1155aec65c57ca84fa..git_revision:b5adfe5f574d7110b80feb9aae6fae97c366840b * src/buildtools/win: git_revision:b8562a4abd9528372f274b1155aec65c57ca84fa..git_revision:b5adfe5f574d7110b80feb9aae6fae97c366840b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/579b4ba6b4..d251929349 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/23de4d7889..1156fe0fe1 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6d16fe523d..f1c4fb4ad1 * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.0.0.cr1..version:2@4.1.0.cr1 * src/third_party/androidx: UQGTnEcqPqYSOIY-7jp2iDnYhSSg3usWw6fiExBaZq8C..BW2v6j8vjcVQrdX9fXmf686JtkLjxn-KCWhAE1XT_n4C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/30742686c6..414f69504d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6fd04d10d1..e9e26197a5 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9f668bbff9..46cb7d0aca * src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/f4d65b5558..96f4f90492 * src/third_party/kotlin_stdlib: KIU1zubKhCbwM8mZNhGe3NriMr5QZRo3mHdOu4rAYowC..7f5xFu_YQrbg_vacQ5mMcUFIkMPpvM_mQ8QERRKYBvUC * src/third_party/kotlinc/current: qIzbRHHektfb27pu4daejk9dRfw48IcsmoUX4Xjt-JQC..8nR_4qTn61NDCwL0G03LrNZzpgmsu5bbyRGior3fZX8C * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/7f3058e0c8..646f28605e * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/53801f2632..28aa23ffb4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/aa4b8671c4..ea028d4d2b * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e09e0d462a..f400fdb561 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/43bd567950..b95d175726 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/113f941058..47d8a29df6 * src/third_party/r8: BxPeo4f5KOOBKB_IUg_cMRUUhX_5U8clQUoXPFHDeEsC..K1NPmXz0aZCAGGtC5UESEmqwT5-x6QNNb0Jo0umsez4C * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/c042630ed8..826ad10e58 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/e70dd78970..796f7bd3df DEPS diff: https://chromium.googlesource.com/chromium/src/+/4b479b78e7..fbebadaea2/DEPS No update to Clang. BUG=None Change-Id: Ifb217a30d5ea1e79fe9dadf9e0c3f0e350f5a61d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/335402 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#41583}
2024-01-19 14:57:38 -08:00
'https://chromium.googlesource.com/external/github.com/google/gtest-parallel@96f4f904922f9bf66689e749c40f314845baaac8',
Roll chromium_revision 01dc2965ca..917876224a (1209117:1211391) Change log: https://chromium.googlesource.com/chromium/src/+log/01dc2965ca..917876224a Full diff: https://chromium.googlesource.com/chromium/src/+/01dc2965ca..917876224a Changed dependencies * fuchsia_version: version:15.20231007.2.1..version:15.20231015.1.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/535e730300..6732bf03f7 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b0d25e8dad..cc1dedc3ff * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/67cee5ecfd..7bbf5da816 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/22678d3aca..b915f348d1 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/77870d2f05..ba6866fdda * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/16e0426d42..30390e5d61 * src/third_party/androidx: 3L7I6q8o1bbOW7cqtQniR8B2nq4B-HrOOaoN7dh5dvYC..avY_4u6_uyMeQTVkfPcTOqgPZmFAReslPIg10t8ejM4C * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/171b75b883..b9ebaddcd0 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/f8ae94eca0..47107e384b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a51863b2f8..406be8281e * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/acb78dc0f4..e1ca3f06ad * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/322e580bd0..749b8f9d34 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/e07dcc1eaa..2f6750b44b * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/7b1593d5ca..11d9f3e055 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/58e677929f..2b538edb67 * src/third_party/turbine: hgwj3KajqJCdACBdNiRoYQZhZw2NhHu0-pwuAp3S-LcC..VRQ9UNP0lvjDXJ4DhORCj66go0TLg5uuGnHWkNN_hgUC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c3738e7bc8..36269b619a * src/tools/luci-go: git_revision:589d8654cfa7808816a6ecb4284ed2fd72c2f6d5..git_revision:924cfd2323a9192361b765f81fffc135026c1fee * src/tools/luci-go: git_revision:589d8654cfa7808816a6ecb4284ed2fd72c2f6d5..git_revision:924cfd2323a9192361b765f81fffc135026c1fee DEPS diff: https://chromium.googlesource.com/chromium/src/+/01dc2965ca..917876224a/DEPS No update to Clang. BUG=None Change-Id: I86a256901d608719ee30a86c16e1ecc1e260854d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/323983 Commit-Queue: Jeremy Leconte <jleconte@google.com> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40965}
2023-10-18 14:35:46 +02:00
'src/third_party/google-truth/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/truth.git@33387149b465f82712a817e6744847fe136949b3',
2018-08-30 11:08:38 +02:00
'condition': 'checkout_android',
},
'src/third_party/googletest/src':
Roll chromium_revision 3f8aa56f29..abee3a760c (1420354:1421082) Change log: https://chromium.googlesource.com/chromium/src/+log/3f8aa56f29..abee3a760c Full diff: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d5398bd6b2..afaf45a959 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/86a88859d2..0cd653f87e * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/9bdc0a0815..f6b9b8d65b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/08b0fa7736..8fcd8b9339 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d74a795763..fbd44d71dd * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6bef592807..9cb2f57192 * src/third_party/android_build_tools/error_prone/cipd: OWA2WclLjNioOzYUolbbxo4mWc_0cQ8Io6pbbOY2NTMC..BLHCsmBI1vzyXlOtCyA-B4yW3gdbkW5iSjfvfnBjOvcC * src/third_party/android_build_tools/manifest_merger/cipd: 8-sLuq0bcoSKvU6uhV0Tnugo2PRGG-F3RoLIQLzRRfoC..Ff5T4JIhkmgt7xA50Kq8XHnzWaR6mKOwEtxCBXFE5rUC * src/third_party/androidx/cipd: rgpFlmg9F-T3T2Zjq-WqQBHKCOeLk8Qjd9M7D3fZuPMC..kMGhCipQ0J24vixeCuWk_AIvJ4oPSsyZ6uZXJ85WkuIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/8f6f659bee..8c6b0c04f1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d49a21c533..7a0dbd2074 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/5b22c2869c..fbce2a76c0 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/84bcab2315..3bd423e03f * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c00fd25b71..a6ce08abf7 * src/third_party/kotlin_stdlib/cipd: jnyo21Xi5pwojLi8GO148HF-xeAjzk0z_kPwZxMgPH0C..ltYVzou-DQmkHMLi2Gs1K79yYdC9buusKzYrGH45rOMC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/af629abd92..99fcd816ee * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/c2c181276a..cc6b969c59 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/4337c9955a..b05ea6f335 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/af48ad2c4f..87cd8a4715 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/028bb82e3d..55ff5964a7 * src/third_party/r8/cipd: uDJCjVDpPT1sDYO9x_ZRvtaoz06TFNUfqU16KLy1lh4C..a5lzGHzibplY-YfBMiaHgYRnmll4wB1csMwXCzHMoH8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/third_party/turbine/cipd: qNNUfaj7w4cSHTjVawVaZpq0pABVec9LcFebN19wm4EC..iJs7aB4rFWVA7mWGYiFq93N3ME_xpSuyIULTpTxD5Z0C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/413e317ff4..34df53e03f DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c/DEPS Clang version changed llvmorg-21-init-853-gba476d0b:llvmorg-21-init-1655-g7b473dfe Details: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c/tools/clang/scripts/update.py BUG=None Change-Id: I33b21d44bafe4305fc6606ba450b50877f8fffdd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377560 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43905}
2025-02-17 08:02:01 -08:00
'https://chromium.googlesource.com/external/github.com/google/googletest.git@a6ce08abf746c0aaa577520d6d1f6ea2abeeb61d',
'src/third_party/icu': {
Roll chromium_revision 704371e22e..a86330b1b9 (1395294:1395425) Change log: https://chromium.googlesource.com/chromium/src/+log/704371e22e..a86330b1b9 Full diff: https://chromium.googlesource.com/chromium/src/+/704371e22e..a86330b1b9 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/971897f25f..28e8dcfb57 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/eb94bce4cf..7728935fbc * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/1aafcdbaf7..50ec7fffdf * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6701fb9387..d3b64cdee1 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e8e624e957..a046a57763 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/ba7ed88cc5..bbccc2f6ef * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/758bbcaa6a..78e463d935 * src/third_party/r8/cipd: j0CWzYzqsndnaKDzw-cLHbbkO-1-KUttLvurGT_Ve-UC..lKhbNcMvJ5dFn56zD1r3KUOhXVK3ybW4iS_Ju6ylTBYC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/e9c088f8d3..1c45fab5a8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/704371e22e..a86330b1b9/DEPS No update to Clang. BUG=None Change-Id: Ib8e43b6bc5aed186f999fc472e27b7cc24a4b782 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371281 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@{#43549}
2024-12-12 08:03:49 -08:00
'url': 'https://chromium.googlesource.com/chromium/deps/icu.git@bbccc2f6efc1b825de5f2c903c48be685cd0cf22',
},
Roll chromium_revision 05621b945d..c4e011d5c7 (1313445:1314523) Change log: https://chromium.googlesource.com/chromium/src/+log/05621b945d..c4e011d5c7 Full diff: https://chromium.googlesource.com/chromium/src/+/05621b945d..c4e011d5c7 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8848bc1ca6..660936ac45 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0eb093566a..36f25c1546 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b6a328731c..cbbbd54eff * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9bae8c87c1..49f63af73d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/546b67dd9b..51beb08b1a * src/third_party/androidx: Sfm_Gt_PGuna8ldiEoxClxb453zpXHIx9Sebfjc-R94C..h5b7P52l9nPb0MCf1I6_P2zCRx1ecXJg8_MJkiZnRPAC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2db0eb3f96..9cac8a6b38 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c63cfff73e..3abd368265 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e30d8fac34..43c6415bce * src/third_party/jdk/current: tUJrCBvDNDE9jFvgkuOwX8tU6oCWT8CtI2_JxpGlTJIC..BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/2badbae61d..d41d6652b6 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/7a25bf86a5..f40e68148c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d939c65d40..adc01f5f6e DEPS diff: https://chromium.googlesource.com/chromium/src/+/05621b945d..c4e011d5c7/DEPS No update to Clang. BUG=None Change-Id: Ifa2460286587489081c90685782ed974f904ec47 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/354620 Commit-Queue: Christoffer Dewerin <jansson@google.com> Reviewed-by: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#42472}
2024-06-13 12:44:46 +02:00
'src/third_party/jdk/current': {
'packages': [
{
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'package': 'chromium/third_party/jdk/linux-amd64',
'version': '2iiuF-nKDH3moTImx2op4WTRetbfhzKoZhH7Xo44zGsC',
},
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
],
# Needed on Linux for use on chromium_presubmit (for checkstyle).
'condition': '(checkout_android or checkout_linux) and non_git_source',
'dep_type': 'cipd',
},
Add missing `src/third_party/jdk11` dependency and roll chromium into webrtc Roll chromium_revision e5191e93ab..1f33300013 (1096792:1097480) Change log: https://chromium.googlesource.com/chromium/src/+log/e5191e93ab..1f33300013 Full diff: https://chromium.googlesource.com/chromium/src/+/e5191e93ab..1f33300013 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/451505f0f1..211595b9e1 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/1a2bf3bafa..8e59fa7328 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/0cc02fb849..3c7e3f1b8b * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/1dfd0022c4..1127c78cf9 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5c6f9398b9..c44e3b09fa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3bec4d3b1c..89218c737f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c16ccdd4ad..97f83ef911 * src/third_party/androidx: 3nXDIlFQ-oAo4egDVeC0GbueTl4mOfPrEDzT5jgDEK8C..8KUWsjmvRQJlzdaro14SgP8nok3-kHY2h00BEjXLJqQC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/45986b07fa..abaad53f0c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c710e2d56a..44e9bee34f * src/third_party/jdk: egbcSHbmF1XZQbKxp_PQiGLFWlQK65krTGqQE-Bj4j8C..-FR8HTNcMfxy7J2HUaWVa0QmEE4f68iotzvFbqOj2LEC * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/ee03e391a1..7706133c5b * src/third_party/r8: SCuPfdKTpEJfVbWzckpmWx125Zf3pO-4RitqcfXX-RQC..lhnuNLpWpWBVM6efX0iIg5i9ztfW8VKpMvkyfWCxfr0C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/7c53822d54..8a2826d35f * src/tools/luci-go: git_revision:36cf4b54527c49aca7ed3023995a081e14f1852a..git_revision:221383f749a2c5b8587449d3d2e4982857daa9e7 * src/tools/luci-go: git_revision:36cf4b54527c49aca7ed3023995a081e14f1852a..git_revision:221383f749a2c5b8587449d3d2e4982857daa9e7 DEPS diff: https://chromium.googlesource.com/chromium/src/+/e5191e93ab..1f33300013/DEPS No update to Clang. BUG=b/266775646 Change-Id: I2597b77b4c3d29d88674825aa7e241f2be0a8820 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291436 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Andrey Logvin <landrey@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39210}
2023-01-26 19:18:17 +00:00
# Deprecated - only use for tools which are broken real JDK.
# Not used by WebRTC. Added for compatibility with Chromium.
'src/third_party/jdk11': {
'packages': [
{
'package': 'chromium/third_party/jdk',
# Do not update this hash - any newer hash will point to JDK17+.
'version': 'egbcSHbmF1XZQbKxp_PQiGLFWlQK65krTGqQE-Bj4j8C',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision cf9b6945ba..0fe12b43a6 (1022166:1022960) Manually removing jdk/extras and bouncycastle. Change log: https://chromium.googlesource.com/chromium/src/+log/cf9b6945ba..0fe12b43a6 Full diff: https://chromium.googlesource.com/chromium/src/+/cf9b6945ba..0fe12b43a6 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/4727225ab6..1cfc235dca * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f42a81a929..021d601084 * src/buildtools/linux64: git_revision:03ce92df5f9875bd9929b564be4b612713569aa9..git_revision:9ef321772ecc161937db69acb346397e0ccc484d * src/buildtools/mac: git_revision:03ce92df5f9875bd9929b564be4b612713569aa9..git_revision:9ef321772ecc161937db69acb346397e0ccc484d * src/buildtools/win: git_revision:03ce92df5f9875bd9929b564be4b612713569aa9..git_revision:9ef321772ecc161937db69acb346397e0ccc484d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6ff6b9c079..c6e595d72f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/390c49818d..bafcea0a54 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/963cb9fb1a..5cfefa776d * src/third_party/androidx: s85b63CjV4De8612Y-6JytJjowIAUUym2RzGH6ct7jsC..gAsD4l8EoP_W0IH5vzedZ1tyN3-wAP8-fqkaS_mX6rcC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1f51cfc7d7..7528f03c8a * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/be7e8caaea..1dee059cfe * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/bb07d9eb0b..d22bf60721 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/3414fef74f..275b116b40 * src/third_party/fuchsia-sdk/sdk: version:8.20220707.3.1..version:8.20220711.1.1 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/7ace1184f1..8dcdafc6d4 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/9bad4b45b0..16cf103dc6 * src/third_party/r8: Zmb3PQpaMmxHLKO-7rV_Zl3UzVWX40QwqDQQibl5kkYC..auReXfxxD74XGdPdi-rYsKrp4sRwYwgNjh_W0PT7vNcC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/31f5321c41..54ca54db79 DEPS diff: https://chromium.googlesource.com/chromium/src/+/cf9b6945ba..0fe12b43a6/DEPS Clang version changed llvmorg-15-init-15116-g7c4b90a9:llvmorg-15-init-15652-g89a99ec9 Details: https://chromium.googlesource.com/chromium/src/+/cf9b6945ba..0fe12b43a6/tools/clang/scripts/update.py BUG=None Change-Id: I1496d047e50391c0dbdeb5b005142cb61906760d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/268302 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37503}
2022-07-12 01:48:02 +02:00
'src/third_party/jsoncpp/source':
Roll chromium_revision 93c32ed01f..4316df7fb4 (1002259:1002533) Change log: https://chromium.googlesource.com/chromium/src/+log/93c32ed01f..4316df7fb4 Full diff: https://chromium.googlesource.com/chromium/src/+/93c32ed01f..4316df7fb4 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/a58e181148..7b99d25397 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8c1118a6ba..cde1f18128 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ff224ae111..7b6b399ff3 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/663fe5ea6e..4a1e43770a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/13f944fa3f..7458013180 * src/third_party/android_build_tools/aapt2: RDutOGK_MVVg63biRaUn8n43zaISYedSEtTJAw-gSegC..kZqQH92bSO1p0a7_hcrana_9YjtSBU1te7TEtNVBoCUC * src/third_party/androidx: 2V7ZDLIKJDlBnGSSJXQDu9ZmBIHGqJzUGaNLc9A8nkoC..hBgSeEmZ8GuP4BLyiCIFTDSRneDoyni6mk1go9MHX_IC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d1ddc12119..e9b5526658 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/31bfd51995..9997ceb9a1 * src/third_party/jsoncpp/source: https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp.git/+log/9059f5cad0..42e892d96e * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/6868358481..3c86843ae0 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/4786303513..14feb31190 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/06c7fa81ae..74d04d57dc DEPS diff: https://chromium.googlesource.com/chromium/src/+/93c32ed01f..4316df7fb4/DEPS No update to Clang. BUG=None Change-Id: I9511e869039c824e50207ac8bb03691cc8c20bf8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261927 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#36860}
2022-05-12 01:04:44 -07:00
'https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp.git@42e892d96e47b1f6e29844cc705e148ec4856448', # from svn 248
'src/third_party/junit/src': {
Roll chromium_revision 1a86984556..de49bd6f22 (1204416:1205695) Change log: https://chromium.googlesource.com/chromium/src/+log/1a86984556..de49bd6f22 Full diff: https://chromium.googlesource.com/chromium/src/+/1a86984556..de49bd6f22 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/19c600fca5..858655d3c0 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8a44cdc629..76f5031632 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/c8bee3e69d..c3c28168c6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/533f961c05..c5c0087274 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/86a2370993..73590462a6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/55c4796b77..3799cfa702 * src/third_party/androidx: tfNYaYQPGwu8upYGYo38upn04cSQFYR49Ai89gPC0PAC..C9-9RRz4W5Y0Q212vn6d5uvp6xBu0eAnewmbj529DM4C * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b018f901e8..1a33dd1f59 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f90b3b035c..c2e0061723 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/0ba3773340..0d75f366d5 * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/0343396e49..bcb9ef1876 * src/third_party/junit/src: https://chromium.googlesource.com/external/junit.git/+log/05fe2a64f5..0eb5ce7284 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/a094e2535c..e0cb589445 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/e8e4eb8f1c..b6e1ac1649 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/7608093d21..2ce7927479 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/d44dbe4ad2..8e5b8483f3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8a2e7818c8..b40f8fd9a8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/1a86984556..de49bd6f22/DEPS Clang version changed llvmorg-18-init-4631-gd50b56d1:llvmorg-18-init-7313-geee1f7ce Details: https://chromium.googlesource.com/chromium/src/+/1a86984556..de49bd6f22/tools/clang/scripts/update.py BUG=None Change-Id: I3545b78119b91db8766efc1a6e1d1ad5333196e2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/322424 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40870}
2023-10-05 09:09:51 +00:00
'url': 'https://chromium.googlesource.com/external/junit.git@0eb5ce72848d730da5bd6d42902fdd6a8a42055d',
'condition': 'checkout_android',
},
Roll chromium_revision ef49a3ba49..cb10943d61 (1344824:1346705) Change log: https://chromium.googlesource.com/chromium/src/+log/ef49a3ba49..cb10943d61 Full diff: https://chromium.googlesource.com/chromium/src/+/ef49a3ba49..cb10943d61 Changed dependencies * fuchsia_version: version:23.20240815.4.1..version:23.20240823.0.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/033588ef80..0db01afd90 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2fb4df2b33..96625099e8 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2470cca5b2..4434cfea96 * src/buildtools/linux64: git_revision:d010e218ca7077928ad7c9e9cc02fe43b5a8a0ad..git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7 * src/buildtools/mac: git_revision:d010e218ca7077928ad7c9e9cc02fe43b5a8a0ad..git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7 * src/buildtools/win: git_revision:d010e218ca7077928ad7c9e9cc02fe43b5a8a0ad..git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/431d4c67ad..9c77ec35a2 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/489a5b43e4..e981b26186 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/eb289deb6a..c677a5e718 * src/third_party/androidx/cipd: DD9bs0MmYqLJy2N12a9r4lV2WKbRsCQ9IYQ1JZDxKEAC..x4Ywv14A-LaT62Jl57Nuu4AI3JhL_wyYPEr-GI3ok4YC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/11f334121f..f1b043c283 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/48294e2bd1..4917becfcf * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/5ef6b241f0..472b31f838 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/04a2e71a92..f5e1092339 * src/third_party/kotlinc/current: WZnvRnrRxAH_l-qK9RKczWmyPdblSiz87bSG3naRB9QC..PKwXlOC2iNJx0ELcmUpSTk0GHbNMEM-HZwhs2AWl1WUC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/68bc71348b..35c90ab674 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2557638e53..6071843cd8 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/ccfbe1c82a..4426a8da65 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/116c20dae6..dc70138c3e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/428f3104fa..312a9004c1 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/4a7ddbf3bf..20ed12d82f * src/third_party/r8: BLP0V0lHIffRLj-o9uhUnvAjMOzA8ZJtIejMb-Kobb8C..Ct5P52jBNitwDrzqSn-X_dyAlLSpDkGgQQgDk6OUUlMC * src/third_party/turbine: HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC..0x14qVQmOdhVAM7Sygzzwm0xfTjL7Bl-0I642feaCSkC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2449f923ca..86262cf454 * src/tools/luci-go: git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29..git_revision:5845c6112f584c023a47776b31c3b6f08f562fb8 * src/tools/luci-go: git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29..git_revision:5845c6112f584c023a47776b31c3b6f08f562fb8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ef49a3ba49..cb10943d61/DEPS No update to Clang. BUG=None Change-Id: I445ac603ae3101f0f83d067cb240882e8024a16a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/360701 Commit-Queue: Jeremy Leconte <jleconte@google.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42852}
2024-08-26 16:48:27 +02:00
'src/third_party/kotlin_stdlib/cipd': {
Roll chromium_revision e182675fbb..2e99d26f79 (1098562:1102579) Change log: https://chromium.googlesource.com/chromium/src/+log/e182675fbb..2e99d26f79 Full diff: https://chromium.googlesource.com/chromium/src/+/e182675fbb..2e99d26f79 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5f5494ca68..ff1fad290c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/882a4eaafa..1927b9f65b * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/3c7e3f1b8b..8d801d3675 * src/buildtools/linux64: git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8..git_revision:edf6ef4b06b42c58292faea78498aff76bdf68ed * src/buildtools/mac: git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8..git_revision:edf6ef4b06b42c58292faea78498aff76bdf68ed * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/1127c78cf9..6569774a33 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/d520d582aa..b74d771611 * src/buildtools/win: git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8..git_revision:edf6ef4b06b42c58292faea78498aff76bdf68ed * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6a6fc13416..aa6029a62f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fb8aa9ad33..c8fdd94c0f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/adbb0963bd..1f4e92205f * src/third_party/android_build_tools/bundletool: XIPSJgFHEHN1ogOJqWVktlbl8PTfLZdNf_G2h4GcnrYC..TpDdbF-PPgwL0iOVsdLM07L-DUp2DV3hgzCMmPd2_GUC * src/third_party/android_build_tools/manifest_merger: 5Zw4RYBL86koJro2O-jjcZYxOOdEW-hJDYykae8efQAC..gzy9U2HI42hR8r1zspR-mPI3BQ6I3zTmJ3GojAQrvgcC * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy: version:2@1.12.13.cr1..version:2@1.12.22.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent: version:2@1.12.13.cr1..version:2@1.12.22.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_core: version:2@4.7.0.cr1..version:2@5.1.1.cr1 * src/third_party/android_deps/libs/org_objenesis_objenesis: version:2@3.2.cr1..version:2@3.3.cr1 * src/third_party/androidx: Hdb7ZPqGV3lLyY7geGwmoelVab7mxM0oA0jtglEVp2MC..DmFWfKTs5X8UZayNJFuL3kDaONOVDU9NarTxeqLoyRYC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/45b8d7bbd7..0586618453 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/79326ebe94..5687ac51ca * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/35d06490ad..bf85e76dc3 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9d77ca716f..9d4c379aeb * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/dcb9e9003f..f2459ece25 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/bea675cde6..d3582e3f8d * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/2c51e5cc7e..266a46937f * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/706ee36dcc..70b12695e1 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/ed683925e4..0b6e6a1522 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/81c39bac7b..79b41912cc * src/third_party/r8: kTwoRbYJ0cNEX_B1XARsNkSFKf4bOHgQCEiP4afsmBUC..7NX1KWQ3KHKbmaaxraYpk3oE7zBzlk8IcJ4_srR86PAC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ff1e059133..0b98659319 * src/tools/luci-go: git_revision:221383f749a2c5b8587449d3d2e4982857daa9e7..git_revision:a8b84fba102daff5bf5e65975dcc0887da7ab62a * src/tools/luci-go: git_revision:221383f749a2c5b8587449d3d2e4982857daa9e7..git_revision:a8b84fba102daff5bf5e65975dcc0887da7ab62a Removed dependencies * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common DEPS diff: https://chromium.googlesource.com/chromium/src/+/e182675fbb..2e99d26f79/DEPS No update to Clang. BUG=None Change-Id: Ie1922d8814728fe1773c46c7a1de5a8956b359ce Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/292608 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#39269}
2023-02-08 09:43:13 +00:00
'packages': [
{
'package': 'chromium/third_party/kotlin_stdlib',
Roll chromium_revision 4b5fcdcc5c..3f3c4461a0 (1421875:1422047) Change log: https://chromium.googlesource.com/chromium/src/+log/4b5fcdcc5c..3f3c4461a0 Full diff: https://chromium.googlesource.com/chromium/src/+/4b5fcdcc5c..3f3c4461a0 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/968880cd7b..af6791f5dd * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b95fa0e8b2..fe579d883a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/cd6f832f55..79273a8f5c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/41653a672a..e5bdfb30e9 * src/third_party/androidx/cipd: WQP_3VSZIlHutyvh9iEePkeKRMt8HhX4s8kh6W2249QC..X3RUiAVlYpSEgtqmKdDbZFDp3xSdR1NJYbEKBuoy458C * src/third_party/kotlin_stdlib/cipd: ltYVzou-DQmkHMLi2Gs1K79yYdC9buusKzYrGH45rOMC..fADALCszWeqDGeGpNVcsjfUeS43C43RcRR_k_nxovSEC * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/dfcfdc9c28..503da06746 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c93bccdfe2..4ed2fa87db DEPS diff: https://chromium.googlesource.com/chromium/src/+/4b5fcdcc5c..3f3c4461a0/DEPS No update to Clang. BUG=None Change-Id: I96ee22487f90f827cb7525973b0fea7eda623d0c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377802 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@{#43931}
2025-02-19 10:02:14 -08:00
'version': 'fADALCszWeqDGeGpNVcsjfUeS43C43RcRR_k_nxovSEC',
Roll chromium_revision e182675fbb..2e99d26f79 (1098562:1102579) Change log: https://chromium.googlesource.com/chromium/src/+log/e182675fbb..2e99d26f79 Full diff: https://chromium.googlesource.com/chromium/src/+/e182675fbb..2e99d26f79 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5f5494ca68..ff1fad290c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/882a4eaafa..1927b9f65b * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/3c7e3f1b8b..8d801d3675 * src/buildtools/linux64: git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8..git_revision:edf6ef4b06b42c58292faea78498aff76bdf68ed * src/buildtools/mac: git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8..git_revision:edf6ef4b06b42c58292faea78498aff76bdf68ed * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/1127c78cf9..6569774a33 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/d520d582aa..b74d771611 * src/buildtools/win: git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8..git_revision:edf6ef4b06b42c58292faea78498aff76bdf68ed * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6a6fc13416..aa6029a62f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fb8aa9ad33..c8fdd94c0f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/adbb0963bd..1f4e92205f * src/third_party/android_build_tools/bundletool: XIPSJgFHEHN1ogOJqWVktlbl8PTfLZdNf_G2h4GcnrYC..TpDdbF-PPgwL0iOVsdLM07L-DUp2DV3hgzCMmPd2_GUC * src/third_party/android_build_tools/manifest_merger: 5Zw4RYBL86koJro2O-jjcZYxOOdEW-hJDYykae8efQAC..gzy9U2HI42hR8r1zspR-mPI3BQ6I3zTmJ3GojAQrvgcC * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy: version:2@1.12.13.cr1..version:2@1.12.22.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent: version:2@1.12.13.cr1..version:2@1.12.22.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_core: version:2@4.7.0.cr1..version:2@5.1.1.cr1 * src/third_party/android_deps/libs/org_objenesis_objenesis: version:2@3.2.cr1..version:2@3.3.cr1 * src/third_party/androidx: Hdb7ZPqGV3lLyY7geGwmoelVab7mxM0oA0jtglEVp2MC..DmFWfKTs5X8UZayNJFuL3kDaONOVDU9NarTxeqLoyRYC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/45b8d7bbd7..0586618453 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/79326ebe94..5687ac51ca * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/35d06490ad..bf85e76dc3 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9d77ca716f..9d4c379aeb * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/dcb9e9003f..f2459ece25 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/bea675cde6..d3582e3f8d * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/2c51e5cc7e..266a46937f * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/706ee36dcc..70b12695e1 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/ed683925e4..0b6e6a1522 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/81c39bac7b..79b41912cc * src/third_party/r8: kTwoRbYJ0cNEX_B1XARsNkSFKf4bOHgQCEiP4afsmBUC..7NX1KWQ3KHKbmaaxraYpk3oE7zBzlk8IcJ4_srR86PAC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ff1e059133..0b98659319 * src/tools/luci-go: git_revision:221383f749a2c5b8587449d3d2e4982857daa9e7..git_revision:a8b84fba102daff5bf5e65975dcc0887da7ab62a * src/tools/luci-go: git_revision:221383f749a2c5b8587449d3d2e4982857daa9e7..git_revision:a8b84fba102daff5bf5e65975dcc0887da7ab62a Removed dependencies * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common DEPS diff: https://chromium.googlesource.com/chromium/src/+/e182675fbb..2e99d26f79/DEPS No update to Clang. BUG=None Change-Id: Ie1922d8814728fe1773c46c7a1de5a8956b359ce Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/292608 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#39269}
2023-02-08 09:43:13 +00:00
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/kotlinc/current': {
'packages': [
{
'package': 'chromium/third_party/kotlinc',
Roll chromium_revision 3f3c4461a0..c50f9710da (1422047:1422420) Change log: https://chromium.googlesource.com/chromium/src/+log/3f3c4461a0..c50f9710da Full diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/af6791f5dd..9e81d0aac9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de88ea082e..e42ba23e14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe579d883a..f497e652b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/79273a8f5c..75065cfcbb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e5bdfb30e9..f004cc0a39 * src/third_party/androidx/cipd: X3RUiAVlYpSEgtqmKdDbZFDp3xSdR1NJYbEKBuoy458C..R1wNTeO5kH2bzp1NW4g87DLWtiDXaImAQJplHSR-108C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2b619cc49c..294ab9730c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cfa9c31cbe..30345af7ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ee429f3694..ab387d1ddc * src/third_party/kotlinc/current: NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC..Byyh0dwgQgBY_Jzh2Kk2tN7n_bJl2YJXe6JQKdySO4kC * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/b05ea6f335..62e217a12e * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/503da06746..1e97ffd153 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4ed2fa87db..367e383074 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da/DEPS No update to Clang. BUG=None Change-Id: I9352685319dc770cfe0d6fa22e40fcbbb656d246 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377982 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@{#43939}
2025-02-20 02:02:39 -08:00
'version': 'Byyh0dwgQgBY_Jzh2Kk2tN7n_bJl2YJXe6JQKdySO4kC',
Roll chromium_revision e182675fbb..2e99d26f79 (1098562:1102579) Change log: https://chromium.googlesource.com/chromium/src/+log/e182675fbb..2e99d26f79 Full diff: https://chromium.googlesource.com/chromium/src/+/e182675fbb..2e99d26f79 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5f5494ca68..ff1fad290c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/882a4eaafa..1927b9f65b * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/3c7e3f1b8b..8d801d3675 * src/buildtools/linux64: git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8..git_revision:edf6ef4b06b42c58292faea78498aff76bdf68ed * src/buildtools/mac: git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8..git_revision:edf6ef4b06b42c58292faea78498aff76bdf68ed * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/1127c78cf9..6569774a33 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/d520d582aa..b74d771611 * src/buildtools/win: git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8..git_revision:edf6ef4b06b42c58292faea78498aff76bdf68ed * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6a6fc13416..aa6029a62f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fb8aa9ad33..c8fdd94c0f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/adbb0963bd..1f4e92205f * src/third_party/android_build_tools/bundletool: XIPSJgFHEHN1ogOJqWVktlbl8PTfLZdNf_G2h4GcnrYC..TpDdbF-PPgwL0iOVsdLM07L-DUp2DV3hgzCMmPd2_GUC * src/third_party/android_build_tools/manifest_merger: 5Zw4RYBL86koJro2O-jjcZYxOOdEW-hJDYykae8efQAC..gzy9U2HI42hR8r1zspR-mPI3BQ6I3zTmJ3GojAQrvgcC * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy: version:2@1.12.13.cr1..version:2@1.12.22.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent: version:2@1.12.13.cr1..version:2@1.12.22.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_core: version:2@4.7.0.cr1..version:2@5.1.1.cr1 * src/third_party/android_deps/libs/org_objenesis_objenesis: version:2@3.2.cr1..version:2@3.3.cr1 * src/third_party/androidx: Hdb7ZPqGV3lLyY7geGwmoelVab7mxM0oA0jtglEVp2MC..DmFWfKTs5X8UZayNJFuL3kDaONOVDU9NarTxeqLoyRYC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/45b8d7bbd7..0586618453 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/79326ebe94..5687ac51ca * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/35d06490ad..bf85e76dc3 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9d77ca716f..9d4c379aeb * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/dcb9e9003f..f2459ece25 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/bea675cde6..d3582e3f8d * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/2c51e5cc7e..266a46937f * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/706ee36dcc..70b12695e1 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/ed683925e4..0b6e6a1522 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/81c39bac7b..79b41912cc * src/third_party/r8: kTwoRbYJ0cNEX_B1XARsNkSFKf4bOHgQCEiP4afsmBUC..7NX1KWQ3KHKbmaaxraYpk3oE7zBzlk8IcJ4_srR86PAC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ff1e059133..0b98659319 * src/tools/luci-go: git_revision:221383f749a2c5b8587449d3d2e4982857daa9e7..git_revision:a8b84fba102daff5bf5e65975dcc0887da7ab62a * src/tools/luci-go: git_revision:221383f749a2c5b8587449d3d2e4982857daa9e7..git_revision:a8b84fba102daff5bf5e65975dcc0887da7ab62a Removed dependencies * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common DEPS diff: https://chromium.googlesource.com/chromium/src/+/e182675fbb..2e99d26f79/DEPS No update to Clang. BUG=None Change-Id: Ie1922d8814728fe1773c46c7a1de5a8956b359ce Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/292608 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#39269}
2023-02-08 09:43:13 +00:00
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/libFuzzer/src':
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git@e31b99917861f891308269c36a32363b120126bb',
'src/third_party/fuzztest/src':
Roll chromium_revision 9223092253..7a354b1e92 (1421467:1421643) Change log: https://chromium.googlesource.com/chromium/src/+log/9223092253..7a354b1e92 Full diff: https://chromium.googlesource.com/chromium/src/+/9223092253..7a354b1e92 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8b4641ec2a..1dc0aa52df * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2b435b2234..657abbc847 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3a9d6268c4..6a564190d0 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/011a16e4a8..d73ec2ac2a * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials: version:2@16.0.0-alpha04.cr1..version:2@16.0.0-alpha05.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1a42cb8b27..2b619cc49c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/213348885f..0a3addbf63 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/3bd423e03f..1d61720657 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1bfb87456d..4ce2473d1d * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4738de59a2..02366ee1e1 DEPS diff: https://chromium.googlesource.com/chromium/src/+/9223092253..7a354b1e92/DEPS No update to Clang. BUG=None Change-Id: I39de48770efbf4758cc04291ea1e7ea7874efdc9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377680 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@{#43920}
2025-02-18 14:06:55 -08:00
'https://chromium.googlesource.com/external/github.com/google/fuzztest.git@1d61720657533c73cbffda1e909e2130fcae5029',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/libjpeg_turbo':
Roll chromium_revision 6c19d4f358..5c2bd4f9ef (1353847:1353980) Change log: https://chromium.googlesource.com/chromium/src/+log/6c19d4f358..5c2bd4f9ef Full diff: https://chromium.googlesource.com/chromium/src/+/6c19d4f358..5c2bd4f9ef Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/fc8f6117cb..d8066bf67e * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c08e101374..8da4111241 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/09c7886347..ffe22f74f9 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/52156e171b..ce25820b96 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ba5dcddcad..46762f4ba9 * src/third_party/androidx/cipd: kweONX_nTXLzK4f1w8RdW2UMA2iJpf8l4NU5_Glg1moC..yP6G6XfDr70cKK951AWtO3Ebf1-Hd7HDWq9tISJOn8UC * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/4426a8da65..927aabfcd2 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/2e577c61f3..76c9a3333b * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/153d0bffba..c523a3ce5f DEPS diff: https://chromium.googlesource.com/chromium/src/+/6c19d4f358..5c2bd4f9ef/DEPS No update to Clang. BUG=None Change-Id: I32c8b4f10c5039156527459014f1dbbd83434c87 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/362153 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@{#43008}
2024-09-11 09:04:57 -07:00
'https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@927aabfcd26897abb9776ecf2a6c38ea5bb52ab6',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/libsrtp':
Roll chromium_revision 030af8fbf0..edc5771bf9 (1368717:1393593) Change log: https://chromium.googlesource.com/chromium/src/+log/030af8fbf0..edc5771bf9 Full diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9 Changed dependencies * fuchsia_version: version:24.20241014.3.1..version:26.20241203.6.1 * reclient_version: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/69f3676cdb..189a044d69 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/05874e6c94..351a8c7f44 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/db0eae9640..ba1ffdb859 * src/buildtools/linux64: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/mac: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/reclient: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/buildtools/win: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/452c8ab216..7bcd9c24de * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/eac4c18f74..aab53ebd79 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9d80a193fb..832ec8a32c * src/third_party/android_build_tools/aapt2/cipd: cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC..JPmxYHMZl4VH2Umf2-flGSdTVHtNDdFBmXd7v1Gs7EoC * src/third_party/android_build_tools/bundletool/cipd: sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C..Q-7KJYcc15Cn9iVy-7bk0tPH9-oUrhqHis6HmUzck80C * src/third_party/android_build_tools/error_prone/cipd: hUxlP8GvC1xhmZ6r9xjYau2laPlzHbs_P2emx4ZL4jgC..ClNqEKjHuNFTgplEe3HujivpADFDjRs0H0ijhyVUg2gC * src/third_party/android_build_tools/manifest_merger/cipd: rnIeJMlGw7adxOKZofLsm7tdYaOy1nHivJn9ck7ocVkC..ltqylfWRbafoft_Pjhfb4NciQwCb3J4PAkpcTZA7lW0C * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth: version:2@20.1.0.cr1..version:2@21.1.1.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone: version:2@18.0.1.cr1..version:2@18.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base: version:2@18.0.2.cr1..version:2@18.0.10.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm: version:2@3.9.0.cr1..version:2@3.9.1.cr1 * src/third_party/androidx/cipd: k1wif7sS51pJGSFGN7FAeGWDorxgPart9E1f383TQL4C..w6ABIi35Hbkb4RHJCx4sSWDpt7W9rBvJFkcPVufgZMIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/0fa9014d86..9559c4566a * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/6b0c5b7ee1..02dd5c3ffb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4479191661..4899cc831c * src/third_party/clang-format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/3c0acd2d4e..37f6e68a10 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/389450f61e..d242c47b43 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/20b9bdcace..8d20c1e0b5 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/686d694450..591ae4b02e * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f02bffad0f..0ae7e60737 * src/third_party/google_benchmark/src: https://chromium.googlesource.com/external/github.com/google/benchmark.git/+log/344117638c..761305ec3b * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/62df7bdbc1..35d0c36560 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1da053e87f..1c249be96e * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/4239b1559d..ba7ed88cc5 * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..U-h0kbYoIUjL__n_sfiudzFLH7-C9vKVsLSOA2XHkBEC * src/third_party/kotlin_stdlib/cipd: XJ7_doI-Qt7GFaSQ9BNo-3qF7Gv2--9Sa8GEUdjxMTUC..O9XlYa2GU1tlWmQ40OrK2Bekxjt372NtG5pMD-QyNaYC * src/third_party/kotlinc/current: FNZSCjJ6yKsi6oRcgQrt-lX0MDlaWoxT7gPTz0CjLhMC..HckNA1Q54JBiHrpY1gP5qblVCdeuVmGsiGCdv1XjqywC * src/third_party/libFuzzer/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git/+log/487e793763..e31b999178 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/840f879787..ff9badefdf * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6a68fd412b..619ccf0515 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/9a1d90c3b4..1bf8357272 * src/third_party/libsrtp: https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/000edd7914..a52756acb1 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/efc3baa2d1..6066b14957 * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/a3bb4cd02e..215bddfd8e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/906334ac1d..6f0c446c7b * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a8e59d2074..307b951229 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/98ed093183..ab4e0ad953 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/e57316a6ae..d3990a1c9d * src/third_party/r8/cipd: -i5fwP_NzM6Ylg5AsSGEotYN7hQgV852gXCslvXIrRwC..hmRsAQA2HG0DR196Odv3OKZYk-2Ul43tCtzrCyfWpEQC * src/third_party/r8/d8/cipd: 3KCj5eRYCvGGYs5i90pRaeihkzsqgUGc4OkICT8AOlIC..o7pbwAFk68RQBPYLlCUm0mQ6B3Bj9pykXOPvv8akR5kC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/third_party/turbine/cipd: vSia3h9tzpwpP_goLj4HMdl7_FEB5iVCv9nU5ZXOfIMC..c4onccFJcd8rKHM_6js-X_ucjXdFqhDWK8aUX4ARSkkC * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/7fb5347e88..b0a179d469 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c809c41331..ae13111c68 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_libraries_identity_googleid_googleid * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_blockstore * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_fido DEPS diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/DEPS Clang version changed llvmorg-20-init-6794-g3dbd929e:llvmorg-20-init-13894-g8cb44859 Details: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/tools/clang/scripts/update.py BUG=webrtc:383026404 Change-Id: I9570d31fc173189c3728f90e33d4ea5947615c0a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370710 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43519}
2024-12-09 14:23:04 +01:00
'https://chromium.googlesource.com/chromium/deps/libsrtp.git@a52756acb1c5e133089c798736dd171567df11f5',
Reland "Add dav1d decoder to WebRTC." This reverts commit 8498b7e7f6b90fa036de2a6887d34256f0565b4f. Reason for revert: Updating CL to include conditional build flag. Original change's description: > Revert "Add dav1d decoder to WebRTC." > > This reverts commit 147858577d4db6d257d3cc248fe571a1bbf887e3. > > Reason for revert: High binary size increase > > Original change's description: > > Add dav1d decoder to WebRTC. > > > > Bug: none > > Change-Id: I7642f42e592dcf510679f881f118bc4dab93b31c > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/237504 > > Commit-Queue: Philip Eliasson <philipel@webrtc.org> > > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > > Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> > > Reviewed-by: Magnus Flodman <mflodman@webrtc.org> > > Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> > > Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#35394} > > TBR=danilchap@webrtc.org,mbonadei@webrtc.org,ilnik@webrtc.org,philipel@webrtc.org,mflodman@webrtc.org,ssilkin@webrtc.org,webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com > > Change-Id: I00a8acd6ea94ce523c2d5ba705333c9174678180 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: none > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/238560 > Reviewed-by: Artem Titov <titovartem@webrtc.org> > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > Owners-Override: Mirko Bonadei <mbonadei@webrtc.org> > Owners-Override: Artem Titov <titovartem@webrtc.org> > Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#35395} # Not skipping CQ checks because original CL landed > 1 day ago. Bug: none Change-Id: Iff51848731646159e87e075c38af7cb6355f5b5b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/238661 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Magnus Flodman <mflodman@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35409}
2021-11-23 11:00:24 +01:00
'src/third_party/dav1d/libdav1d':
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'https://chromium.googlesource.com/external/github.com/videolan/dav1d.git@42b2b24fb8819f1ed3643aa9cf2a62f03868e3aa',
'src/third_party/libaom/source/libaom':
Roll chromium_revision 3f8aa56f29..abee3a760c (1420354:1421082) Change log: https://chromium.googlesource.com/chromium/src/+log/3f8aa56f29..abee3a760c Full diff: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d5398bd6b2..afaf45a959 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/86a88859d2..0cd653f87e * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/9bdc0a0815..f6b9b8d65b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/08b0fa7736..8fcd8b9339 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d74a795763..fbd44d71dd * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6bef592807..9cb2f57192 * src/third_party/android_build_tools/error_prone/cipd: OWA2WclLjNioOzYUolbbxo4mWc_0cQ8Io6pbbOY2NTMC..BLHCsmBI1vzyXlOtCyA-B4yW3gdbkW5iSjfvfnBjOvcC * src/third_party/android_build_tools/manifest_merger/cipd: 8-sLuq0bcoSKvU6uhV0Tnugo2PRGG-F3RoLIQLzRRfoC..Ff5T4JIhkmgt7xA50Kq8XHnzWaR6mKOwEtxCBXFE5rUC * src/third_party/androidx/cipd: rgpFlmg9F-T3T2Zjq-WqQBHKCOeLk8Qjd9M7D3fZuPMC..kMGhCipQ0J24vixeCuWk_AIvJ4oPSsyZ6uZXJ85WkuIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/8f6f659bee..8c6b0c04f1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d49a21c533..7a0dbd2074 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/5b22c2869c..fbce2a76c0 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/84bcab2315..3bd423e03f * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c00fd25b71..a6ce08abf7 * src/third_party/kotlin_stdlib/cipd: jnyo21Xi5pwojLi8GO148HF-xeAjzk0z_kPwZxMgPH0C..ltYVzou-DQmkHMLi2Gs1K79yYdC9buusKzYrGH45rOMC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/af629abd92..99fcd816ee * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/c2c181276a..cc6b969c59 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/4337c9955a..b05ea6f335 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/af48ad2c4f..87cd8a4715 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/028bb82e3d..55ff5964a7 * src/third_party/r8/cipd: uDJCjVDpPT1sDYO9x_ZRvtaoz06TFNUfqU16KLy1lh4C..a5lzGHzibplY-YfBMiaHgYRnmll4wB1csMwXCzHMoH8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/third_party/turbine/cipd: qNNUfaj7w4cSHTjVawVaZpq0pABVec9LcFebN19wm4EC..iJs7aB4rFWVA7mWGYiFq93N3ME_xpSuyIULTpTxD5Z0C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/413e317ff4..34df53e03f DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c/DEPS Clang version changed llvmorg-21-init-853-gba476d0b:llvmorg-21-init-1655-g7b473dfe Details: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c/tools/clang/scripts/update.py BUG=None Change-Id: I33b21d44bafe4305fc6606ba450b50877f8fffdd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377560 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43905}
2025-02-17 08:02:01 -08:00
'https://aomedia.googlesource.com/aom.git@99fcd816eeaa7da46688bc4b9f4f9e71be13c2e8',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'src/third_party/libunwindstack': {
Roll chromium_revision 5f5ccf3e40..8a71e14fc9 (1404743:1405004) Change log: https://chromium.googlesource.com/chromium/src/+log/5f5ccf3e40..8a71e14fc9 Full diff: https://chromium.googlesource.com/chromium/src/+/5f5ccf3e40..8a71e14fc9 Changed dependencies * fuchsia_version: version:26.20250103.4.1..version:26.20250110.4.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b0066ed737..431f88e3cc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/1b85e1595c..a630e8e40b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e0e495e90d..0aaf1eb063 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/0e1bee7ec1..b3f346c2b2 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a1ff8a57c0..dd14da6064 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/70e24aa949..032f0bdd8c * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/c8ff202d92..e5061bbda4 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/44258fc58f..9ee890194f * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a49395d104..0893e2af69 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac_arm64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Win/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3eb4931828..9f3e456d18 DEPS diff: https://chromium.googlesource.com/chromium/src/+/5f5ccf3e40..8a71e14fc9/DEPS No update to Clang. BUG=None Change-Id: I61166564ce96f123b542b776f6dace4ab5d779c5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/374085 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43707}
2025-01-10 14:03:23 -08:00
'url': 'https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git@e5061bbda4c2ba6438020669ed06b122032433dd',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'condition': 'checkout_android',
},
'src/third_party/perfetto':
Roll chromium_revision 3f3c4461a0..c50f9710da (1422047:1422420) Change log: https://chromium.googlesource.com/chromium/src/+log/3f3c4461a0..c50f9710da Full diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/af6791f5dd..9e81d0aac9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de88ea082e..e42ba23e14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe579d883a..f497e652b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/79273a8f5c..75065cfcbb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e5bdfb30e9..f004cc0a39 * src/third_party/androidx/cipd: X3RUiAVlYpSEgtqmKdDbZFDp3xSdR1NJYbEKBuoy458C..R1wNTeO5kH2bzp1NW4g87DLWtiDXaImAQJplHSR-108C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2b619cc49c..294ab9730c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cfa9c31cbe..30345af7ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ee429f3694..ab387d1ddc * src/third_party/kotlinc/current: NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC..Byyh0dwgQgBY_Jzh2Kk2tN7n_bJl2YJXe6JQKdySO4kC * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/b05ea6f335..62e217a12e * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/503da06746..1e97ffd153 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4ed2fa87db..367e383074 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da/DEPS No update to Clang. BUG=None Change-Id: I9352685319dc770cfe0d6fa22e40fcbbb656d246 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377982 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@{#43939}
2025-02-20 02:02:39 -08:00
'https://android.googlesource.com/platform/external/perfetto.git@1e97ffd1534d3cff6b33ba2c01ba30eff2f249cb',
Roll chromium_revision 5350dd2460..d5c79b109a (1281218:1283550) Change log: https://chromium.googlesource.com/chromium/src/+log/5350dd2460..d5c79b109a Full diff: https://chromium.googlesource.com/chromium/src/+/5350dd2460..d5c79b109a Changed dependencies * fuchsia_version: version:19.20240320.0.1..version:20.20240404.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/218e807167..dbb0eee8e8 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/04c884cbad..6d974542a0 * src/buildtools/linux64: git_revision:93ee9b91423c1f1f53fb5f6cba7b8eef6247a564..git_revision:415b3b19e094cd4b6982147693485df65037f942 * src/buildtools/mac: git_revision:93ee9b91423c1f1f53fb5f6cba7b8eef6247a564..git_revision:415b3b19e094cd4b6982147693485df65037f942 * src/buildtools/win: git_revision:93ee9b91423c1f1f53fb5f6cba7b8eef6247a564..git_revision:415b3b19e094cd4b6982147693485df65037f942 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/77324ec269..0bf6089d48 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/977e41b6f7..02d496a8fc * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d0b81aaaa6..2831ffa216 * src/third_party/android_build_tools/manifest_merger: HxnrwdWmIAhi90brIHiGZ4zmnmgKxP4PD0ZsJX6j-mUC..wtRWPCJVk_NA2GQp0fI-1i-JaPzYJwp6w3udjEhgni4C * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm: version:2@3.3.0.cr1..version:2@3.7.0.cr1 * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm: version:2@4.7.0.cr1..version:2@4.9.7.cr1 * src/third_party/androidx: piz2tht912VQfctH5Z23YCOpLUBoypzE5ymRqB3vgLkC..1qBFaGY_bIR5f12dL7zKpePRlN4UxIDze8xDv_a0sQEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/368d0d87d0..f94f3ed396 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bb95c35019..0b9e7b8830 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e545830db2..246580c7b8 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/52d8ef3799..bdcb0b447f * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/77afe8e014..f10e11fb27 * src/third_party/kotlinc/current: -kUQ1HWm0wwi5pXKSqIplyfSInHmtRS9cVUzg-2l-Y0C..Rr02Gf2EkaeSs3EhSUHhPqDHSd1AzimrM6cRYUJCPjQC * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/1317096ef8..932d253fed * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/d790001fd5..6445da1b40 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/6fd518058c..7609c6712c * src/third_party/r8: eHemH-tzLR3jqxqGYiQu6AYGLAPyFYG7klrqbvu1mcQC..kPZJoj3X2XUBofNCeOoUj0P8XChVFgtiNQqMnTwhcOwC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/09b9b5615b..7dad49cbe0 * src/tools/luci-go: git_revision:a84377ac0800e2330d02c3dcbf7b4b74a06d6a5b..git_revision:06dc7a1f2eeb1d095f7876799458328a44438df1 * src/tools/luci-go: git_revision:a84377ac0800e2330d02c3dcbf7b4b74a06d6a5b..git_revision:06dc7a1f2eeb1d095f7876799458328a44438df1 Added dependencies * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_moshi_moshi DEPS diff: https://chromium.googlesource.com/chromium/src/+/5350dd2460..d5c79b109a/DEPS Clang version changed llvmorg-19-init-6501-g5b544b51:llvmorg-19-init-7229-g315c88c5 Details: https://chromium.googlesource.com/chromium/src/+/5350dd2460..d5c79b109a/tools/clang/scripts/update.py BUG=None Change-Id: I95eaf05240916eeeaa04f806e7e1523a31abab56 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/345960 Commit-Queue: Christoffer Dewerin <jansson@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42010}
2024-04-08 09:26:41 +02:00
'src/third_party/protobuf-javascript/src':
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
Var('chromium_git') + '/external/github.com/protocolbuffers/protobuf-javascript' + '@' + '426b2e025aa59c23a1b6e19fbacd6b4a11bfad16',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/libvpx/source/libvpx':
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'https://chromium.googlesource.com/webm/libvpx.git@2bfb9f9e0a9cca18cd5a0045e931b49dac390c79',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/libyuv':
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'https://chromium.googlesource.com/libyuv/libyuv.git@ccdf870348764e4b77fa3b56accb2a896a901bad',
'src/third_party/lss': {
Roll chromium_revision 19c1537616..bfd736ea10 (1038267:1038641) Change log: https://chromium.googlesource.com/chromium/src/+log/19c1537616..bfd736ea10 Full diff: https://chromium.googlesource.com/chromium/src/+/19c1537616..bfd736ea10 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e8c5d64341..f4ddb6b5f7 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/61976522a1..90d51f4aef * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/6c17e7c636..3dc2f80d34 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2aef425645..d02174568a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a005bf3062..50c0df5662 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/90200e8548..6337e1d09a * src/third_party/androidx: RYMYsG4ct-8lgUEVWl_cKBC2O5PRIrhs7NDYgKEHWRoC..LTTmRlS5kbJrcKpqumRf5thU-ys_1p5VJrLp1W5ZfVAC * src/third_party/fuchsia-sdk/sdk: version:9.20220822.3.1..version:9.20220823.1.1 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/0d6435b731..ce877209e1 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/4b9a2988e1..a82ecd97e6 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/56a3c08784..9390ec5532 DEPS diff: https://chromium.googlesource.com/chromium/src/+/19c1537616..bfd736ea10/DEPS No update to Clang. BUG=None Change-Id: Id6a475669520beba39f0014bc1cd2d29aff23199 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/272802 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@{#37886}
2022-08-24 01:04:58 -07:00
'url': 'https://chromium.googlesource.com/linux-syscall-support.git@ce877209e11aa69dcfffbd53ef90ea1d07136521',
'condition': 'checkout_android or checkout_linux',
},
'src/third_party/mockito/src': {
'url': 'https://chromium.googlesource.com/external/mockito/mockito.git@04a2a289a4222f80ad20717c25144981210d2eac',
'condition': 'checkout_android',
},
'src/third_party/instrumented_libs': {
Roll chromium_revision 91cb2eade9..872845b531 (1393832:1393983) Change log: https://chromium.googlesource.com/chromium/src/+log/91cb2eade9..872845b531 Full diff: https://chromium.googlesource.com/chromium/src/+/91cb2eade9..872845b531 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/9144618bb1..27bc0e3425 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/1140f85dd1..5fe89da99b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/53d89b481b..1396ffe390 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/cc75aabda5..837d6b96ef * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7195bd6ed2..ea01f26b2f * src/third_party/androidx/cipd: htV4MvGlfVbpqGSk_BC6R-OR2p5JKa7M1TmDGgIgSioC..vSj92wjvvjLnN0i_PCgtEw7ddiRrnqtkDeAoAmxGjGEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/b6eec48a57..470d9b07dd * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/8d20c1e0b5..c30219e4a7 * src/third_party/instrumented_libs: https://chromium.googlesource.com/chromium/third_party/instrumented_libraries.git/+log/bb6dbcf2df..3cc43119a2 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/4d75039545..ab2f32b660 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1a0d053d2f..b4c1dfa247 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/91ade50a97..9cfb48ac51 DEPS diff: https://chromium.googlesource.com/chromium/src/+/91cb2eade9..872845b531/DEPS No update to Clang. BUG=None Change-Id: Ib9257b97f7f4dd9bcd82c20cbe9c440da63742e8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370678 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@{#43521}
2024-12-09 16:03:02 -08:00
'url': Var('chromium_git') + '/chromium/third_party/instrumented_libraries.git' + '@' + '3cc43119a29158bcde39d288a8def4b8ec49baf8',
'condition': 'checkout_instrumented_libraries',
},
# Used by boringssl.
'src/third_party/nasm': {
Roll chromium_revision fd0452ac3a..49983e8c01 (1242677:1242712) Change log: https://chromium.googlesource.com/chromium/src/+log/fd0452ac3a..49983e8c01 Full diff: https://chromium.googlesource.com/chromium/src/+/fd0452ac3a..49983e8c01 Changed dependencies * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/61c7041d9f..566a1bd097 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9eafcc3b22..5d325c28aa * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d012611f35..68c88f4ea9 * src/third_party/android_build_tools/manifest_merger: SsLJuePpgSRlofU-tTKtZM6uoAelYZV8509WbBDI-ecC..WTmajghAylCsg6DjtBSRd1dHKUjkkeex-9ASgLJ0cu8C * src/third_party/androidx: iH0Wh-bfEVnC01NIkBa7J6LWO35OT6leWNTqP1PKJ6sC..fxep2qUxHMuSadHbR8ufKuYVmB9SKknNkkBDLneqqhwC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6d3a4756c7..65730c4295 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0e40b92d9e..259976c748 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/ca76683b78..a07ca46cd0 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/4f632e5b6d..0eeb62d344 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8806fb8bb2..7451ba4b85 * src/third_party/nasm: https://chromium.googlesource.com/chromium/deps/nasm.git/+log/7fc833e889..f477acb104 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/2d7122e93a..805d611c93 * src/third_party/r8: jhySaAcbymFyscnhmoW9tqZ4z0tvqR-bR48EzVILKq0C..Deex61FDXcnUcwzjKHy_-EIsIgHjWot2d7dcvIsk3BQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9db0dc9c4a..1be790cb8e * src/tools/luci-go: git_revision:0ffd60c8bd4fa542fb8d7c6a60ead9b96dc4387a..git_revision:a7b7f319032d68f1cf0e710e695a84957d3b11dc * src/tools/luci-go: git_revision:0ffd60c8bd4fa542fb8d7c6a60ead9b96dc4387a..git_revision:a7b7f319032d68f1cf0e710e695a84957d3b11dc DEPS diff: https://chromium.googlesource.com/chromium/src/+/fd0452ac3a..49983e8c01/DEPS No update to Clang. BUG=None Change-Id: I68e07a600dac4cddaec50bc6489b3790127f5582 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/333401 Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41481}
2024-01-08 14:06:11 +01:00
'url': 'https://chromium.googlesource.com/chromium/deps/nasm.git@f477acb1049f5e043904b87b825c5915084a9a29'
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/openh264/src':
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'https://chromium.googlesource.com/external/github.com/cisco/openh264@33f7f48613258446decb33b3575fc0a3c9ed14e3',
'src/third_party/re2/src':
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'https://chromium.googlesource.com/external/github.com/google/re2.git@6dcd83d60f7944926bfd308cc13979fc53dd69ca',
'src/third_party/r8/cipd': {
'packages': [
{
'package': 'chromium/third_party/r8',
Roll chromium_revision a86c91d18b..9223092253 (1421316:1421467) Change log: https://chromium.googlesource.com/chromium/src/+log/a86c91d18b..9223092253 Full diff: https://chromium.googlesource.com/chromium/src/+/a86c91d18b..9223092253 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/67350d2d29..18d5eb67d6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/d4d8b8dd2f..2b435b2234 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d6c679f603..3a9d6268c4 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/203361bd70..011a16e4a8 * src/third_party/androidx/cipd: 8r7il3NYwjphTbfLZ11jDcgAPVpLEv4TF00vrl32udUC..RNaRkEnpAXvGMazFRpx3bIq1mAr-qKw3OayAO4r644EC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/8c6b0c04f1..1a42cb8b27 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/6cf251b517..213348885f * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/9f28b77384..1bfb87456d * src/third_party/r8/cipd: a5lzGHzibplY-YfBMiaHgYRnmll4wB1csMwXCzHMoH8C..QDwsH_fhjzc4w9ejy5IKJrAl9g6ct71e1UJiFwGoqYMC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9c3d4706f1..4738de59a2 DEPS diff: https://chromium.googlesource.com/chromium/src/+/a86c91d18b..9223092253/DEPS No update to Clang. BUG=None Change-Id: Ib1640f4abbc29d91f4b03ea2f1ca763085835de4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377600 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43917}
2025-02-18 10:03:23 -08:00
'version': 'QDwsH_fhjzc4w9ejy5IKJrAl9g6ct71e1UJiFwGoqYMC',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
# This duplication is intentional, so we avoid updating the r8.jar used by
# dexing unless necessary, since each update invalidates all incremental
# dexing and unnecessarily slows down all bots.
'src/third_party/r8/d8/cipd': {
'packages': [
{
'package': 'chromium/third_party/r8',
Roll chromium_revision abee3a760c..82a94fe97c (1421082:1421189) Change log: https://chromium.googlesource.com/chromium/src/+log/abee3a760c..82a94fe97c Full diff: https://chromium.googlesource.com/chromium/src/+/abee3a760c..82a94fe97c Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0cd653f87e..3bdd887b1f * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8fcd8b9339..0d882582e5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fbd44d71dd..d6c679f603 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9cb2f57192..af555d49de * src/third_party/androidx/cipd: kMGhCipQ0J24vixeCuWk_AIvJ4oPSsyZ6uZXJ85WkuIC..hvcOjbIWnv7L3lMkKC8exxG1FXD0Lu-RFLyJjSB5DnUC * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7a0dbd2074..6cf251b517 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/55ff5964a7..5e78105437 * src/third_party/r8/d8/cipd: ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C..a5lzGHzibplY-YfBMiaHgYRnmll4wB1csMwXCzHMoH8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/34df53e03f..66f879dee8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/abee3a760c..82a94fe97c/DEPS No update to Clang. BUG=None Change-Id: I2583ed543d6ef882b91c4950d72d5d37a68e4f8b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377581 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43908}
2025-02-17 18:02:11 -08:00
'version': 'a5lzGHzibplY-YfBMiaHgYRnmll4wB1csMwXCzHMoH8C',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/requests/src': {
Roll chromium_revision 9640e11e3c..468e35f19c (1165649:1170159) Change log: https://chromium.googlesource.com/chromium/src/+log/9640e11e3c..468e35f19c Full diff: https://chromium.googlesource.com/chromium/src/+/9640e11e3c..468e35f19c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/3f070a0e9d..7618e94a0a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b16f0a47a7..fb2e3c0c9b * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/6d00f8d8c5..1cc82962cb * src/buildtools/linux64: git_revision:4bd1a77e67958fb7f6739bd4542641646f264e5d..git_revision:fae280eabe5d31accc53100137459ece19a7a295 * src/buildtools/mac: git_revision:4bd1a77e67958fb7f6739bd4542641646f264e5d..git_revision:fae280eabe5d31accc53100137459ece19a7a295 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8d21803b90..d6ce172e32 * src/buildtools/win: git_revision:4bd1a77e67958fb7f6739bd4542641646f264e5d..git_revision:fae280eabe5d31accc53100137459ece19a7a295 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9b910beda6..ecece120d5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/06fe50d622..b98bc2989c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/bee4ae7c7c..7398c1cec4 * src/third_party/android_build_tools/manifest_merger: MN3CF2GQ8xeB6obj4qf5J6l15-NoA43u4__RQTTe8I4C..kxzD7gkXhEJiL_u2jVkpX0Npl2MLoSvbnBezhq29dAgC * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm: version:2@3.0.0.cr1..version:2@3.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm: version:2@4.5.1.cr1..version:2@4.7.0.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy: version:2@1.14.4.cr1..version:2@1.14.5.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent: version:2@1.14.4.cr1..version:2@1.14.5.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_android: version:2@5.3.1.cr1..version:2@5.4.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_core: version:2@5.3.1.cr1..version:2@5.4.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_subclass: version:2@5.3.1.cr1..version:2@5.4.0.cr1 * src/third_party/android_sdk/public: -VRKr36Uw8L_iFqqo9nevIBgNMggND5iWxjidyjnCgsC..YK9Rzw3fDzMHVzatNN6VlyoD_81amLZpN1AbmkdOd6AC * src/third_party/android_sdk/public: RSI3iwryh7URLGRgJHsCvUxj092woTPnKt4pwFcJ6L8C..HWVsGs2HCKgSVv41FsOcsfJbNcB0UFiNrF6Tc4yRArYC * src/third_party/android_sdk/public: eo5KvW6UVor92LwZai8Zulc624BQZoCu-yn7wa1z_YcC..u-bhWbTME6u-DjypTgr3ZikCyeAeU6txkR9ET6Uudc8C * src/third_party/android_system_sdk: RGY8Vyf8jjszRIJRFxZj7beXSUEHTQM90MtYejUvdMgC..4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC * src/third_party/androidx: 7TX8a-yPhL-MWGZ8NZmBXNeo8Bj4-qkGG8jK01D62i4C..Zxzf28TDMsYiD6tyyxga5pGnl-c7GBpv0Qy2v5-D3DMC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/824f0e9113..b98ce18c5b * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/48b31edbfc..2f0174204b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/872ac9bd3d..4e87f5bfe2 * src/third_party/jdk: 2Of9Pe_OdO4xoAATuiLDiMVNebKTNO3WrwJGqil4RosC..9-e8GxXJduErc9j3s5VUmbAWTorSHxvcn23GNjYtCNwC * src/third_party/kotlin_stdlib: bhkmCcKzQ5IXUsDnWkRfouPfdzzyrgw40PUzRvArrGEC..Z1gsqhL967kFQecxKrRwXHbl-vwQjpv0l7PMUZ0EVO8C * src/third_party/kotlinc/current: QSwE30iq_KLKxImEnQEwDMQM_cU10eZSAwNobs8BEsoC..Rr02Gf2EkaeSs3EhSUHhPqDHSd1AzimrM6cRYUJCPjQC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/89ce6d003a..9a3b768441 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/2245df50a6..9ad950a9c4 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/8656e1f11e..1041e070c3 * src/third_party/r8: vw5kLlW3-suSlCKSO9OQpFWpR8oDnvQ8k1RgKNUapQYC..Sz7S7AlqFPYB_t29P5b6i5K80Wq00mpvN2y8aNUAqo0C * src/third_party/requests/src: https://chromium.googlesource.com/external/github.com/kennethreitz/requests.git/+log/refs/tags/..c7e0fc087c * src/third_party/turbine: 9rSngS4o9OIlNubLcU1zXF_w0dPYif6AS-_k1pPAV1kC..2I2Nz480QsuCxpQ1lMfbigX8l5HAhX3_ykWU4TKRGo4C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/cca8988fe1..bc956c3742 * src/tools/luci-go: git_revision:15be1e7f953cb4ef6d88aba86f57ca28724d1c9a..git_revision:243d76fe545ee84b235ea7c91d0ff804a4c4014c * src/tools/luci-go: git_revision:15be1e7f953cb4ef6d88aba86f57ca28724d1c9a..git_revision:243d76fe545ee84b235ea7c91d0ff804a4c4014c DEPS diff: https://chromium.googlesource.com/chromium/src/+/9640e11e3c..468e35f19c/DEPS No update to Clang. BUG=b/291545987 Change-Id: I4cab4e38000746bce0ac8c8ce75a23a86f851daf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/311944 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40439}
2023-07-17 15:41:49 +02:00
'url': 'https://chromium.googlesource.com/external/github.com/kennethreitz/requests.git@c7e0fc087ceeadb8b4c84a0953a422c474093d6d',
'condition': 'checkout_android',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/tools':
Roll chromium_revision 3f3c4461a0..c50f9710da (1422047:1422420) Change log: https://chromium.googlesource.com/chromium/src/+log/3f3c4461a0..c50f9710da Full diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/af6791f5dd..9e81d0aac9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de88ea082e..e42ba23e14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe579d883a..f497e652b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/79273a8f5c..75065cfcbb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e5bdfb30e9..f004cc0a39 * src/third_party/androidx/cipd: X3RUiAVlYpSEgtqmKdDbZFDp3xSdR1NJYbEKBuoy458C..R1wNTeO5kH2bzp1NW4g87DLWtiDXaImAQJplHSR-108C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2b619cc49c..294ab9730c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cfa9c31cbe..30345af7ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ee429f3694..ab387d1ddc * src/third_party/kotlinc/current: NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC..Byyh0dwgQgBY_Jzh2Kk2tN7n_bJl2YJXe6JQKdySO4kC * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/b05ea6f335..62e217a12e * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/503da06746..1e97ffd153 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4ed2fa87db..367e383074 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da/DEPS No update to Clang. BUG=None Change-Id: I9352685319dc770cfe0d6fa22e40fcbbb656d246 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377982 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@{#43939}
2025-02-20 02:02:39 -08:00
'https://chromium.googlesource.com/chromium/src/tools@367e3830749cae49cfaf9646b5e8c99270679b1d',
'src/third_party/espresso': {
'packages': [
{
'package': 'chromium/third_party/espresso',
Roll chromium_revision 598cedadf7..c3980d4b97 (1118297:1119913) Change log: https://chromium.googlesource.com/chromium/src/+log/598cedadf7..c3980d4b97 Full diff: https://chromium.googlesource.com/chromium/src/+/598cedadf7..c3980d4b97 Changed dependencies * fuchsia_vesion: version:12.20230316.2.1..version:12.20230321.0.1 * reclient_vesion: re_client_version:0.96.2.d36a87c-gomaip..re_client_version:0.99.0.3f95625-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/a4c8f3e2ee..93e261c6e0 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f15fee7b17..af6080beca * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/6f568a60b0..88cc35b39e * src/buildtools/linux64: git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb..git_revision:41fef642de70ecdcaaa26be96d56a0398f95abd4 * src/buildtools/mac: git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb..git_revision:41fef642de70ecdcaaa26be96d56a0398f95abd4 * src/buildtools/reclient: re_client_version:0.96.2.d36a87c-gomaip..re_client_version:0.99.0.3f95625-gomaip * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/124c7ee3fc..6f04403d62 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/de45956e5c..9643f2cf13 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/6289a2147a..29a6dda8c6 * src/buildtools/win: git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb..git_revision:41fef642de70ecdcaaa26be96d56a0398f95abd4 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/011b39d77c..54aa38ef52 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e3592da2ee..13ec1a129e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6776b74896..09f0f4a9fc * src/third_party/androidx: TuQlJp14gzeobGXBJmyAM_s27lN3YwmFAiy9vOTImtcC..bATXuW4Sk-cpcatZpGFRBg_j771irSGgkdiTHZLeDj4C * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d788f62f13..1eea754058 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c5b38329e6..7a8daa2f9f * src/third_party/espresso: y8fIfH8Leo2cPm7iGCYnBxZpwOlgLv8rm2mlcmJlvGsC..5LoBT0j383h_4dXbnap7gnNQMtMjpbMJD1JaGIYNj-IC * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/7be364c6a2..4d8db130ea * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/f7ca33c46c..394de691a0 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/47c1e7fe0e..c667001f69 * src/third_party/r8: wqg46lewrSzPeyEPseXIDUvMdMjmf74eLWhGvChH6VEC..EGf7RQo3stt-vPTw69TaMGuNtnOx0Dbk1O-MBquwswYC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/59b278a7f6..a6b7d5e7a1 DEPS diff: https://chromium.googlesource.com/chromium/src/+/598cedadf7..c3980d4b97/DEPS Clang version changed llvmorg-17-init-3874-g93a2fecc:llvmorg-17-init-4759-g547e3456 Details: https://chromium.googlesource.com/chromium/src/+/598cedadf7..c3980d4b97/tools/clang/scripts/update.py BUG=None Change-Id: I318057cc10929fdea52f2222e659867934bd8df6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/298580 Reviewed-by: Xavier Lepaul‎ <xalep@webrtc.org> Reviewed-by: Björn Terelius <terelius@google.com> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#39628}
2023-03-21 20:00:22 +01:00
'version': '5LoBT0j383h_4dXbnap7gnNQMtMjpbMJD1JaGIYNj-IC',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision ef49a3ba49..cb10943d61 (1344824:1346705) Change log: https://chromium.googlesource.com/chromium/src/+log/ef49a3ba49..cb10943d61 Full diff: https://chromium.googlesource.com/chromium/src/+/ef49a3ba49..cb10943d61 Changed dependencies * fuchsia_version: version:23.20240815.4.1..version:23.20240823.0.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/033588ef80..0db01afd90 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2fb4df2b33..96625099e8 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2470cca5b2..4434cfea96 * src/buildtools/linux64: git_revision:d010e218ca7077928ad7c9e9cc02fe43b5a8a0ad..git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7 * src/buildtools/mac: git_revision:d010e218ca7077928ad7c9e9cc02fe43b5a8a0ad..git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7 * src/buildtools/win: git_revision:d010e218ca7077928ad7c9e9cc02fe43b5a8a0ad..git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/431d4c67ad..9c77ec35a2 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/489a5b43e4..e981b26186 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/eb289deb6a..c677a5e718 * src/third_party/androidx/cipd: DD9bs0MmYqLJy2N12a9r4lV2WKbRsCQ9IYQ1JZDxKEAC..x4Ywv14A-LaT62Jl57Nuu4AI3JhL_wyYPEr-GI3ok4YC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/11f334121f..f1b043c283 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/48294e2bd1..4917becfcf * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/5ef6b241f0..472b31f838 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/04a2e71a92..f5e1092339 * src/third_party/kotlinc/current: WZnvRnrRxAH_l-qK9RKczWmyPdblSiz87bSG3naRB9QC..PKwXlOC2iNJx0ELcmUpSTk0GHbNMEM-HZwhs2AWl1WUC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/68bc71348b..35c90ab674 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2557638e53..6071843cd8 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/ccfbe1c82a..4426a8da65 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/116c20dae6..dc70138c3e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/428f3104fa..312a9004c1 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/4a7ddbf3bf..20ed12d82f * src/third_party/r8: BLP0V0lHIffRLj-o9uhUnvAjMOzA8ZJtIejMb-Kobb8C..Ct5P52jBNitwDrzqSn-X_dyAlLSpDkGgQQgDk6OUUlMC * src/third_party/turbine: HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC..0x14qVQmOdhVAM7Sygzzwm0xfTjL7Bl-0I642feaCSkC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2449f923ca..86262cf454 * src/tools/luci-go: git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29..git_revision:5845c6112f584c023a47776b31c3b6f08f562fb8 * src/tools/luci-go: git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29..git_revision:5845c6112f584c023a47776b31c3b6f08f562fb8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ef49a3ba49..cb10943d61/DEPS No update to Clang. BUG=None Change-Id: I445ac603ae3101f0f83d067cb240882e8024a16a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/360701 Commit-Queue: Jeremy Leconte <jleconte@google.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42852}
2024-08-26 16:48:27 +02:00
'src/third_party/hamcrest/cipd': {
'packages': [
{
'package': 'chromium/third_party/hamcrest',
Roll chromium_revision cb10943d61..30454db4a5 (1346705:1346833) Change log: https://chromium.googlesource.com/chromium/src/+log/cb10943d61..30454db4a5 Full diff: https://chromium.googlesource.com/chromium/src/+/cb10943d61..30454db4a5 Changed dependencies * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/4434cfea96..47e1ac1df9 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9c77ec35a2..e4421d7122 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e981b26186..0a53e28d00 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c677a5e718..994a093f09 * src/third_party/android_build_tools/manifest_merger/cipd: 70I-qA6r12xulCU-J0jGGcYtD9ywe1G8qPVH6o4MSBQC..w5qlHnh4N-npyopimuBuiIXfv4oa58ItAdUWXjAlVYAC * src/third_party/androidx/cipd: x4Ywv14A-LaT62Jl57Nuu4AI3JhL_wyYPEr-GI3ok4YC..3dJg7N_rQEEVL6lkuj49LsUvbb09ctrt3Wa4JxCwHJ8C * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f92c96550a..d2612e1c3f * src/third_party/hamcrest/cipd: 37eccfc658fe79695d6abb6dd497463c4372032f..dBioOAmFJjqAr_DY7dipbXdVfAxUQwjOBNibMPtX8lQC * src/third_party/icu4j/cipd: e87e5bed2b4935913ee26a3ebd0b723ee2344354..8dV7WRVX0tTaNNqkLEnCA_dMofr2MJXFK400E7gOFygC * src/third_party/kotlin_stdlib/cipd: uIDeh6tR1JKzni6A2gGQznLnU9y1a7dsDEZAA6PTph8C..62BxcL1A-8qUXdYk7pqeCELmPtT55Ki_POIasX3is1IC * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6071843cd8..d8d9de41d7 * src/third_party/libsrtp: https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/7a7e64c8b5..000edd7914 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/86262cf454..88d25846bc DEPS diff: https://chromium.googlesource.com/chromium/src/+/cb10943d61..30454db4a5/DEPS No update to Clang. BUG=None Change-Id: I810399afe134bd40b4c993ba98a6c72945c493ff Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/360641 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@{#42854}
2024-08-26 11:01:55 -07:00
'version': 'dBioOAmFJjqAr_DY7dipbXdVfAxUQwjOBNibMPtX8lQC',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision 6b95b8aa08..80c35b98ae (1175249:1180373) Manually - update the path to libc++, libunwind, and android_toolchain - update paths to licence files - add missing arg `use_perfetto_trace_processor` - use C++20 for android compilation (due to dependency on //base from the JNI generator) - only test on Android sdk version (21) due to non-hermetic test `TCPChannelClientTest` Change log: https://chromium.googlesource.com/chromium/src/+log/6b95b8aa08..80c35b98ae Full diff: https://chromium.googlesource.com/chromium/src/+/6b95b8aa08..80c35b98ae Changed dependencies * fuchsia_version: version:13.20230714.0.1..version:14.20230804.1.1 * reclient_version: re_client_version:0.110.0.43ec6b1-gomaip..re_client_version:0.111.0.1ccaa23-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/dcfe245ca1..4845bf859d * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b74cdc4550..c14d86f2ac * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/16be42a9ff..a9a6f0c49d * src/buildtools/linux64: git_revision:fae280eabe5d31accc53100137459ece19a7a295..git_revision:811d332bd90551342c5cbd39e133aa276022d7f8 * src/buildtools/mac: git_revision:fae280eabe5d31accc53100137459ece19a7a295..git_revision:811d332bd90551342c5cbd39e133aa276022d7f8 * src/buildtools/reclient: re_client_version:0.110.0.43ec6b1-gomaip..re_client_version:0.111.0.1ccaa23-gomaip * src/buildtools/win: git_revision:fae280eabe5d31accc53100137459ece19a7a295..git_revision:811d332bd90551342c5cbd39e133aa276022d7f8 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/51a637843f..af5e59ca5c * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b946312a89..43317e989d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/93b5f4c408..3b06b3cc29 * src/third_party/android_build_tools/manifest_merger: 8fr-1Vf_pfxN9ulzWVaZvIXggDgWDs-0dtlGA1Sue48C..d1tFnzOW6H5xoDN7WWsMuAiHuhkl0kXijQGiO7IU1VQC * src/third_party/androidx: y7rF_rx56mD3FGhMiqnlbQ6HOqHJ95xUFNX1m-_a988C..fKq4SHYaZsLkQtDQsKxkn2xysI5m1pLftMfADDOXsywC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/b98ce18c5b..e4acd6cb56 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/84e3795d98..220cbb13b5 * src/third_party/clang-format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/f97059df7f..e5337933f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/54e86436a8..6d0c235dae * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/881c5c3f64..0ba3773340 * src/third_party/fontconfig/src: https://chromium.googlesource.com/external/fontconfig.git/+log/06929a556f..2fb3419a92 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/9e3c5d7e18..3829fdaae5 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/e8c3bc9ea9..de4ce0071e * src/third_party/jdk: IivIDwNBf73mf7UwCOBceRUuDdtizMCgSOQDfUGHArsC..GCFtf5t6M4HlrHj6NXedHbpHp2xjgognF8ptNci4478C * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/af2b02ce05..92fb72a64e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/6c0013015b..b113f23e4c * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/9ad950a9c4..e1c124f896 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/ab16995d92..446adf5b7b * src/third_party/r8: O1BBWiBTIeNUcraX8STMtQXVaCleu6SJJjWCcnfhPLkC..dbml4pnGIsEBy3dFYki-S8IYt4jxxqZXaUDwtY3Q-SgC * src/third_party/turbine: 2I2Nz480QsuCxpQ1lMfbigX8l5HAhX3_ykWU4TKRGo4C..HFp7iOu-n4-CdEasFTQZvD1Vg1L-q1URqRTOM-iZ2AMC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4057b98943..e3244f7e27 * src/tools/luci-go: git_revision:f02582af78f530a7bbfe2f059fa5d211c9517756..git_revision:e608c1f557fceae8eb6cf35ae2ad6f4908e35245 * src/tools/luci-go: git_revision:f02582af78f530a7bbfe2f059fa5d211c9517756..git_revision:e608c1f557fceae8eb6cf35ae2ad6f4908e35245 DEPS diff: https://chromium.googlesource.com/chromium/src/+/6b95b8aa08..80c35b98ae/DEPS No update to Clang. BUG=b/295113672, b/294976628 Change-Id: I1ce70f570843bc98c480abba7babfa34c1e869e0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/315181 Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40532}
2023-08-09 17:34:14 +02:00
'src/third_party/android_toolchain/ndk': {
'packages': [
{
'package': 'chromium/third_party/android_toolchain/android_toolchain',
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'version': 'Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/androidx/cipd': {
'packages': [
{
'package': 'chromium/third_party/androidx',
Roll chromium_revision 3f3c4461a0..c50f9710da (1422047:1422420) Change log: https://chromium.googlesource.com/chromium/src/+log/3f3c4461a0..c50f9710da Full diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/af6791f5dd..9e81d0aac9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de88ea082e..e42ba23e14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe579d883a..f497e652b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/79273a8f5c..75065cfcbb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e5bdfb30e9..f004cc0a39 * src/third_party/androidx/cipd: X3RUiAVlYpSEgtqmKdDbZFDp3xSdR1NJYbEKBuoy458C..R1wNTeO5kH2bzp1NW4g87DLWtiDXaImAQJplHSR-108C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2b619cc49c..294ab9730c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cfa9c31cbe..30345af7ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ee429f3694..ab387d1ddc * src/third_party/kotlinc/current: NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC..Byyh0dwgQgBY_Jzh2Kk2tN7n_bJl2YJXe6JQKdySO4kC * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/b05ea6f335..62e217a12e * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/503da06746..1e97ffd153 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4ed2fa87db..367e383074 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f3c4461a0..c50f9710da/DEPS No update to Clang. BUG=None Change-Id: I9352685319dc770cfe0d6fa22e40fcbbb656d246 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377982 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@{#43939}
2025-02-20 02:02:39 -08:00
'version': 'R1wNTeO5kH2bzp1NW4g87DLWtiDXaImAQJplHSR-108C',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision af7f3f9345..f031fbef87 (1339036:1343352) Change log: https://chromium.googlesource.com/chromium/src/+log/af7f3f9345..f031fbef87 Full diff: https://chromium.googlesource.com/chromium/src/+/af7f3f9345..f031fbef87 Changed dependencies * fuchsia_version: version:22.20240801.2.1..version:23.20240815.4.1 * reclient_version: re_client_version:0.155.0.f89f6fe3-gomaip..re_client_version:0.157.0.d2566cec-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b8c2232900..c79f2cf1aa * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f513056e19..4a4042e134 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/1926812554..d6d7cf19f0 * src/buildtools/linux64: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/buildtools/mac: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/buildtools/reclient: re_client_version:0.155.0.f89f6fe3-gomaip..re_client_version:0.157.0.d2566cec-gomaip * src/buildtools/win: git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276..git_revision:32f63e70484f43dd671abd15e5804bd0ef72ea79 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cd805e94ec..0d282e9aae * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f8da9e037e..9a7b9f09db * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8759cb0df3..24ddd89921 * src/third_party/androidx/cipd: CC-HiuDii7JswuvWjXQur3fE6jiFKEHspEJlVlnvmd0C..C-tBCqEcdq5_2GSuLyCm3O1N2fDEtO0PzD3S5CJOUWEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f01108e476..11f334121f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2feeb46c60..799e21b232 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/2355eeb8f2..5ef6b241f0 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/75932421da..caa77da956 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/67060f141b..14d16cd143 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/ec378cecaf..f92c96550a * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..sewpT0JmZAgFX_ZzmWhbYPmcPGeDa9os_4Q74ZFbo5sC * src/third_party/kotlin_stdlib: qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C..LPDM6HLFsJuO_Crq0eaKCdr056AgYZ7Jz_D8NYTxragC * src/third_party/kotlinc/current: dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC..WZnvRnrRxAH_l-qK9RKczWmyPdblSiz87bSG3naRB9QC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d8ef6563e0..f6b976de02 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/7993b2fda2..627bf9cce8 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a6a2ec654b..679e851f65 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/8c29d5e1fe..8cd7489ada * src/third_party/r8: QtuJZ4FItKaGzvgYY4l_aNZxhg-fSMmRkva2D9sK7KcC..GfHHDCcOQaFctqz13NnLVKOtNvvl6ojpI734A9GhuUQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2dc218958f..79b0e0e577 * src/tools/luci-go: git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359..git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29 * src/tools/luci-go: git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359..git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29 Removed dependencies * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections DEPS diff: https://chromium.googlesource.com/chromium/src/+/af7f3f9345..f031fbef87/DEPS No update to Clang. BUG=None Change-Id: Ia618cbadf50c244eb58c2f3f2825b9e537f06630 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/359900 Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42804}
2024-08-19 09:19:58 +00:00
'src/third_party/android_build_tools/manifest_merger/cipd': {
'packages': [
{
'package': 'chromium/third_party/android_build_tools/manifest_merger',
Roll chromium_revision 3f8aa56f29..abee3a760c (1420354:1421082) Change log: https://chromium.googlesource.com/chromium/src/+log/3f8aa56f29..abee3a760c Full diff: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d5398bd6b2..afaf45a959 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/86a88859d2..0cd653f87e * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/9bdc0a0815..f6b9b8d65b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/08b0fa7736..8fcd8b9339 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d74a795763..fbd44d71dd * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6bef592807..9cb2f57192 * src/third_party/android_build_tools/error_prone/cipd: OWA2WclLjNioOzYUolbbxo4mWc_0cQ8Io6pbbOY2NTMC..BLHCsmBI1vzyXlOtCyA-B4yW3gdbkW5iSjfvfnBjOvcC * src/third_party/android_build_tools/manifest_merger/cipd: 8-sLuq0bcoSKvU6uhV0Tnugo2PRGG-F3RoLIQLzRRfoC..Ff5T4JIhkmgt7xA50Kq8XHnzWaR6mKOwEtxCBXFE5rUC * src/third_party/androidx/cipd: rgpFlmg9F-T3T2Zjq-WqQBHKCOeLk8Qjd9M7D3fZuPMC..kMGhCipQ0J24vixeCuWk_AIvJ4oPSsyZ6uZXJ85WkuIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/8f6f659bee..8c6b0c04f1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d49a21c533..7a0dbd2074 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/5b22c2869c..fbce2a76c0 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/84bcab2315..3bd423e03f * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c00fd25b71..a6ce08abf7 * src/third_party/kotlin_stdlib/cipd: jnyo21Xi5pwojLi8GO148HF-xeAjzk0z_kPwZxMgPH0C..ltYVzou-DQmkHMLi2Gs1K79yYdC9buusKzYrGH45rOMC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/af629abd92..99fcd816ee * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/c2c181276a..cc6b969c59 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/4337c9955a..b05ea6f335 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/af48ad2c4f..87cd8a4715 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/028bb82e3d..55ff5964a7 * src/third_party/r8/cipd: uDJCjVDpPT1sDYO9x_ZRvtaoz06TFNUfqU16KLy1lh4C..a5lzGHzibplY-YfBMiaHgYRnmll4wB1csMwXCzHMoH8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/third_party/turbine/cipd: qNNUfaj7w4cSHTjVawVaZpq0pABVec9LcFebN19wm4EC..iJs7aB4rFWVA7mWGYiFq93N3ME_xpSuyIULTpTxD5Z0C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/413e317ff4..34df53e03f DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c/DEPS Clang version changed llvmorg-21-init-853-gba476d0b:llvmorg-21-init-1655-g7b473dfe Details: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c/tools/clang/scripts/update.py BUG=None Change-Id: I33b21d44bafe4305fc6606ba450b50877f8fffdd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377560 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43905}
2025-02-17 08:02:01 -08:00
'version': 'Ff5T4JIhkmgt7xA50Kq8XHnzWaR6mKOwEtxCBXFE5rUC',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_sdk/public': {
'packages': [
{
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'package': 'chromium/third_party/android_sdk/public/build-tools/35.0.0',
'version': 'DxwAZ3hD551Neu6ycuW5CPnXFrdleRBd93oX1eB_m9YC',
},
{
'package': 'chromium/third_party/android_sdk/public/emulator',
'version': '9lGp8nTUCRRWGMnI_96HcKfzjnxEJKUcfvfwmA3wXNkC',
},
{
'package': 'chromium/third_party/android_sdk/public/platform-tools',
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'version': 'WihaseZR6cojZbkzIqwGhpTp92ztaGfqq8njBU8eTXYC',
},
{
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'package': 'chromium/third_party/android_sdk/public/platforms/android-35',
'version': 'kIXA-9XuCfOESodXEdOBkW5f1ytrGWdbp3HFp1I8A_0C',
},
{
'package': 'chromium/third_party/android_sdk/public/cmdline-tools',
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'version': 'bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision ef49a3ba49..cb10943d61 (1344824:1346705) Change log: https://chromium.googlesource.com/chromium/src/+log/ef49a3ba49..cb10943d61 Full diff: https://chromium.googlesource.com/chromium/src/+/ef49a3ba49..cb10943d61 Changed dependencies * fuchsia_version: version:23.20240815.4.1..version:23.20240823.0.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/033588ef80..0db01afd90 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2fb4df2b33..96625099e8 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2470cca5b2..4434cfea96 * src/buildtools/linux64: git_revision:d010e218ca7077928ad7c9e9cc02fe43b5a8a0ad..git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7 * src/buildtools/mac: git_revision:d010e218ca7077928ad7c9e9cc02fe43b5a8a0ad..git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7 * src/buildtools/win: git_revision:d010e218ca7077928ad7c9e9cc02fe43b5a8a0ad..git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/431d4c67ad..9c77ec35a2 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/489a5b43e4..e981b26186 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/eb289deb6a..c677a5e718 * src/third_party/androidx/cipd: DD9bs0MmYqLJy2N12a9r4lV2WKbRsCQ9IYQ1JZDxKEAC..x4Ywv14A-LaT62Jl57Nuu4AI3JhL_wyYPEr-GI3ok4YC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/11f334121f..f1b043c283 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/48294e2bd1..4917becfcf * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/5ef6b241f0..472b31f838 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/04a2e71a92..f5e1092339 * src/third_party/kotlinc/current: WZnvRnrRxAH_l-qK9RKczWmyPdblSiz87bSG3naRB9QC..PKwXlOC2iNJx0ELcmUpSTk0GHbNMEM-HZwhs2AWl1WUC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/68bc71348b..35c90ab674 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2557638e53..6071843cd8 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/ccfbe1c82a..4426a8da65 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/116c20dae6..dc70138c3e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/428f3104fa..312a9004c1 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/4a7ddbf3bf..20ed12d82f * src/third_party/r8: BLP0V0lHIffRLj-o9uhUnvAjMOzA8ZJtIejMb-Kobb8C..Ct5P52jBNitwDrzqSn-X_dyAlLSpDkGgQQgDk6OUUlMC * src/third_party/turbine: HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC..0x14qVQmOdhVAM7Sygzzwm0xfTjL7Bl-0I642feaCSkC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2449f923ca..86262cf454 * src/tools/luci-go: git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29..git_revision:5845c6112f584c023a47776b31c3b6f08f562fb8 * src/tools/luci-go: git_revision:ad7b787aa0ee53a81bc88fb4f7fee7a3ff1e8c29..git_revision:5845c6112f584c023a47776b31c3b6f08f562fb8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ef49a3ba49..cb10943d61/DEPS No update to Clang. BUG=None Change-Id: I445ac603ae3101f0f83d067cb240882e8024a16a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/360701 Commit-Queue: Jeremy Leconte <jleconte@google.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42852}
2024-08-26 16:48:27 +02:00
'src/third_party/icu4j/cipd': {
'packages': [
{
'package': 'chromium/third_party/icu4j',
Roll chromium_revision cb10943d61..30454db4a5 (1346705:1346833) Change log: https://chromium.googlesource.com/chromium/src/+log/cb10943d61..30454db4a5 Full diff: https://chromium.googlesource.com/chromium/src/+/cb10943d61..30454db4a5 Changed dependencies * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/4434cfea96..47e1ac1df9 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9c77ec35a2..e4421d7122 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e981b26186..0a53e28d00 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c677a5e718..994a093f09 * src/third_party/android_build_tools/manifest_merger/cipd: 70I-qA6r12xulCU-J0jGGcYtD9ywe1G8qPVH6o4MSBQC..w5qlHnh4N-npyopimuBuiIXfv4oa58ItAdUWXjAlVYAC * src/third_party/androidx/cipd: x4Ywv14A-LaT62Jl57Nuu4AI3JhL_wyYPEr-GI3ok4YC..3dJg7N_rQEEVL6lkuj49LsUvbb09ctrt3Wa4JxCwHJ8C * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f92c96550a..d2612e1c3f * src/third_party/hamcrest/cipd: 37eccfc658fe79695d6abb6dd497463c4372032f..dBioOAmFJjqAr_DY7dipbXdVfAxUQwjOBNibMPtX8lQC * src/third_party/icu4j/cipd: e87e5bed2b4935913ee26a3ebd0b723ee2344354..8dV7WRVX0tTaNNqkLEnCA_dMofr2MJXFK400E7gOFygC * src/third_party/kotlin_stdlib/cipd: uIDeh6tR1JKzni6A2gGQznLnU9y1a7dsDEZAA6PTph8C..62BxcL1A-8qUXdYk7pqeCELmPtT55Ki_POIasX3is1IC * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6071843cd8..d8d9de41d7 * src/third_party/libsrtp: https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/7a7e64c8b5..000edd7914 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/86262cf454..88d25846bc DEPS diff: https://chromium.googlesource.com/chromium/src/+/cb10943d61..30454db4a5/DEPS No update to Clang. BUG=None Change-Id: I810399afe134bd40b4c993ba98a6c72945c493ff Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/360641 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@{#42854}
2024-08-26 11:01:55 -07:00
'version': '8dV7WRVX0tTaNNqkLEnCA_dMofr2MJXFK400E7gOFygC',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/robolectric/cipd': {
'packages': [
{
'package': 'chromium/third_party/robolectric',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision b975bdde27..cae6b92cf5 (1348475:1349874) Manually change sqlite4java to cipd. Change log: https://chromium.googlesource.com/chromium/src/+log/b975bdde27..cae6b92cf5 Full diff: https://chromium.googlesource.com/chromium/src/+/b975bdde27..cae6b92cf5 Changed dependencies * fuchsia_version: version:23.20240823.0.1..version:23.20240830.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ede08137ff..3b7d5e5523 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6be3205c7b..469c6d5062 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e7bde40d8b..0811404e1e * src/buildtools/linux64: git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7..git_revision:4e4b8d98949995474bf09cef2ca5ec3c496b82f0 * src/buildtools/mac: git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7..git_revision:4e4b8d98949995474bf09cef2ca5ec3c496b82f0 * src/buildtools/win: git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7..git_revision:4e4b8d98949995474bf09cef2ca5ec3c496b82f0 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/d8d1de384a..e5a4dbfef1 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f39c5823f1..abf58fd834 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6c225c6718..41333efead * src/third_party/android_build_tools/error_prone/cipd: chEm55HMuY69gy5q0h5Dwo__Wgq8mE9pPTg2DGJL6i8C..VPB1LeLcomm-CeDrV1XZWJ9irPR3kH2viZ3IKZjm5EMC * src/third_party/android_build_tools/manifest_merger/cipd: w5qlHnh4N-npyopimuBuiIXfv4oa58ItAdUWXjAlVYAC..tGJojLQrpNBHFNNbB7g_ZoGcwbt30dvMfwiT8y3V92YC * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger: version:2@2.30.cr1..version:2@2.52.cr1 * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations: version:2@2.23.0.cr1..version:2@2.30.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm: version:2@3.7.0.cr1..version:2@3.9.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@4.9.7.cr1..version:2@5.0.0.cr1 * src/third_party/android_sdk/public: fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C..B4p95sDPpm34K8Cf4JcfTM-iYSglWko9qjWgbT9dxWQC * src/third_party/androidx/cipd: b2LdOcTsPgWsaymPatlEVDEHLr-w87bmz9bwUX2iilAC..84DISQ388tkv4sOhR2Uf2LfN4uMOZ_sPRZ850mwXGJgC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d3c1afdc1b..6c3a63970f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c903c60cb7..21462dff93 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/472b31f838..6b3c489a2e * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/aaaca2863c..b89b440351 * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/fb9afbafc7..8db59321d9 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/ff233bdd4c..0953a17a42 * src/third_party/jdk/current: sewpT0JmZAgFX_ZzmWhbYPmcPGeDa9os_4Q74ZFbo5sC..BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C * src/third_party/kotlin_stdlib/cipd: 62BxcL1A-8qUXdYk7pqeCELmPtT55Ki_POIasX3is1IC..RN957bImX972SxLXVGT8tCogCe6deBBG5rqz24uD5eMC * src/third_party/libFuzzer/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git/+log/758bd21f10..487e793763 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/35c90ab674..5fac32ad87 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/d8d9de41d7..e9dbf36b50 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/f00fa3ce74..fbf63dff1f * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/679e851f65..874f391dbf * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/700c45efce..24eef196e1 * src/third_party/r8/cipd: bkA7QgnyJtoxOVZ6JF9qXTD-ddmw5xXBnlamEm6kTBkC..icXdAothi1iSZHTnk5v4Y_5ZHVS4eJTlAImleVCXl64C * src/third_party/turbine: 0x14qVQmOdhVAM7Sygzzwm0xfTjL7Bl-0I642feaCSkC..aLKJszAm9PXh5T9KNcDH0MQJeEAIpEiFAYVEimlKdDsC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/445761993e..661b095f1f Added dependencies * src/third_party/android_deps/cipd/libs/com_google_dagger_hilt_core * src/third_party/android_deps/cipd/libs/jakarta_inject_jakarta_inject_api Removed dependencies * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/b975bdde27..cae6b92cf5/DEPS Clang version changed llvmorg-20-init-1009-g7088a5ed:llvmorg-20-init-3847-g69c43468 Details: https://chromium.googlesource.com/chromium/src/+/b975bdde27..cae6b92cf5/tools/clang/scripts/update.py BUG=None Change-Id: Icaaf2adefa40c9886ad5fc6ca1178ec7ee94b32f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361303 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#42925}
2024-09-02 17:53:38 +02:00
'src/third_party/sqlite4java/cipd': {
'packages': [
{
'package': 'chromium/third_party/sqlite4java',
'version': 'LofjKH9dgXIAJhRYCPQlMFywSwxYimrfDeBmaHc-Z5EC',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision 66e155a442..621a1d6f77 (1350363:1350725) Migrate turbine dep to cipd. Change log: https://chromium.googlesource.com/chromium/src/+log/66e155a442..621a1d6f77 Full diff: https://chromium.googlesource.com/chromium/src/+/66e155a442..621a1d6f77 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/77771bf80e..8685c65788 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/896ecbfe9e..38e28b8045 * src/buildtools/linux64: git_revision:50ecf4c84d08dad3d16d14590221dd43fe65ea62..git_revision:a737c2849f13f47b7808020f1a37c8403da66d92 * src/buildtools/mac: git_revision:50ecf4c84d08dad3d16d14590221dd43fe65ea62..git_revision:a737c2849f13f47b7808020f1a37c8403da66d92 * src/buildtools/win: git_revision:50ecf4c84d08dad3d16d14590221dd43fe65ea62..git_revision:a737c2849f13f47b7808020f1a37c8403da66d92 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b8e3303855..cd3fd9a69c * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/4477ada508..490a19ba19 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ec6251c1b2..c267e78c16 * src/third_party/androidx/cipd: fJv91yWoUJjI2yDLRE8QfkEKMlWBtKpGniDKofLe8Q0C..3gW3pK9QklJnSopWR3c6vVuTXHMRM5CEgXkEKlyEZSUC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/663fc204a7..c282fc3e7b * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/3f8a122bfa..468b9c8a52 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f2aa5c0df5..c0a4867c02 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/059ff0d662..6e3c183093 DEPS diff: https://chromium.googlesource.com/chromium/src/+/66e155a442..621a1d6f77/DEPS No update to Clang. BUG=None Change-Id: I6900ede86d01ba397831032160eb7c43c8df7988 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361620 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#42946}
2024-09-04 14:12:03 +02:00
'src/third_party/turbine/cipd': {
'packages': [
{
'package': 'chromium/third_party/turbine',
Roll chromium_revision 3f8aa56f29..abee3a760c (1420354:1421082) Change log: https://chromium.googlesource.com/chromium/src/+log/3f8aa56f29..abee3a760c Full diff: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d5398bd6b2..afaf45a959 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/86a88859d2..0cd653f87e * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/9bdc0a0815..f6b9b8d65b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/08b0fa7736..8fcd8b9339 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d74a795763..fbd44d71dd * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6bef592807..9cb2f57192 * src/third_party/android_build_tools/error_prone/cipd: OWA2WclLjNioOzYUolbbxo4mWc_0cQ8Io6pbbOY2NTMC..BLHCsmBI1vzyXlOtCyA-B4yW3gdbkW5iSjfvfnBjOvcC * src/third_party/android_build_tools/manifest_merger/cipd: 8-sLuq0bcoSKvU6uhV0Tnugo2PRGG-F3RoLIQLzRRfoC..Ff5T4JIhkmgt7xA50Kq8XHnzWaR6mKOwEtxCBXFE5rUC * src/third_party/androidx/cipd: rgpFlmg9F-T3T2Zjq-WqQBHKCOeLk8Qjd9M7D3fZuPMC..kMGhCipQ0J24vixeCuWk_AIvJ4oPSsyZ6uZXJ85WkuIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/8f6f659bee..8c6b0c04f1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d49a21c533..7a0dbd2074 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/5b22c2869c..fbce2a76c0 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/84bcab2315..3bd423e03f * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c00fd25b71..a6ce08abf7 * src/third_party/kotlin_stdlib/cipd: jnyo21Xi5pwojLi8GO148HF-xeAjzk0z_kPwZxMgPH0C..ltYVzou-DQmkHMLi2Gs1K79yYdC9buusKzYrGH45rOMC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/af629abd92..99fcd816ee * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/c2c181276a..cc6b969c59 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/4337c9955a..b05ea6f335 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/af48ad2c4f..87cd8a4715 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/028bb82e3d..55ff5964a7 * src/third_party/r8/cipd: uDJCjVDpPT1sDYO9x_ZRvtaoz06TFNUfqU16KLy1lh4C..a5lzGHzibplY-YfBMiaHgYRnmll4wB1csMwXCzHMoH8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/third_party/turbine/cipd: qNNUfaj7w4cSHTjVawVaZpq0pABVec9LcFebN19wm4EC..iJs7aB4rFWVA7mWGYiFq93N3ME_xpSuyIULTpTxD5Z0C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/413e317ff4..34df53e03f DEPS diff: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c/DEPS Clang version changed llvmorg-21-init-853-gba476d0b:llvmorg-21-init-1655-g7b473dfe Details: https://chromium.googlesource.com/chromium/src/+/3f8aa56f29..abee3a760c/tools/clang/scripts/update.py BUG=None Change-Id: I33b21d44bafe4305fc6606ba450b50877f8fffdd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377560 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43905}
2025-02-17 08:02:01 -08:00
'version': 'iJs7aB4rFWVA7mWGYiFq93N3ME_xpSuyIULTpTxD5Z0C',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/zstd/src': {
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'url': Var('chromium_git') + '/external/github.com/facebook/zstd.git' + '@' + 'ef2bf5781112a4cd6b62ac1817f7842bbdc7ea8f',
'condition': 'checkout_android',
},
'src/tools/luci-go': {
'packages': [
{
'package': 'infra/tools/luci/cas/${{platform}}',
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'version': 'git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48',
},
{
'package': 'infra/tools/luci/isolate/${{platform}}',
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'version': 'git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48',
},
{
'package': 'infra/tools/luci/swarming/${{platform}}',
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'version': 'git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48',
}
],
'dep_type': 'cipd',
},
'src/third_party/pipewire/linux-amd64': {
'packages': [
{
'package': 'chromium/third_party/pipewire/linux-amd64',
'version': 'BaVKmAmwpjdS6O0pnjSaMNSKhO1nmk5mRnyPVAJ2-HEC',
},
{
'package': 'chromium/third_party/pipewire-media-session/linux-amd64',
'version': 'Y6wUeITvAA0QD1vt8_a7eQdzbp0gkI1B02qfZUMJdowC',
},
],
'condition': 'checkout_linux',
'dep_type': 'cipd',
},
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
# Everything coming after this is automatically updated by the auto-roller.
# === ANDROID_DEPS Generated Code Start ===
Roll chromium_revision e0ea7be7d1..2f5cb46774 (728381:728648) Change log: https://chromium.googlesource.com/chromium/src/+log/e0ea7be7d1..2f5cb46774 Full diff: https://chromium.googlesource.com/chromium/src/+/e0ea7be7d1..2f5cb46774 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/77a8fe72cc..a82ce9df7e * src/build: https://chromium.googlesource.com/chromium/src/build/+log/9e124309dd..8ddd5217e7 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/0f162adbc5..269cc9e4ca * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f771afe9c8..e879bb31da * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f84bad028f..77c4e9b357 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d3a10a0399..2478e62054 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cf50f77484..ed0cc5f6fd * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/10d8de7541..50b013871c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/667c20f72b..4a08602529 DEPS diff: https://chromium.googlesource.com/chromium/src/+/e0ea7be7d1..2f5cb46774/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I3249289625b6e6dffc5922b8d7561a7365cf3d7e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/165041 Commit-Queue: Yves Gerey <yvesg@google.com> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#30155}
2020-01-06 14:01:43 -08:00
# Generated by //third_party/android_deps/fetch_all.py
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_android_support_support_annotations': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_annotations',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@28.0.0.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_android_tools_common': {
Roll chromium_revision 34f3c82122..2dffe06711 (867171:871492) Change log: https://chromium.googlesource.com/chromium/src/+log/34f3c82122..2dffe06711 Full diff: https://chromium.googlesource.com/chromium/src/+/34f3c82122..2dffe06711 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/cbc66d2601..db151ac5c5 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0cea8e20fb..399fa5ad74 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/99a2527e91..5dbd89c9d9 * src/buildtools/linux64: git_revision:b2e3d8622c1ce1bd853c7a11f62a739946669cdd..git_revision:dba01723a441c358d843a575cb7720d54ddcdf92 * src/buildtools/mac: git_revision:b2e3d8622c1ce1bd853c7a11f62a739946669cdd..git_revision:dba01723a441c358d843a575cb7720d54ddcdf92 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/cbf9455e83..d0f33885a2 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/cc80b4ac98..08f35c8514 * src/buildtools/win: git_revision:b2e3d8622c1ce1bd853c7a11f62a739946669cdd..git_revision:dba01723a441c358d843a575cb7720d54ddcdf92 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b106ab6171..3ba3cf8e84 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9511ad8751..85de9f3f89 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d4a93a19d0..32fe4ba2c6 * src/third_party/android_deps/libs/android_arch_core_common: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_core_runtime: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent: version:3.1.cr0..version:2@3.1.cr0 * src/third_party/android_deps/libs/classworlds_classworlds: version:1.1-alpha-2.cr0..version:2@1.1-alpha-2.cr0 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_collections: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_customview: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_design: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_documentfile: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_interpolator: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_loader: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_multidex: version:1.0.0.cr0..version:2@1.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_print: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_compat: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_v4: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_transition: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_viewpager: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs_configuration: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2.8.0.cr0..version:2@2.8.0.cr0 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:1.0.cr0..version:2@1.0.cr0 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:17.5.0.cr0..version:2@17.5.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:17.5.0.cr0..version:2@17.5.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:17.5.0.cr0..version:2@17.5.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:16.0.0.cr0..version:2@16.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:19.0.0-beta.cr0..version:2@19.0.0-beta.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:17.2.0.cr0..version:2@17.2.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:18.0.0.cr0..version:2@18.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:18.0.0.cr0..version:2@18.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_material_material: version:1.2.0-alpha06.cr0..version:2@1.2.0-alpha06.cr0 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:0.10.cr0..version:2@0.10.cr0 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:1.0-rc6.cr0..version:2@1.0-rc6.cr0 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:1.0-rc6.cr0..version:2@1.0-rc6.cr0 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:1.7.cr0..version:2@1.7.cr0 * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring: version:3.0.0.cr0..version:2@3.0.0.cr0 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:3.0.2.cr0..version:2@3.0.2.cr0 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2.8.0.cr0..version:2@2.8.0.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr0 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:16.0.0.cr0..version:2@16.0.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:19.5.0.cr0..version:2@19.5.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:16.1.0.cr0..version:2@16.1.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:16.1.0.cr0..version:2@16.1.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:17.1.0.cr0..version:2@17.1.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:21.0.1.cr0..version:2@21.0.1.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:16.3.5.cr0..version:2@16.3.5.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:16.0.1.cr0..version:2@16.0.1.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:18.0.0.cr0..version:2@18.0.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:21.0.1.cr0..version:2@21.0.1.cr0 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:1.5.cr0..version:2@1.5.cr0 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:1.0.1.cr0..version:2@1.0.1.cr0 * src/third_party/android_deps/libs/com_google_guava_guava: version:30.1-jre.cr0..version:2@30.1-jre.cr0 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:30.1-android.cr0..version:2@30.1-android.cr0 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:1.0.cr0..version:2@1.0.cr0 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:1.3.cr0..version:2@1.3.cr0 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:3.4.0.cr0..version:2@3.4.0.cr0 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:3.13.0.cr0..version:2@3.13.0.cr0 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:1.3.0.cr0..version:2@1.3.0.cr0 * src/third_party/android_deps/libs/com_squareup_javapoet: version:1.13.0.cr0..version:2@1.13.0.cr0 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2.1.1.cr0..version:2@2.1.1.cr0 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:1.3.2.cr0..version:2@1.3.2.cr0 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:1.0.cr0..version:2@1.0.cr0 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:1.cr0..version:2@1.cr0 * src/third_party/android_deps/libs/nekohtml_nekohtml: version:1.9.6.2.cr0..version:2@1.9.6.2.cr0 * src/third_party/android_deps/libs/nekohtml_xercesminimal: version:1.9.6.2.cr0..version:2@1.9.6.2.cr0 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:0.2.cr0..version:2@0.2.cr0 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2.3.0.cr0..version:2@2.3.0.cr0 * src/third_party/android_deps/libs/org_apache_ant_ant: version:1.8.0.cr0..version:2@1.8.0.cr0 * src/third_party/android_deps/libs/org_apache_ant_ant_launcher: version:1.8.0.cr0..version:2@1.8.0.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks: version:2.1.3.cr0..version:2@2.1.3.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_artifact: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_model: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_profile: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_project: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_settings: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:1.2.1.cr0..version:2@1.2.1.cr0 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2.5.5.cr0..version:2@2.5.5.cr0 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:3.5.0.cr0..version:2@3.5.0.cr0 * src/third_party/android_deps/libs/org_checkerframework_dataflow_shaded: version:3.1.2.cr0..version:2@3.1.2.cr0 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:1.17.cr0..version:2@1.17.cr0 * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default: version:1.0-alpha-9-stable-1.cr0..version:2@1.0-alpha-9-stable-1.cr0 * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation: version:1.11.cr0..version:2@1.11.cr0 * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils: version:1.5.15.cr0..version:2@1.5.15.cr0 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:13.0.cr0..version:2@13.0.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:1.3.72.cr0..version:2@1.4.30.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:1.3.72.cr0..version:2@1.4.30.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:0.1.0.cr0..version:2@0.1.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2.1.2.cr0..version:2@2.1.2.cr0 * src/third_party/android_deps/libs/org_robolectric_annotations: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_junit: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_resources: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_shadows_playservices: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_utils: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_threeten_threeten_extra: version:1.5.0.cr0..version:2@1.5.0.cr0 * src/third_party/androidx: v-p1zbJ800vLETiv98_a04Og1z_1IR6Cph3aB-RvpO0C..elLOzilYbu3vB2mpMZzZsC0i9QukqoU9miZ_PUmpeE8C * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/dff7d5afd5..3bea2815bf * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/36e45025a8..ab687ea7be * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e0de6a88e5..057831ef1f * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/104674b531..4fb42ae52e * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e9c50fa77d..b9b74f9f78 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1a8ecf1813..965f8ecbfd * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/d879aac971..81d656878e * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/79b7757996..6c93db7ff6 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a8c181050c..64994843e6 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/29f7c7e018..92a65a8f5d * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/acb2e677b4..9511660f93 * src/third_party/r8: TNGssqzExjlZ_AG4P92Hje4YYbM8o_TMSLQeRxrAB-8C..wupRO-hEg2hxgKU9FC5HKY88dMpfEpdimjxcgekXH8oC * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/79f0178cd3..70d42ae95a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/add6c82864..78b6ac0da4 * src/tools/luci-go: git_revision:40e3c704aad0fceec04344d281ae333de04fd2a5..git_revision:f784260b204b2d93c7bd6d1a619f09c6822e5926 * src/tools/luci-go: git_revision:40e3c704aad0fceec04344d281ae333de04fd2a5..git_revision:f784260b204b2d93c7bd6d1a619f09c6822e5926 * src/tools/luci-go: git_revision:40e3c704aad0fceec04344d281ae333de04fd2a5..git_revision:f784260b204b2d93c7bd6d1a619f09c6822e5926 Added dependencies * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_android_tools_common DEPS diff: https://chromium.googlesource.com/chromium/src/+/34f3c82122..2dffe06711/DEPS Clang version changed llvmorg-13-init-4720-g7bafe336:llvmorg-13-init-6429-g0e92cbd6 Details: https://chromium.googlesource.com/chromium/src/+/34f3c82122..2dffe06711/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I3b3a469e48383e250adaf46b186d5cad038957a6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215021 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33696}
2021-04-12 19:03:37 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_tools_common',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@30.2.0-beta01.cr1',
Roll chromium_revision 92378355b1..ecade5b956 (734133:734256) Change log: https://chromium.googlesource.com/chromium/src/+log/92378355b1..ecade5b956 Full diff: https://chromium.googlesource.com/chromium/src/+/92378355b1..ecade5b956 Changed dependencies * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b9cc8d75a2..bc9b294117 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/6a5aa6680c..bdd89366d3 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/50d1a4aa72..7763c888e0 Added dependencies * src/third_party/android_deps/libs/org_jdom_jdom2 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib * src/third_party/android_deps/libs/commons_cli_commons_cli * src/third_party/android_deps/libs/com_android_tools_build_jetifier_jetifier_core * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common * src/third_party/android_deps/libs/com_android_tools_build_jetifier_jetifier_processor DEPS diff: https://chromium.googlesource.com/chromium/src/+/92378355b1..ecade5b956/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: I28b967d603136e4d76700802f567d5c0d4008876 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/167140 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@{#30355}
2020-01-22 16:01:25 -08:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 92378355b1..ecade5b956 (734133:734256) Change log: https://chromium.googlesource.com/chromium/src/+log/92378355b1..ecade5b956 Full diff: https://chromium.googlesource.com/chromium/src/+/92378355b1..ecade5b956 Changed dependencies * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b9cc8d75a2..bc9b294117 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/6a5aa6680c..bdd89366d3 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/50d1a4aa72..7763c888e0 Added dependencies * src/third_party/android_deps/libs/org_jdom_jdom2 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib * src/third_party/android_deps/libs/commons_cli_commons_cli * src/third_party/android_deps/libs/com_android_tools_build_jetifier_jetifier_core * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common * src/third_party/android_deps/libs/com_android_tools_build_jetifier_jetifier_processor DEPS diff: https://chromium.googlesource.com/chromium/src/+/92378355b1..ecade5b956/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: I28b967d603136e4d76700802f567d5c0d4008876 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/167140 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@{#30355}
2020-01-22 16:01:25 -08:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api': {
Roll chromium_revision 34f3c82122..2dffe06711 (867171:871492) Change log: https://chromium.googlesource.com/chromium/src/+log/34f3c82122..2dffe06711 Full diff: https://chromium.googlesource.com/chromium/src/+/34f3c82122..2dffe06711 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/cbc66d2601..db151ac5c5 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0cea8e20fb..399fa5ad74 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/99a2527e91..5dbd89c9d9 * src/buildtools/linux64: git_revision:b2e3d8622c1ce1bd853c7a11f62a739946669cdd..git_revision:dba01723a441c358d843a575cb7720d54ddcdf92 * src/buildtools/mac: git_revision:b2e3d8622c1ce1bd853c7a11f62a739946669cdd..git_revision:dba01723a441c358d843a575cb7720d54ddcdf92 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/cbf9455e83..d0f33885a2 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/cc80b4ac98..08f35c8514 * src/buildtools/win: git_revision:b2e3d8622c1ce1bd853c7a11f62a739946669cdd..git_revision:dba01723a441c358d843a575cb7720d54ddcdf92 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b106ab6171..3ba3cf8e84 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9511ad8751..85de9f3f89 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d4a93a19d0..32fe4ba2c6 * src/third_party/android_deps/libs/android_arch_core_common: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_core_runtime: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent: version:3.1.cr0..version:2@3.1.cr0 * src/third_party/android_deps/libs/classworlds_classworlds: version:1.1-alpha-2.cr0..version:2@1.1-alpha-2.cr0 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_collections: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_customview: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_design: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_documentfile: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_interpolator: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_loader: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_multidex: version:1.0.0.cr0..version:2@1.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_print: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_compat: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_v4: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_transition: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_viewpager: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs_configuration: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2.8.0.cr0..version:2@2.8.0.cr0 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:1.0.cr0..version:2@1.0.cr0 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:17.5.0.cr0..version:2@17.5.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:17.5.0.cr0..version:2@17.5.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:17.5.0.cr0..version:2@17.5.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:16.0.0.cr0..version:2@16.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:19.0.0-beta.cr0..version:2@19.0.0-beta.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:17.2.0.cr0..version:2@17.2.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:18.0.0.cr0..version:2@18.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:18.0.0.cr0..version:2@18.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_material_material: version:1.2.0-alpha06.cr0..version:2@1.2.0-alpha06.cr0 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:0.10.cr0..version:2@0.10.cr0 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:1.0-rc6.cr0..version:2@1.0-rc6.cr0 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:1.0-rc6.cr0..version:2@1.0-rc6.cr0 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:1.7.cr0..version:2@1.7.cr0 * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring: version:3.0.0.cr0..version:2@3.0.0.cr0 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:3.0.2.cr0..version:2@3.0.2.cr0 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2.8.0.cr0..version:2@2.8.0.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr0 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:16.0.0.cr0..version:2@16.0.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:19.5.0.cr0..version:2@19.5.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:16.1.0.cr0..version:2@16.1.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:16.1.0.cr0..version:2@16.1.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:17.1.0.cr0..version:2@17.1.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:21.0.1.cr0..version:2@21.0.1.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:16.3.5.cr0..version:2@16.3.5.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:16.0.1.cr0..version:2@16.0.1.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:18.0.0.cr0..version:2@18.0.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:21.0.1.cr0..version:2@21.0.1.cr0 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:1.5.cr0..version:2@1.5.cr0 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:1.0.1.cr0..version:2@1.0.1.cr0 * src/third_party/android_deps/libs/com_google_guava_guava: version:30.1-jre.cr0..version:2@30.1-jre.cr0 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:30.1-android.cr0..version:2@30.1-android.cr0 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:1.0.cr0..version:2@1.0.cr0 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:1.3.cr0..version:2@1.3.cr0 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:3.4.0.cr0..version:2@3.4.0.cr0 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:3.13.0.cr0..version:2@3.13.0.cr0 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:1.3.0.cr0..version:2@1.3.0.cr0 * src/third_party/android_deps/libs/com_squareup_javapoet: version:1.13.0.cr0..version:2@1.13.0.cr0 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2.1.1.cr0..version:2@2.1.1.cr0 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:1.3.2.cr0..version:2@1.3.2.cr0 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:1.0.cr0..version:2@1.0.cr0 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:1.cr0..version:2@1.cr0 * src/third_party/android_deps/libs/nekohtml_nekohtml: version:1.9.6.2.cr0..version:2@1.9.6.2.cr0 * src/third_party/android_deps/libs/nekohtml_xercesminimal: version:1.9.6.2.cr0..version:2@1.9.6.2.cr0 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:0.2.cr0..version:2@0.2.cr0 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2.3.0.cr0..version:2@2.3.0.cr0 * src/third_party/android_deps/libs/org_apache_ant_ant: version:1.8.0.cr0..version:2@1.8.0.cr0 * src/third_party/android_deps/libs/org_apache_ant_ant_launcher: version:1.8.0.cr0..version:2@1.8.0.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks: version:2.1.3.cr0..version:2@2.1.3.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_artifact: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_model: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_profile: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_project: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_settings: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:1.2.1.cr0..version:2@1.2.1.cr0 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2.5.5.cr0..version:2@2.5.5.cr0 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:3.5.0.cr0..version:2@3.5.0.cr0 * src/third_party/android_deps/libs/org_checkerframework_dataflow_shaded: version:3.1.2.cr0..version:2@3.1.2.cr0 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:1.17.cr0..version:2@1.17.cr0 * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default: version:1.0-alpha-9-stable-1.cr0..version:2@1.0-alpha-9-stable-1.cr0 * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation: version:1.11.cr0..version:2@1.11.cr0 * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils: version:1.5.15.cr0..version:2@1.5.15.cr0 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:13.0.cr0..version:2@13.0.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:1.3.72.cr0..version:2@1.4.30.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:1.3.72.cr0..version:2@1.4.30.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:0.1.0.cr0..version:2@0.1.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2.1.2.cr0..version:2@2.1.2.cr0 * src/third_party/android_deps/libs/org_robolectric_annotations: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_junit: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_resources: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_shadows_playservices: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_utils: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_threeten_threeten_extra: version:1.5.0.cr0..version:2@1.5.0.cr0 * src/third_party/androidx: v-p1zbJ800vLETiv98_a04Og1z_1IR6Cph3aB-RvpO0C..elLOzilYbu3vB2mpMZzZsC0i9QukqoU9miZ_PUmpeE8C * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/dff7d5afd5..3bea2815bf * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/36e45025a8..ab687ea7be * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e0de6a88e5..057831ef1f * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/104674b531..4fb42ae52e * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e9c50fa77d..b9b74f9f78 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1a8ecf1813..965f8ecbfd * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/d879aac971..81d656878e * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/79b7757996..6c93db7ff6 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a8c181050c..64994843e6 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/29f7c7e018..92a65a8f5d * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/acb2e677b4..9511660f93 * src/third_party/r8: TNGssqzExjlZ_AG4P92Hje4YYbM8o_TMSLQeRxrAB-8C..wupRO-hEg2hxgKU9FC5HKY88dMpfEpdimjxcgekXH8oC * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/79f0178cd3..70d42ae95a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/add6c82864..78b6ac0da4 * src/tools/luci-go: git_revision:40e3c704aad0fceec04344d281ae333de04fd2a5..git_revision:f784260b204b2d93c7bd6d1a619f09c6822e5926 * src/tools/luci-go: git_revision:40e3c704aad0fceec04344d281ae333de04fd2a5..git_revision:f784260b204b2d93c7bd6d1a619f09c6822e5926 * src/tools/luci-go: git_revision:40e3c704aad0fceec04344d281ae333de04fd2a5..git_revision:f784260b204b2d93c7bd6d1a619f09c6822e5926 Added dependencies * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_android_tools_common DEPS diff: https://chromium.googlesource.com/chromium/src/+/34f3c82122..2dffe06711/DEPS Clang version changed llvmorg-13-init-4720-g7bafe336:llvmorg-13-init-6429-g0e92cbd6 Details: https://chromium.googlesource.com/chromium/src/+/34f3c82122..2dffe06711/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I3b3a469e48383e250adaf46b186d5cad038957a6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215021 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33696}
2021-04-12 19:03:37 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@30.2.0-beta01.cr1',
Roll chromium_revision 34f3c82122..2dffe06711 (867171:871492) Change log: https://chromium.googlesource.com/chromium/src/+log/34f3c82122..2dffe06711 Full diff: https://chromium.googlesource.com/chromium/src/+/34f3c82122..2dffe06711 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/cbc66d2601..db151ac5c5 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0cea8e20fb..399fa5ad74 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/99a2527e91..5dbd89c9d9 * src/buildtools/linux64: git_revision:b2e3d8622c1ce1bd853c7a11f62a739946669cdd..git_revision:dba01723a441c358d843a575cb7720d54ddcdf92 * src/buildtools/mac: git_revision:b2e3d8622c1ce1bd853c7a11f62a739946669cdd..git_revision:dba01723a441c358d843a575cb7720d54ddcdf92 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/cbf9455e83..d0f33885a2 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/cc80b4ac98..08f35c8514 * src/buildtools/win: git_revision:b2e3d8622c1ce1bd853c7a11f62a739946669cdd..git_revision:dba01723a441c358d843a575cb7720d54ddcdf92 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b106ab6171..3ba3cf8e84 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9511ad8751..85de9f3f89 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d4a93a19d0..32fe4ba2c6 * src/third_party/android_deps/libs/android_arch_core_common: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_core_runtime: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent: version:3.1.cr0..version:2@3.1.cr0 * src/third_party/android_deps/libs/classworlds_classworlds: version:1.1-alpha-2.cr0..version:2@1.1-alpha-2.cr0 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_collections: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_customview: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_design: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_documentfile: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_interpolator: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_loader: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_multidex: version:1.0.0.cr0..version:2@1.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_print: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_compat: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_v4: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_transition: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_viewpager: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs_configuration: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2.8.0.cr0..version:2@2.8.0.cr0 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:1.0.cr0..version:2@1.0.cr0 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:17.5.0.cr0..version:2@17.5.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:17.5.0.cr0..version:2@17.5.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:17.5.0.cr0..version:2@17.5.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:16.0.0.cr0..version:2@16.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:19.0.0-beta.cr0..version:2@19.0.0-beta.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:17.2.0.cr0..version:2@17.2.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:18.0.0.cr0..version:2@18.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:18.0.0.cr0..version:2@18.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_material_material: version:1.2.0-alpha06.cr0..version:2@1.2.0-alpha06.cr0 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:0.10.cr0..version:2@0.10.cr0 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:1.0-rc6.cr0..version:2@1.0-rc6.cr0 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:1.0-rc6.cr0..version:2@1.0-rc6.cr0 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:1.7.cr0..version:2@1.7.cr0 * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring: version:3.0.0.cr0..version:2@3.0.0.cr0 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:3.0.2.cr0..version:2@3.0.2.cr0 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2.8.0.cr0..version:2@2.8.0.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr0 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:16.0.0.cr0..version:2@16.0.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:19.5.0.cr0..version:2@19.5.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:16.1.0.cr0..version:2@16.1.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:16.1.0.cr0..version:2@16.1.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:17.1.0.cr0..version:2@17.1.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:21.0.1.cr0..version:2@21.0.1.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:16.3.5.cr0..version:2@16.3.5.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:16.0.1.cr0..version:2@16.0.1.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:18.0.0.cr0..version:2@18.0.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:21.0.1.cr0..version:2@21.0.1.cr0 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:1.5.cr0..version:2@1.5.cr0 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:1.0.1.cr0..version:2@1.0.1.cr0 * src/third_party/android_deps/libs/com_google_guava_guava: version:30.1-jre.cr0..version:2@30.1-jre.cr0 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:30.1-android.cr0..version:2@30.1-android.cr0 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:1.0.cr0..version:2@1.0.cr0 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:1.3.cr0..version:2@1.3.cr0 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:3.4.0.cr0..version:2@3.4.0.cr0 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:3.13.0.cr0..version:2@3.13.0.cr0 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:1.3.0.cr0..version:2@1.3.0.cr0 * src/third_party/android_deps/libs/com_squareup_javapoet: version:1.13.0.cr0..version:2@1.13.0.cr0 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2.1.1.cr0..version:2@2.1.1.cr0 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:1.3.2.cr0..version:2@1.3.2.cr0 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:1.0.cr0..version:2@1.0.cr0 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:1.cr0..version:2@1.cr0 * src/third_party/android_deps/libs/nekohtml_nekohtml: version:1.9.6.2.cr0..version:2@1.9.6.2.cr0 * src/third_party/android_deps/libs/nekohtml_xercesminimal: version:1.9.6.2.cr0..version:2@1.9.6.2.cr0 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:0.2.cr0..version:2@0.2.cr0 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2.3.0.cr0..version:2@2.3.0.cr0 * src/third_party/android_deps/libs/org_apache_ant_ant: version:1.8.0.cr0..version:2@1.8.0.cr0 * src/third_party/android_deps/libs/org_apache_ant_ant_launcher: version:1.8.0.cr0..version:2@1.8.0.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks: version:2.1.3.cr0..version:2@2.1.3.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_artifact: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_model: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_profile: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_project: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_settings: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:1.2.1.cr0..version:2@1.2.1.cr0 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2.5.5.cr0..version:2@2.5.5.cr0 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:3.5.0.cr0..version:2@3.5.0.cr0 * src/third_party/android_deps/libs/org_checkerframework_dataflow_shaded: version:3.1.2.cr0..version:2@3.1.2.cr0 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:1.17.cr0..version:2@1.17.cr0 * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default: version:1.0-alpha-9-stable-1.cr0..version:2@1.0-alpha-9-stable-1.cr0 * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation: version:1.11.cr0..version:2@1.11.cr0 * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils: version:1.5.15.cr0..version:2@1.5.15.cr0 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:13.0.cr0..version:2@13.0.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:1.3.72.cr0..version:2@1.4.30.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:1.3.72.cr0..version:2@1.4.30.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:0.1.0.cr0..version:2@0.1.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2.1.2.cr0..version:2@2.1.2.cr0 * src/third_party/android_deps/libs/org_robolectric_annotations: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_junit: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_resources: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_shadows_playservices: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_utils: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_threeten_threeten_extra: version:1.5.0.cr0..version:2@1.5.0.cr0 * src/third_party/androidx: v-p1zbJ800vLETiv98_a04Og1z_1IR6Cph3aB-RvpO0C..elLOzilYbu3vB2mpMZzZsC0i9QukqoU9miZ_PUmpeE8C * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/dff7d5afd5..3bea2815bf * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/36e45025a8..ab687ea7be * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e0de6a88e5..057831ef1f * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/104674b531..4fb42ae52e * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e9c50fa77d..b9b74f9f78 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1a8ecf1813..965f8ecbfd * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/d879aac971..81d656878e * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/79b7757996..6c93db7ff6 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a8c181050c..64994843e6 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/29f7c7e018..92a65a8f5d * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/acb2e677b4..9511660f93 * src/third_party/r8: TNGssqzExjlZ_AG4P92Hje4YYbM8o_TMSLQeRxrAB-8C..wupRO-hEg2hxgKU9FC5HKY88dMpfEpdimjxcgekXH8oC * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/79f0178cd3..70d42ae95a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/add6c82864..78b6ac0da4 * src/tools/luci-go: git_revision:40e3c704aad0fceec04344d281ae333de04fd2a5..git_revision:f784260b204b2d93c7bd6d1a619f09c6822e5926 * src/tools/luci-go: git_revision:40e3c704aad0fceec04344d281ae333de04fd2a5..git_revision:f784260b204b2d93c7bd6d1a619f09c6822e5926 * src/tools/luci-go: git_revision:40e3c704aad0fceec04344d281ae333de04fd2a5..git_revision:f784260b204b2d93c7bd6d1a619f09c6822e5926 Added dependencies * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_android_tools_common DEPS diff: https://chromium.googlesource.com/chromium/src/+/34f3c82122..2dffe06711/DEPS Clang version changed llvmorg-13-init-4720-g7bafe336:llvmorg-13-init-6429-g0e92cbd6 Details: https://chromium.googlesource.com/chromium/src/+/34f3c82122..2dffe06711/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I3b3a469e48383e250adaf46b186d5cad038957a6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215021 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33696}
2021-04-12 19:03:37 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 34f3c82122..2dffe06711 (867171:871492) Change log: https://chromium.googlesource.com/chromium/src/+log/34f3c82122..2dffe06711 Full diff: https://chromium.googlesource.com/chromium/src/+/34f3c82122..2dffe06711 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/cbc66d2601..db151ac5c5 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0cea8e20fb..399fa5ad74 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/99a2527e91..5dbd89c9d9 * src/buildtools/linux64: git_revision:b2e3d8622c1ce1bd853c7a11f62a739946669cdd..git_revision:dba01723a441c358d843a575cb7720d54ddcdf92 * src/buildtools/mac: git_revision:b2e3d8622c1ce1bd853c7a11f62a739946669cdd..git_revision:dba01723a441c358d843a575cb7720d54ddcdf92 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/cbf9455e83..d0f33885a2 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/cc80b4ac98..08f35c8514 * src/buildtools/win: git_revision:b2e3d8622c1ce1bd853c7a11f62a739946669cdd..git_revision:dba01723a441c358d843a575cb7720d54ddcdf92 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b106ab6171..3ba3cf8e84 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9511ad8751..85de9f3f89 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d4a93a19d0..32fe4ba2c6 * src/third_party/android_deps/libs/android_arch_core_common: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_core_runtime: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent: version:3.1.cr0..version:2@3.1.cr0 * src/third_party/android_deps/libs/classworlds_classworlds: version:1.1-alpha-2.cr0..version:2@1.1-alpha-2.cr0 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_collections: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_customview: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_design: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_documentfile: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_interpolator: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_loader: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_multidex: version:1.0.0.cr0..version:2@1.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_print: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_compat: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_v4: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_transition: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_viewpager: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs_configuration: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2.8.0.cr0..version:2@2.8.0.cr0 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:1.0.cr0..version:2@1.0.cr0 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:17.5.0.cr0..version:2@17.5.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:17.5.0.cr0..version:2@17.5.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:17.5.0.cr0..version:2@17.5.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:16.0.0.cr0..version:2@16.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:19.0.0-beta.cr0..version:2@19.0.0-beta.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:17.2.0.cr0..version:2@17.2.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:18.0.0.cr0..version:2@18.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:18.0.0.cr0..version:2@18.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_material_material: version:1.2.0-alpha06.cr0..version:2@1.2.0-alpha06.cr0 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:0.10.cr0..version:2@0.10.cr0 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:1.0-rc6.cr0..version:2@1.0-rc6.cr0 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:1.0-rc6.cr0..version:2@1.0-rc6.cr0 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:1.7.cr0..version:2@1.7.cr0 * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring: version:3.0.0.cr0..version:2@3.0.0.cr0 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:3.0.2.cr0..version:2@3.0.2.cr0 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2.8.0.cr0..version:2@2.8.0.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr0 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:16.0.0.cr0..version:2@16.0.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:19.5.0.cr0..version:2@19.5.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:16.1.0.cr0..version:2@16.1.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:16.1.0.cr0..version:2@16.1.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:17.1.0.cr0..version:2@17.1.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:21.0.1.cr0..version:2@21.0.1.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:16.3.5.cr0..version:2@16.3.5.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:16.0.1.cr0..version:2@16.0.1.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:18.0.0.cr0..version:2@18.0.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:21.0.1.cr0..version:2@21.0.1.cr0 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:1.5.cr0..version:2@1.5.cr0 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:1.0.1.cr0..version:2@1.0.1.cr0 * src/third_party/android_deps/libs/com_google_guava_guava: version:30.1-jre.cr0..version:2@30.1-jre.cr0 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:30.1-android.cr0..version:2@30.1-android.cr0 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:1.0.cr0..version:2@1.0.cr0 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:1.3.cr0..version:2@1.3.cr0 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:3.4.0.cr0..version:2@3.4.0.cr0 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:3.13.0.cr0..version:2@3.13.0.cr0 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:1.3.0.cr0..version:2@1.3.0.cr0 * src/third_party/android_deps/libs/com_squareup_javapoet: version:1.13.0.cr0..version:2@1.13.0.cr0 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2.1.1.cr0..version:2@2.1.1.cr0 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:1.3.2.cr0..version:2@1.3.2.cr0 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:1.0.cr0..version:2@1.0.cr0 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:1.cr0..version:2@1.cr0 * src/third_party/android_deps/libs/nekohtml_nekohtml: version:1.9.6.2.cr0..version:2@1.9.6.2.cr0 * src/third_party/android_deps/libs/nekohtml_xercesminimal: version:1.9.6.2.cr0..version:2@1.9.6.2.cr0 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:0.2.cr0..version:2@0.2.cr0 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2.3.0.cr0..version:2@2.3.0.cr0 * src/third_party/android_deps/libs/org_apache_ant_ant: version:1.8.0.cr0..version:2@1.8.0.cr0 * src/third_party/android_deps/libs/org_apache_ant_ant_launcher: version:1.8.0.cr0..version:2@1.8.0.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks: version:2.1.3.cr0..version:2@2.1.3.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_artifact: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_model: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_profile: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_project: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_settings: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:1.2.1.cr0..version:2@1.2.1.cr0 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2.5.5.cr0..version:2@2.5.5.cr0 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:3.5.0.cr0..version:2@3.5.0.cr0 * src/third_party/android_deps/libs/org_checkerframework_dataflow_shaded: version:3.1.2.cr0..version:2@3.1.2.cr0 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:1.17.cr0..version:2@1.17.cr0 * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default: version:1.0-alpha-9-stable-1.cr0..version:2@1.0-alpha-9-stable-1.cr0 * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation: version:1.11.cr0..version:2@1.11.cr0 * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils: version:1.5.15.cr0..version:2@1.5.15.cr0 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:13.0.cr0..version:2@13.0.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:1.3.72.cr0..version:2@1.4.30.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:1.3.72.cr0..version:2@1.4.30.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:0.1.0.cr0..version:2@0.1.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2.1.2.cr0..version:2@2.1.2.cr0 * src/third_party/android_deps/libs/org_robolectric_annotations: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_junit: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_resources: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_shadows_playservices: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_utils: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_threeten_threeten_extra: version:1.5.0.cr0..version:2@1.5.0.cr0 * src/third_party/androidx: v-p1zbJ800vLETiv98_a04Og1z_1IR6Cph3aB-RvpO0C..elLOzilYbu3vB2mpMZzZsC0i9QukqoU9miZ_PUmpeE8C * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/dff7d5afd5..3bea2815bf * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/36e45025a8..ab687ea7be * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e0de6a88e5..057831ef1f * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/104674b531..4fb42ae52e * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e9c50fa77d..b9b74f9f78 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1a8ecf1813..965f8ecbfd * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/d879aac971..81d656878e * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/79b7757996..6c93db7ff6 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a8c181050c..64994843e6 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/29f7c7e018..92a65a8f5d * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/acb2e677b4..9511660f93 * src/third_party/r8: TNGssqzExjlZ_AG4P92Hje4YYbM8o_TMSLQeRxrAB-8C..wupRO-hEg2hxgKU9FC5HKY88dMpfEpdimjxcgekXH8oC * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/79f0178cd3..70d42ae95a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/add6c82864..78b6ac0da4 * src/tools/luci-go: git_revision:40e3c704aad0fceec04344d281ae333de04fd2a5..git_revision:f784260b204b2d93c7bd6d1a619f09c6822e5926 * src/tools/luci-go: git_revision:40e3c704aad0fceec04344d281ae333de04fd2a5..git_revision:f784260b204b2d93c7bd6d1a619f09c6822e5926 * src/tools/luci-go: git_revision:40e3c704aad0fceec04344d281ae333de04fd2a5..git_revision:f784260b204b2d93c7bd6d1a619f09c6822e5926 Added dependencies * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_android_tools_common DEPS diff: https://chromium.googlesource.com/chromium/src/+/34f3c82122..2dffe06711/DEPS Clang version changed llvmorg-13-init-4720-g7bafe336:llvmorg-13-init-6429-g0e92cbd6 Details: https://chromium.googlesource.com/chromium/src/+/34f3c82122..2dffe06711/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I3b3a469e48383e250adaf46b186d5cad038957a6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215021 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33696}
2021-04-12 19:03:37 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common': {
Roll chromium_revision 34f3c82122..2dffe06711 (867171:871492) Change log: https://chromium.googlesource.com/chromium/src/+log/34f3c82122..2dffe06711 Full diff: https://chromium.googlesource.com/chromium/src/+/34f3c82122..2dffe06711 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/cbc66d2601..db151ac5c5 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0cea8e20fb..399fa5ad74 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/99a2527e91..5dbd89c9d9 * src/buildtools/linux64: git_revision:b2e3d8622c1ce1bd853c7a11f62a739946669cdd..git_revision:dba01723a441c358d843a575cb7720d54ddcdf92 * src/buildtools/mac: git_revision:b2e3d8622c1ce1bd853c7a11f62a739946669cdd..git_revision:dba01723a441c358d843a575cb7720d54ddcdf92 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/cbf9455e83..d0f33885a2 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/cc80b4ac98..08f35c8514 * src/buildtools/win: git_revision:b2e3d8622c1ce1bd853c7a11f62a739946669cdd..git_revision:dba01723a441c358d843a575cb7720d54ddcdf92 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b106ab6171..3ba3cf8e84 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9511ad8751..85de9f3f89 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d4a93a19d0..32fe4ba2c6 * src/third_party/android_deps/libs/android_arch_core_common: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_core_runtime: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent: version:3.1.cr0..version:2@3.1.cr0 * src/third_party/android_deps/libs/classworlds_classworlds: version:1.1-alpha-2.cr0..version:2@1.1-alpha-2.cr0 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_collections: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_customview: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_design: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_documentfile: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_interpolator: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_loader: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_multidex: version:1.0.0.cr0..version:2@1.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_print: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_compat: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_v4: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_transition: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_support_viewpager: version:28.0.0.cr0..version:2@28.0.0.cr0 * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs_configuration: version:1.1.1.cr0..version:2@1.1.1.cr0 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2.8.0.cr0..version:2@2.8.0.cr0 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:1.0.cr0..version:2@1.0.cr0 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:17.5.0.cr0..version:2@17.5.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:17.5.0.cr0..version:2@17.5.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:17.5.0.cr0..version:2@17.5.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:16.0.0.cr0..version:2@16.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:19.0.0-beta.cr0..version:2@19.0.0-beta.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:17.2.0.cr0..version:2@17.2.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:18.0.0.cr0..version:2@18.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:18.0.0.cr0..version:2@18.0.0.cr0 * src/third_party/android_deps/libs/com_google_android_material_material: version:1.2.0-alpha06.cr0..version:2@1.2.0-alpha06.cr0 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:0.10.cr0..version:2@0.10.cr0 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:1.0-rc6.cr0..version:2@1.0-rc6.cr0 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:1.0-rc6.cr0..version:2@1.0-rc6.cr0 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:1.7.cr0..version:2@1.7.cr0 * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring: version:3.0.0.cr0..version:2@3.0.0.cr0 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:3.0.2.cr0..version:2@3.0.2.cr0 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2.8.0.cr0..version:2@2.8.0.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2.30.cr0..version:2@2.30.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2.4.0.cr0..version:2@2.4.0.cr0 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr0 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:16.0.0.cr0..version:2@16.0.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:19.5.0.cr0..version:2@19.5.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:16.1.0.cr0..version:2@16.1.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:16.1.0.cr0..version:2@16.1.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:17.1.0.cr0..version:2@17.1.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:21.0.1.cr0..version:2@21.0.1.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:17.0.0.cr0..version:2@17.0.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:16.3.5.cr0..version:2@16.3.5.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:16.0.1.cr0..version:2@16.0.1.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:18.0.0.cr0..version:2@18.0.0.cr0 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:21.0.1.cr0..version:2@21.0.1.cr0 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:1.5.cr0..version:2@1.5.cr0 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:1.0.1.cr0..version:2@1.0.1.cr0 * src/third_party/android_deps/libs/com_google_guava_guava: version:30.1-jre.cr0..version:2@30.1-jre.cr0 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:30.1-android.cr0..version:2@30.1-android.cr0 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:1.0.cr0..version:2@1.0.cr0 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:1.3.cr0..version:2@1.3.cr0 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:3.4.0.cr0..version:2@3.4.0.cr0 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:3.13.0.cr0..version:2@3.13.0.cr0 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:1.3.0.cr0..version:2@1.3.0.cr0 * src/third_party/android_deps/libs/com_squareup_javapoet: version:1.13.0.cr0..version:2@1.13.0.cr0 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2.1.1.cr0..version:2@2.1.1.cr0 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:1.3.2.cr0..version:2@1.3.2.cr0 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:1.0.cr0..version:2@1.0.cr0 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:1.cr0..version:2@1.cr0 * src/third_party/android_deps/libs/nekohtml_nekohtml: version:1.9.6.2.cr0..version:2@1.9.6.2.cr0 * src/third_party/android_deps/libs/nekohtml_xercesminimal: version:1.9.6.2.cr0..version:2@1.9.6.2.cr0 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:0.2.cr0..version:2@0.2.cr0 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2.3.0.cr0..version:2@2.3.0.cr0 * src/third_party/android_deps/libs/org_apache_ant_ant: version:1.8.0.cr0..version:2@1.8.0.cr0 * src/third_party/android_deps/libs/org_apache_ant_ant_launcher: version:1.8.0.cr0..version:2@1.8.0.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks: version:2.1.3.cr0..version:2@2.1.3.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_artifact: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_model: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_profile: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_project: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_maven_settings: version:2.2.1.cr0..version:2@2.2.1.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api: version:1.0-beta-6.cr0..version:2@1.0-beta-6.cr0 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:1.2.1.cr0..version:2@1.2.1.cr0 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2.5.5.cr0..version:2@2.5.5.cr0 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:3.5.0.cr0..version:2@3.5.0.cr0 * src/third_party/android_deps/libs/org_checkerframework_dataflow_shaded: version:3.1.2.cr0..version:2@3.1.2.cr0 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:1.17.cr0..version:2@1.17.cr0 * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default: version:1.0-alpha-9-stable-1.cr0..version:2@1.0-alpha-9-stable-1.cr0 * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation: version:1.11.cr0..version:2@1.11.cr0 * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils: version:1.5.15.cr0..version:2@1.5.15.cr0 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:13.0.cr0..version:2@13.0.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:1.3.72.cr0..version:2@1.4.30.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:1.3.72.cr0..version:2@1.4.30.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:0.1.0.cr0..version:2@0.1.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:7.0.cr0..version:2@7.0.cr0 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2.1.2.cr0..version:2@2.1.2.cr0 * src/third_party/android_deps/libs/org_robolectric_annotations: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_junit: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_resources: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_shadows_playservices: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_utils: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:4.3.1.cr0..version:2@4.3.1.cr0 * src/third_party/android_deps/libs/org_threeten_threeten_extra: version:1.5.0.cr0..version:2@1.5.0.cr0 * src/third_party/androidx: v-p1zbJ800vLETiv98_a04Og1z_1IR6Cph3aB-RvpO0C..elLOzilYbu3vB2mpMZzZsC0i9QukqoU9miZ_PUmpeE8C * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/dff7d5afd5..3bea2815bf * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/36e45025a8..ab687ea7be * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e0de6a88e5..057831ef1f * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/104674b531..4fb42ae52e * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e9c50fa77d..b9b74f9f78 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1a8ecf1813..965f8ecbfd * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/d879aac971..81d656878e * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/79b7757996..6c93db7ff6 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a8c181050c..64994843e6 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/29f7c7e018..92a65a8f5d * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/acb2e677b4..9511660f93 * src/third_party/r8: TNGssqzExjlZ_AG4P92Hje4YYbM8o_TMSLQeRxrAB-8C..wupRO-hEg2hxgKU9FC5HKY88dMpfEpdimjxcgekXH8oC * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/79f0178cd3..70d42ae95a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/add6c82864..78b6ac0da4 * src/tools/luci-go: git_revision:40e3c704aad0fceec04344d281ae333de04fd2a5..git_revision:f784260b204b2d93c7bd6d1a619f09c6822e5926 * src/tools/luci-go: git_revision:40e3c704aad0fceec04344d281ae333de04fd2a5..git_revision:f784260b204b2d93c7bd6d1a619f09c6822e5926 * src/tools/luci-go: git_revision:40e3c704aad0fceec04344d281ae333de04fd2a5..git_revision:f784260b204b2d93c7bd6d1a619f09c6822e5926 Added dependencies * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_android_tools_common DEPS diff: https://chromium.googlesource.com/chromium/src/+/34f3c82122..2dffe06711/DEPS Clang version changed llvmorg-13-init-4720-g7bafe336:llvmorg-13-init-6429-g0e92cbd6 Details: https://chromium.googlesource.com/chromium/src/+/34f3c82122..2dffe06711/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I3b3a469e48383e250adaf46b186d5cad038957a6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215021 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33696}
2021-04-12 19:03:37 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_tools_sdk_common',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@30.2.0-beta01.cr1',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework': {
Roll chromium_revision 45304a5b38..417b7ce146 (999433:999552) Change log: https://chromium.googlesource.com/chromium/src/+log/45304a5b38..417b7ce146 Full diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c5ff734ecb..01e3d9104d * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/113378f9b3..7208eddba1 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/3170f27462..e248592443 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fa918eb7ae..bad52baf02 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e3744eedbc..aa14c9b817 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/13acea3645..23ddab2235 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ded0ab1e86..fd5689b73c Added dependencies * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_protobuf_protobuf_lite * src/third_party/android_deps/libs/org_hamcrest_hamcrest DEPS diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146/DEPS No update to Clang. BUG=None Change-Id: I64b46dcefe03bceca69ee6f3ed1de85d01881340 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261142 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#36764}
2022-05-04 13:08:10 -07:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework',
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'version': 'version:2@4.0.0.cr1',
Roll chromium_revision 45304a5b38..417b7ce146 (999433:999552) Change log: https://chromium.googlesource.com/chromium/src/+log/45304a5b38..417b7ce146 Full diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c5ff734ecb..01e3d9104d * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/113378f9b3..7208eddba1 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/3170f27462..e248592443 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fa918eb7ae..bad52baf02 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e3744eedbc..aa14c9b817 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/13acea3645..23ddab2235 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ded0ab1e86..fd5689b73c Added dependencies * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_protobuf_protobuf_lite * src/third_party/android_deps/libs/org_hamcrest_hamcrest DEPS diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146/DEPS No update to Clang. BUG=None Change-Id: I64b46dcefe03bceca69ee6f3ed1de85d01881340 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261142 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#36764}
2022-05-04 13:08:10 -07:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 45304a5b38..417b7ce146 (999433:999552) Change log: https://chromium.googlesource.com/chromium/src/+log/45304a5b38..417b7ce146 Full diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c5ff734ecb..01e3d9104d * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/113378f9b3..7208eddba1 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/3170f27462..e248592443 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fa918eb7ae..bad52baf02 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e3744eedbc..aa14c9b817 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/13acea3645..23ddab2235 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ded0ab1e86..fd5689b73c Added dependencies * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_protobuf_protobuf_lite * src/third_party/android_deps/libs/org_hamcrest_hamcrest DEPS diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146/DEPS No update to Clang. BUG=None Change-Id: I64b46dcefe03bceca69ee6f3ed1de85d01881340 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261142 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#36764}
2022-05-04 13:08:10 -07:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api': {
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_datatransport_transport_api',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@2.2.1.cr1',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth': {
Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) Manual changes: * Updated the list of generated Android DEPS * Removed javax_inject since it was removed from chromium * Add google-truth and proguard Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS No update to Clang. TBR=phoglund@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Remove javax_inject Update generated Android DEPS. Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a Reviewed-on: https://webrtc-review.googlesource.com/96422 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24466}
2018-08-28 09:58:37 +02:00
'packages': [
{
2018-08-30 11:08:38 +02:00
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_auth',
Roll chromium_revision 030af8fbf0..edc5771bf9 (1368717:1393593) Change log: https://chromium.googlesource.com/chromium/src/+log/030af8fbf0..edc5771bf9 Full diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9 Changed dependencies * fuchsia_version: version:24.20241014.3.1..version:26.20241203.6.1 * reclient_version: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/69f3676cdb..189a044d69 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/05874e6c94..351a8c7f44 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/db0eae9640..ba1ffdb859 * src/buildtools/linux64: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/mac: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/reclient: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/buildtools/win: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/452c8ab216..7bcd9c24de * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/eac4c18f74..aab53ebd79 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9d80a193fb..832ec8a32c * src/third_party/android_build_tools/aapt2/cipd: cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC..JPmxYHMZl4VH2Umf2-flGSdTVHtNDdFBmXd7v1Gs7EoC * src/third_party/android_build_tools/bundletool/cipd: sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C..Q-7KJYcc15Cn9iVy-7bk0tPH9-oUrhqHis6HmUzck80C * src/third_party/android_build_tools/error_prone/cipd: hUxlP8GvC1xhmZ6r9xjYau2laPlzHbs_P2emx4ZL4jgC..ClNqEKjHuNFTgplEe3HujivpADFDjRs0H0ijhyVUg2gC * src/third_party/android_build_tools/manifest_merger/cipd: rnIeJMlGw7adxOKZofLsm7tdYaOy1nHivJn9ck7ocVkC..ltqylfWRbafoft_Pjhfb4NciQwCb3J4PAkpcTZA7lW0C * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth: version:2@20.1.0.cr1..version:2@21.1.1.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone: version:2@18.0.1.cr1..version:2@18.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base: version:2@18.0.2.cr1..version:2@18.0.10.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm: version:2@3.9.0.cr1..version:2@3.9.1.cr1 * src/third_party/androidx/cipd: k1wif7sS51pJGSFGN7FAeGWDorxgPart9E1f383TQL4C..w6ABIi35Hbkb4RHJCx4sSWDpt7W9rBvJFkcPVufgZMIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/0fa9014d86..9559c4566a * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/6b0c5b7ee1..02dd5c3ffb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4479191661..4899cc831c * src/third_party/clang-format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/3c0acd2d4e..37f6e68a10 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/389450f61e..d242c47b43 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/20b9bdcace..8d20c1e0b5 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/686d694450..591ae4b02e * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f02bffad0f..0ae7e60737 * src/third_party/google_benchmark/src: https://chromium.googlesource.com/external/github.com/google/benchmark.git/+log/344117638c..761305ec3b * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/62df7bdbc1..35d0c36560 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1da053e87f..1c249be96e * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/4239b1559d..ba7ed88cc5 * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..U-h0kbYoIUjL__n_sfiudzFLH7-C9vKVsLSOA2XHkBEC * src/third_party/kotlin_stdlib/cipd: XJ7_doI-Qt7GFaSQ9BNo-3qF7Gv2--9Sa8GEUdjxMTUC..O9XlYa2GU1tlWmQ40OrK2Bekxjt372NtG5pMD-QyNaYC * src/third_party/kotlinc/current: FNZSCjJ6yKsi6oRcgQrt-lX0MDlaWoxT7gPTz0CjLhMC..HckNA1Q54JBiHrpY1gP5qblVCdeuVmGsiGCdv1XjqywC * src/third_party/libFuzzer/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git/+log/487e793763..e31b999178 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/840f879787..ff9badefdf * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6a68fd412b..619ccf0515 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/9a1d90c3b4..1bf8357272 * src/third_party/libsrtp: https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/000edd7914..a52756acb1 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/efc3baa2d1..6066b14957 * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/a3bb4cd02e..215bddfd8e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/906334ac1d..6f0c446c7b * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a8e59d2074..307b951229 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/98ed093183..ab4e0ad953 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/e57316a6ae..d3990a1c9d * src/third_party/r8/cipd: -i5fwP_NzM6Ylg5AsSGEotYN7hQgV852gXCslvXIrRwC..hmRsAQA2HG0DR196Odv3OKZYk-2Ul43tCtzrCyfWpEQC * src/third_party/r8/d8/cipd: 3KCj5eRYCvGGYs5i90pRaeihkzsqgUGc4OkICT8AOlIC..o7pbwAFk68RQBPYLlCUm0mQ6B3Bj9pykXOPvv8akR5kC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/third_party/turbine/cipd: vSia3h9tzpwpP_goLj4HMdl7_FEB5iVCv9nU5ZXOfIMC..c4onccFJcd8rKHM_6js-X_ucjXdFqhDWK8aUX4ARSkkC * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/7fb5347e88..b0a179d469 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c809c41331..ae13111c68 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_libraries_identity_googleid_googleid * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_blockstore * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_fido DEPS diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/DEPS Clang version changed llvmorg-20-init-6794-g3dbd929e:llvmorg-20-init-13894-g8cb44859 Details: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/tools/clang/scripts/update.py BUG=webrtc:383026404 Change-Id: I9570d31fc173189c3728f90e33d4ea5947615c0a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370710 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43519}
2024-12-09 14:23:04 +01:00
'version': 'version:2@21.1.1.cr1',
2018-08-30 11:08:38 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
2018-08-30 11:08:38 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone': {
2018-08-30 11:08:38 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone',
Roll chromium_revision 030af8fbf0..edc5771bf9 (1368717:1393593) Change log: https://chromium.googlesource.com/chromium/src/+log/030af8fbf0..edc5771bf9 Full diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9 Changed dependencies * fuchsia_version: version:24.20241014.3.1..version:26.20241203.6.1 * reclient_version: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/69f3676cdb..189a044d69 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/05874e6c94..351a8c7f44 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/db0eae9640..ba1ffdb859 * src/buildtools/linux64: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/mac: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/reclient: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/buildtools/win: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/452c8ab216..7bcd9c24de * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/eac4c18f74..aab53ebd79 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9d80a193fb..832ec8a32c * src/third_party/android_build_tools/aapt2/cipd: cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC..JPmxYHMZl4VH2Umf2-flGSdTVHtNDdFBmXd7v1Gs7EoC * src/third_party/android_build_tools/bundletool/cipd: sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C..Q-7KJYcc15Cn9iVy-7bk0tPH9-oUrhqHis6HmUzck80C * src/third_party/android_build_tools/error_prone/cipd: hUxlP8GvC1xhmZ6r9xjYau2laPlzHbs_P2emx4ZL4jgC..ClNqEKjHuNFTgplEe3HujivpADFDjRs0H0ijhyVUg2gC * src/third_party/android_build_tools/manifest_merger/cipd: rnIeJMlGw7adxOKZofLsm7tdYaOy1nHivJn9ck7ocVkC..ltqylfWRbafoft_Pjhfb4NciQwCb3J4PAkpcTZA7lW0C * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth: version:2@20.1.0.cr1..version:2@21.1.1.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone: version:2@18.0.1.cr1..version:2@18.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base: version:2@18.0.2.cr1..version:2@18.0.10.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm: version:2@3.9.0.cr1..version:2@3.9.1.cr1 * src/third_party/androidx/cipd: k1wif7sS51pJGSFGN7FAeGWDorxgPart9E1f383TQL4C..w6ABIi35Hbkb4RHJCx4sSWDpt7W9rBvJFkcPVufgZMIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/0fa9014d86..9559c4566a * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/6b0c5b7ee1..02dd5c3ffb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4479191661..4899cc831c * src/third_party/clang-format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/3c0acd2d4e..37f6e68a10 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/389450f61e..d242c47b43 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/20b9bdcace..8d20c1e0b5 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/686d694450..591ae4b02e * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f02bffad0f..0ae7e60737 * src/third_party/google_benchmark/src: https://chromium.googlesource.com/external/github.com/google/benchmark.git/+log/344117638c..761305ec3b * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/62df7bdbc1..35d0c36560 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1da053e87f..1c249be96e * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/4239b1559d..ba7ed88cc5 * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..U-h0kbYoIUjL__n_sfiudzFLH7-C9vKVsLSOA2XHkBEC * src/third_party/kotlin_stdlib/cipd: XJ7_doI-Qt7GFaSQ9BNo-3qF7Gv2--9Sa8GEUdjxMTUC..O9XlYa2GU1tlWmQ40OrK2Bekxjt372NtG5pMD-QyNaYC * src/third_party/kotlinc/current: FNZSCjJ6yKsi6oRcgQrt-lX0MDlaWoxT7gPTz0CjLhMC..HckNA1Q54JBiHrpY1gP5qblVCdeuVmGsiGCdv1XjqywC * src/third_party/libFuzzer/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git/+log/487e793763..e31b999178 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/840f879787..ff9badefdf * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6a68fd412b..619ccf0515 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/9a1d90c3b4..1bf8357272 * src/third_party/libsrtp: https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/000edd7914..a52756acb1 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/efc3baa2d1..6066b14957 * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/a3bb4cd02e..215bddfd8e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/906334ac1d..6f0c446c7b * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a8e59d2074..307b951229 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/98ed093183..ab4e0ad953 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/e57316a6ae..d3990a1c9d * src/third_party/r8/cipd: -i5fwP_NzM6Ylg5AsSGEotYN7hQgV852gXCslvXIrRwC..hmRsAQA2HG0DR196Odv3OKZYk-2Ul43tCtzrCyfWpEQC * src/third_party/r8/d8/cipd: 3KCj5eRYCvGGYs5i90pRaeihkzsqgUGc4OkICT8AOlIC..o7pbwAFk68RQBPYLlCUm0mQ6B3Bj9pykXOPvv8akR5kC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/third_party/turbine/cipd: vSia3h9tzpwpP_goLj4HMdl7_FEB5iVCv9nU5ZXOfIMC..c4onccFJcd8rKHM_6js-X_ucjXdFqhDWK8aUX4ARSkkC * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/7fb5347e88..b0a179d469 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c809c41331..ae13111c68 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_libraries_identity_googleid_googleid * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_blockstore * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_fido DEPS diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/DEPS Clang version changed llvmorg-20-init-6794-g3dbd929e:llvmorg-20-init-13894-g8cb44859 Details: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/tools/clang/scripts/update.py BUG=webrtc:383026404 Change-Id: I9570d31fc173189c3728f90e33d4ea5947615c0a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370710 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43519}
2024-12-09 14:23:04 +01:00
'version': 'version:2@18.0.2.cr1',
Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) Manual changes: * Updated the list of generated Android DEPS * Removed javax_inject since it was removed from chromium * Add google-truth and proguard Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS No update to Clang. TBR=phoglund@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Remove javax_inject Update generated Android DEPS. Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a Reviewed-on: https://webrtc-review.googlesource.com/96422 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24466}
2018-08-28 09:58:37 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) Manual changes: * Updated the list of generated Android DEPS * Removed javax_inject since it was removed from chromium * Add google-truth and proguard Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS No update to Clang. TBR=phoglund@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Remove javax_inject Update generated Android DEPS. Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a Reviewed-on: https://webrtc-review.googlesource.com/96422 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24466}
2018-08-28 09:58:37 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base',
Roll chromium_revision 030af8fbf0..edc5771bf9 (1368717:1393593) Change log: https://chromium.googlesource.com/chromium/src/+log/030af8fbf0..edc5771bf9 Full diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9 Changed dependencies * fuchsia_version: version:24.20241014.3.1..version:26.20241203.6.1 * reclient_version: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/69f3676cdb..189a044d69 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/05874e6c94..351a8c7f44 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/db0eae9640..ba1ffdb859 * src/buildtools/linux64: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/mac: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/reclient: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/buildtools/win: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/452c8ab216..7bcd9c24de * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/eac4c18f74..aab53ebd79 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9d80a193fb..832ec8a32c * src/third_party/android_build_tools/aapt2/cipd: cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC..JPmxYHMZl4VH2Umf2-flGSdTVHtNDdFBmXd7v1Gs7EoC * src/third_party/android_build_tools/bundletool/cipd: sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C..Q-7KJYcc15Cn9iVy-7bk0tPH9-oUrhqHis6HmUzck80C * src/third_party/android_build_tools/error_prone/cipd: hUxlP8GvC1xhmZ6r9xjYau2laPlzHbs_P2emx4ZL4jgC..ClNqEKjHuNFTgplEe3HujivpADFDjRs0H0ijhyVUg2gC * src/third_party/android_build_tools/manifest_merger/cipd: rnIeJMlGw7adxOKZofLsm7tdYaOy1nHivJn9ck7ocVkC..ltqylfWRbafoft_Pjhfb4NciQwCb3J4PAkpcTZA7lW0C * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth: version:2@20.1.0.cr1..version:2@21.1.1.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone: version:2@18.0.1.cr1..version:2@18.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base: version:2@18.0.2.cr1..version:2@18.0.10.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm: version:2@3.9.0.cr1..version:2@3.9.1.cr1 * src/third_party/androidx/cipd: k1wif7sS51pJGSFGN7FAeGWDorxgPart9E1f383TQL4C..w6ABIi35Hbkb4RHJCx4sSWDpt7W9rBvJFkcPVufgZMIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/0fa9014d86..9559c4566a * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/6b0c5b7ee1..02dd5c3ffb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4479191661..4899cc831c * src/third_party/clang-format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/3c0acd2d4e..37f6e68a10 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/389450f61e..d242c47b43 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/20b9bdcace..8d20c1e0b5 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/686d694450..591ae4b02e * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f02bffad0f..0ae7e60737 * src/third_party/google_benchmark/src: https://chromium.googlesource.com/external/github.com/google/benchmark.git/+log/344117638c..761305ec3b * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/62df7bdbc1..35d0c36560 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1da053e87f..1c249be96e * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/4239b1559d..ba7ed88cc5 * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..U-h0kbYoIUjL__n_sfiudzFLH7-C9vKVsLSOA2XHkBEC * src/third_party/kotlin_stdlib/cipd: XJ7_doI-Qt7GFaSQ9BNo-3qF7Gv2--9Sa8GEUdjxMTUC..O9XlYa2GU1tlWmQ40OrK2Bekxjt372NtG5pMD-QyNaYC * src/third_party/kotlinc/current: FNZSCjJ6yKsi6oRcgQrt-lX0MDlaWoxT7gPTz0CjLhMC..HckNA1Q54JBiHrpY1gP5qblVCdeuVmGsiGCdv1XjqywC * src/third_party/libFuzzer/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git/+log/487e793763..e31b999178 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/840f879787..ff9badefdf * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6a68fd412b..619ccf0515 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/9a1d90c3b4..1bf8357272 * src/third_party/libsrtp: https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/000edd7914..a52756acb1 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/efc3baa2d1..6066b14957 * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/a3bb4cd02e..215bddfd8e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/906334ac1d..6f0c446c7b * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a8e59d2074..307b951229 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/98ed093183..ab4e0ad953 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/e57316a6ae..d3990a1c9d * src/third_party/r8/cipd: -i5fwP_NzM6Ylg5AsSGEotYN7hQgV852gXCslvXIrRwC..hmRsAQA2HG0DR196Odv3OKZYk-2Ul43tCtzrCyfWpEQC * src/third_party/r8/d8/cipd: 3KCj5eRYCvGGYs5i90pRaeihkzsqgUGc4OkICT8AOlIC..o7pbwAFk68RQBPYLlCUm0mQ6B3Bj9pykXOPvv8akR5kC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/third_party/turbine/cipd: vSia3h9tzpwpP_goLj4HMdl7_FEB5iVCv9nU5ZXOfIMC..c4onccFJcd8rKHM_6js-X_ucjXdFqhDWK8aUX4ARSkkC * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/7fb5347e88..b0a179d469 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c809c41331..ae13111c68 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_libraries_identity_googleid_googleid * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_blockstore * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_fido DEPS diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/DEPS Clang version changed llvmorg-20-init-6794-g3dbd929e:llvmorg-20-init-13894-g8cb44859 Details: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/tools/clang/scripts/update.py BUG=webrtc:383026404 Change-Id: I9570d31fc173189c3728f90e33d4ea5947615c0a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370710 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43519}
2024-12-09 14:23:04 +01:00
'version': 'version:2@18.0.10.cr1',
},
],
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_blockstore': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_auth_blockstore',
'version': 'version:2@16.4.0.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_base',
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'version': 'version:2@18.5.0.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_basement',
Roll chromium_revision 34323c2209..1fab80dad9 (1405583:1405738) Change log: https://chromium.googlesource.com/chromium/src/+log/34323c2209..1fab80dad9 Full diff: https://chromium.googlesource.com/chromium/src/+/34323c2209..1fab80dad9 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/943f4ded26..d55837781b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bbdae0b409..e8485b291a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/83adde3dad..20f470554f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/86d0372526..1b90331d4c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/792a773544..69213d06bb * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.0.0.cr1..version:2@4.1.1.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement: version:2@18.4.0.cr1..version:2@18.5.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials: version:2@16.0.0-alpha02.cr1..version:2@16.0.0-alpha04.cr1 * src/third_party/androidx/cipd: SgrqBlWCI5LkTzOF-U0o3PpLs27z1EHeYf15q-exbVEC..fo4-wfWpq9bmst8F64v9PNRzBj6NBcDIlW9IT490PPkC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/574fd72ebc..7db3433bd4 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c4c972c5f0..580dbb72d8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a912cd245b..b576ab3b78 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f219996754..ee1310ab5c * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/87fffb7eaf..ae6208fc45 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/0b3d3cc75b..38f6220c88 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac_arm64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Win/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/e49b13a9e2..6149bffa50 DEPS diff: https://chromium.googlesource.com/chromium/src/+/34323c2209..1fab80dad9/DEPS No update to Clang. BUG=None Change-Id: I006e9d2ae6f0a370eecbfaa6edf4808b67ad5121 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/374241 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@{#43725}
2025-01-13 14:02:59 -08:00
'version': 'version:2@18.5.0.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast': {
2018-08-30 11:08:38 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_cast',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@17.0.0.cr1',
2018-08-30 11:08:38 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
2018-08-30 11:08:38 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework': {
2018-08-30 11:08:38 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@17.0.0.cr1',
2018-08-30 11:08:38 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
2018-08-30 11:08:38 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut': {
2018-08-30 11:08:38 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@17.0.0.cr1',
2018-08-30 11:08:38 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
2018-08-30 11:08:38 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging': {
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@16.0.0.cr1',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision 030af8fbf0..edc5771bf9 (1368717:1393593) Change log: https://chromium.googlesource.com/chromium/src/+log/030af8fbf0..edc5771bf9 Full diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9 Changed dependencies * fuchsia_version: version:24.20241014.3.1..version:26.20241203.6.1 * reclient_version: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/69f3676cdb..189a044d69 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/05874e6c94..351a8c7f44 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/db0eae9640..ba1ffdb859 * src/buildtools/linux64: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/mac: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/reclient: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/buildtools/win: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/452c8ab216..7bcd9c24de * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/eac4c18f74..aab53ebd79 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9d80a193fb..832ec8a32c * src/third_party/android_build_tools/aapt2/cipd: cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC..JPmxYHMZl4VH2Umf2-flGSdTVHtNDdFBmXd7v1Gs7EoC * src/third_party/android_build_tools/bundletool/cipd: sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C..Q-7KJYcc15Cn9iVy-7bk0tPH9-oUrhqHis6HmUzck80C * src/third_party/android_build_tools/error_prone/cipd: hUxlP8GvC1xhmZ6r9xjYau2laPlzHbs_P2emx4ZL4jgC..ClNqEKjHuNFTgplEe3HujivpADFDjRs0H0ijhyVUg2gC * src/third_party/android_build_tools/manifest_merger/cipd: rnIeJMlGw7adxOKZofLsm7tdYaOy1nHivJn9ck7ocVkC..ltqylfWRbafoft_Pjhfb4NciQwCb3J4PAkpcTZA7lW0C * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth: version:2@20.1.0.cr1..version:2@21.1.1.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone: version:2@18.0.1.cr1..version:2@18.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base: version:2@18.0.2.cr1..version:2@18.0.10.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm: version:2@3.9.0.cr1..version:2@3.9.1.cr1 * src/third_party/androidx/cipd: k1wif7sS51pJGSFGN7FAeGWDorxgPart9E1f383TQL4C..w6ABIi35Hbkb4RHJCx4sSWDpt7W9rBvJFkcPVufgZMIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/0fa9014d86..9559c4566a * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/6b0c5b7ee1..02dd5c3ffb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4479191661..4899cc831c * src/third_party/clang-format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/3c0acd2d4e..37f6e68a10 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/389450f61e..d242c47b43 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/20b9bdcace..8d20c1e0b5 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/686d694450..591ae4b02e * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f02bffad0f..0ae7e60737 * src/third_party/google_benchmark/src: https://chromium.googlesource.com/external/github.com/google/benchmark.git/+log/344117638c..761305ec3b * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/62df7bdbc1..35d0c36560 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1da053e87f..1c249be96e * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/4239b1559d..ba7ed88cc5 * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..U-h0kbYoIUjL__n_sfiudzFLH7-C9vKVsLSOA2XHkBEC * src/third_party/kotlin_stdlib/cipd: XJ7_doI-Qt7GFaSQ9BNo-3qF7Gv2--9Sa8GEUdjxMTUC..O9XlYa2GU1tlWmQ40OrK2Bekxjt372NtG5pMD-QyNaYC * src/third_party/kotlinc/current: FNZSCjJ6yKsi6oRcgQrt-lX0MDlaWoxT7gPTz0CjLhMC..HckNA1Q54JBiHrpY1gP5qblVCdeuVmGsiGCdv1XjqywC * src/third_party/libFuzzer/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git/+log/487e793763..e31b999178 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/840f879787..ff9badefdf * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6a68fd412b..619ccf0515 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/9a1d90c3b4..1bf8357272 * src/third_party/libsrtp: https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/000edd7914..a52756acb1 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/efc3baa2d1..6066b14957 * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/a3bb4cd02e..215bddfd8e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/906334ac1d..6f0c446c7b * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a8e59d2074..307b951229 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/98ed093183..ab4e0ad953 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/e57316a6ae..d3990a1c9d * src/third_party/r8/cipd: -i5fwP_NzM6Ylg5AsSGEotYN7hQgV852gXCslvXIrRwC..hmRsAQA2HG0DR196Odv3OKZYk-2Ul43tCtzrCyfWpEQC * src/third_party/r8/d8/cipd: 3KCj5eRYCvGGYs5i90pRaeihkzsqgUGc4OkICT8AOlIC..o7pbwAFk68RQBPYLlCUm0mQ6B3Bj9pykXOPvv8akR5kC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/third_party/turbine/cipd: vSia3h9tzpwpP_goLj4HMdl7_FEB5iVCv9nU5ZXOfIMC..c4onccFJcd8rKHM_6js-X_ucjXdFqhDWK8aUX4ARSkkC * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/7fb5347e88..b0a179d469 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c809c41331..ae13111c68 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_libraries_identity_googleid_googleid * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_blockstore * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_fido DEPS diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/DEPS Clang version changed llvmorg-20-init-6794-g3dbd929e:llvmorg-20-init-13894-g8cb44859 Details: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/tools/clang/scripts/update.py BUG=webrtc:383026404 Change-Id: I9570d31fc173189c3728f90e33d4ea5947615c0a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370710 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43519}
2024-12-09 14:23:04 +01:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_fido': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_fido',
'version': 'version:2@21.1.0.cr1',
},
],
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags': {
2018-08-30 11:08:38 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_flags',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@17.0.0.cr1',
2018-08-30 11:08:38 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
2018-08-30 11:08:38 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm': {
2018-08-30 11:08:38 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_gcm',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@17.0.0.cr1',
2018-08-30 11:08:38 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
2018-08-30 11:08:38 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_identity_credentials',
Roll chromium_revision 9223092253..7a354b1e92 (1421467:1421643) Change log: https://chromium.googlesource.com/chromium/src/+log/9223092253..7a354b1e92 Full diff: https://chromium.googlesource.com/chromium/src/+/9223092253..7a354b1e92 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8b4641ec2a..1dc0aa52df * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2b435b2234..657abbc847 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3a9d6268c4..6a564190d0 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/011a16e4a8..d73ec2ac2a * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials: version:2@16.0.0-alpha04.cr1..version:2@16.0.0-alpha05.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1a42cb8b27..2b619cc49c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/213348885f..0a3addbf63 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/3bd423e03f..1d61720657 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1bfb87456d..4ce2473d1d * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Mac_arm64/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz,Win/rust-toolchain-9fcc9cf4a202aadfe1f44722b39c83536eba3dba-2-llvmorg-21-init-1655-g7b473dfe.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4738de59a2..02366ee1e1 DEPS diff: https://chromium.googlesource.com/chromium/src/+/9223092253..7a354b1e92/DEPS No update to Clang. BUG=None Change-Id: I39de48770efbf4758cc04291ea1e7ea7874efdc9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377680 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@{#43920}
2025-02-18 14:06:55 -08:00
'version': 'version:2@16.0.0-alpha05.cr1',
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
},
],
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid': {
2018-08-30 11:08:38 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_iid',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@17.0.0.cr1',
2018-08-30 11:08:38 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
2018-08-30 11:08:38 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps': {
2018-08-30 11:08:38 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps',
Roll chromium_revision 6d7878cb33..2c71305f8d (997007:997792) Change log: https://chromium.googlesource.com/chromium/src/+log/6d7878cb33..2c71305f8d Full diff: https://chromium.googlesource.com/chromium/src/+/6d7878cb33..2c71305f8d Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8261266302..1936293b59 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/87b04ad665..c393df7e73 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/f0d740e4e2..113378f9b3 * src/buildtools/linux64: git_revision:ecec350e71ea4600f7bde967854e083fbc53a37f..git_revision:48b013c9d9debc0f5fc1dd71a257b3c38c5acb43 * src/buildtools/mac: git_revision:ecec350e71ea4600f7bde967854e083fbc53a37f..git_revision:48b013c9d9debc0f5fc1dd71a257b3c38c5acb43 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/a53022fa7e..c055932162 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43a7a256a0..d8a47466e3 * src/buildtools/win: git_revision:ecec350e71ea4600f7bde967854e083fbc53a37f..git_revision:48b013c9d9debc0f5fc1dd71a257b3c38c5acb43 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ac2b722342..78c796fee8 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b926234b2f..4a2f544bfa * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9bef587db2..98d31af5e3 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr1..version:2@20.1.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr1..version:2@18.0.2.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr1..version:2@19.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr1..version:2@20.1.3.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr1..version:2@19.1.3.cr1 * src/third_party/androidx: k4t_4yTm03LpWgvtVabkki_hjYZ0-R6vK2R68XEEKFwC..W49waog_dod6ZGkIni6NUwsPyX_eRgTIRv3f0sszUcQC * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/381db68adc..8a87603683 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/e24a83a72b..7977bb492a * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/2f647cd610..b384c7aa6b * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8ca1cca79e..fc36b66b31 DEPS diff: https://chromium.googlesource.com/chromium/src/+/6d7878cb33..2c71305f8d/DEPS Clang version changed llvmorg-15-init-8609-g3254f468:llvmorg-15-init-8945-g3d7da810 Details: https://chromium.googlesource.com/chromium/src/+/6d7878cb33..2c71305f8d/tools/clang/scripts/update.py BUG=None Change-Id: I2f626127c5b057f752f8a67cbb4b5b6fb137ed50 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/260500 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@{#36713}
2022-04-29 11:03:21 -07:00
'version': 'version:2@18.0.1.cr1',
2018-08-30 11:08:38 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
2018-08-30 11:08:38 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location': {
2018-08-30 11:08:38 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_location',
Roll chromium_revision d6f2f1ce6b..27cbc72c1a (1296010:1296748) Change log: https://chromium.googlesource.com/chromium/src/+log/d6f2f1ce6b..27cbc72c1a Full diff: https://chromium.googlesource.com/chromium/src/+/d6f2f1ce6b..27cbc72c1a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/19d62484ea..6d818d2c6c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/ce8359ec57..beb031dae2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/53137cc40f..cf4ffc52d9 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/47f4e44806..973b66d6ca * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/81e66a1a83..c6e9e7ee9e * src/third_party/android_build_tools/manifest_merger: wRnJA-ZlBBQipw_wjYJJemxCCPSZHenIFsWKi3GI_FUC..tz8dYQ_yBEZJRVhtzyyCjOlbOfujkHRWcYZy7419o_cC * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@18.0.1.cr1..version:2@18.1.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@19.0.1.cr1..version:2@21.0.1.cr1 * src/third_party/androidx: QJH3W7euxvA0VlO7Gw3B_5KT8nHZUNzykyAm-WXiLF0C..DwQdkBicJUAwrRqlcXGhgR9YPbBfSPQDXV_lL6Lhe2oC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/0421a22c02..4cc26001b9 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/39c8c75cf6..a60f90e38e * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/13d1180f45..7bd887f177 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2954cb8d87..2d16ed055d * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/ae7e8cc435..5ccdc66ab6 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/51fe358446..09737b8e11 * src/third_party/r8: fXvmQSzprkeb1fs3dnkBm_gsAhb5aUtQGRmUq3Oi1WYC..NvYmFgaDR5pSbEH88fOJRqBbLZT5maGLr_7_iZD3vg4C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/0d315e6aaf..1ead5ebcea Removed dependency * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport DEPS diff: https://chromium.googlesource.com/chromium/src/+/d6f2f1ce6b..27cbc72c1a/DEPS No update to Clang. BUG=None Change-Id: I8d4d43be2adf406299b67617f4265ee4ea08d712 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/349697 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@{#42232}
2024-05-06 03:08:51 -07:00
'version': 'version:2@21.0.1.cr1',
2018-08-30 11:08:38 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
2018-08-30 11:08:38 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype': {
2018-08-30 11:08:38 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@17.0.0.cr1',
2018-08-30 11:08:38 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
2018-08-30 11:08:38 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats': {
2018-08-30 11:08:38 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_stats',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@17.0.0.cr1',
2018-08-30 11:08:38 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
2018-08-30 11:08:38 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_tasks',
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'version': 'version:2@18.2.0.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision': {
Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) Manual changes: * Updated the list of generated Android DEPS * Removed javax_inject since it was removed from chromium * Add google-truth and proguard Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS No update to Clang. TBR=phoglund@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Remove javax_inject Update generated Android DEPS. Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a Reviewed-on: https://webrtc-review.googlesource.com/96422 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24466}
2018-08-28 09:58:37 +02:00
'packages': [
{
2018-08-30 11:08:38 +02:00
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_vision',
Roll chromium_revision 6d7878cb33..2c71305f8d (997007:997792) Change log: https://chromium.googlesource.com/chromium/src/+log/6d7878cb33..2c71305f8d Full diff: https://chromium.googlesource.com/chromium/src/+/6d7878cb33..2c71305f8d Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8261266302..1936293b59 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/87b04ad665..c393df7e73 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/f0d740e4e2..113378f9b3 * src/buildtools/linux64: git_revision:ecec350e71ea4600f7bde967854e083fbc53a37f..git_revision:48b013c9d9debc0f5fc1dd71a257b3c38c5acb43 * src/buildtools/mac: git_revision:ecec350e71ea4600f7bde967854e083fbc53a37f..git_revision:48b013c9d9debc0f5fc1dd71a257b3c38c5acb43 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/a53022fa7e..c055932162 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43a7a256a0..d8a47466e3 * src/buildtools/win: git_revision:ecec350e71ea4600f7bde967854e083fbc53a37f..git_revision:48b013c9d9debc0f5fc1dd71a257b3c38c5acb43 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ac2b722342..78c796fee8 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b926234b2f..4a2f544bfa * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9bef587db2..98d31af5e3 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr1..version:2@20.1.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr1..version:2@18.0.2.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr1..version:2@19.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr1..version:2@20.1.3.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr1..version:2@19.1.3.cr1 * src/third_party/androidx: k4t_4yTm03LpWgvtVabkki_hjYZ0-R6vK2R68XEEKFwC..W49waog_dod6ZGkIni6NUwsPyX_eRgTIRv3f0sszUcQC * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/381db68adc..8a87603683 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/e24a83a72b..7977bb492a * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/2f647cd610..b384c7aa6b * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8ca1cca79e..fc36b66b31 DEPS diff: https://chromium.googlesource.com/chromium/src/+/6d7878cb33..2c71305f8d/DEPS Clang version changed llvmorg-15-init-8609-g3254f468:llvmorg-15-init-8945-g3d7da810 Details: https://chromium.googlesource.com/chromium/src/+/6d7878cb33..2c71305f8d/tools/clang/scripts/update.py BUG=None Change-Id: I2f626127c5b057f752f8a67cbb4b5b6fb137ed50 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/260500 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@{#36713}
2022-04-29 11:03:21 -07:00
'version': 'version:2@20.1.3.cr1',
2018-08-30 11:08:38 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
2018-08-30 11:08:38 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common': {
2018-08-30 11:08:38 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common',
Roll chromium_revision 6d7878cb33..2c71305f8d (997007:997792) Change log: https://chromium.googlesource.com/chromium/src/+log/6d7878cb33..2c71305f8d Full diff: https://chromium.googlesource.com/chromium/src/+/6d7878cb33..2c71305f8d Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8261266302..1936293b59 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/87b04ad665..c393df7e73 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/f0d740e4e2..113378f9b3 * src/buildtools/linux64: git_revision:ecec350e71ea4600f7bde967854e083fbc53a37f..git_revision:48b013c9d9debc0f5fc1dd71a257b3c38c5acb43 * src/buildtools/mac: git_revision:ecec350e71ea4600f7bde967854e083fbc53a37f..git_revision:48b013c9d9debc0f5fc1dd71a257b3c38c5acb43 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/a53022fa7e..c055932162 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43a7a256a0..d8a47466e3 * src/buildtools/win: git_revision:ecec350e71ea4600f7bde967854e083fbc53a37f..git_revision:48b013c9d9debc0f5fc1dd71a257b3c38c5acb43 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ac2b722342..78c796fee8 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b926234b2f..4a2f544bfa * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9bef587db2..98d31af5e3 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr1..version:2@20.1.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr1..version:2@18.0.2.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr1..version:2@19.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr1..version:2@20.1.3.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr1..version:2@19.1.3.cr1 * src/third_party/androidx: k4t_4yTm03LpWgvtVabkki_hjYZ0-R6vK2R68XEEKFwC..W49waog_dod6ZGkIni6NUwsPyX_eRgTIRv3f0sszUcQC * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/381db68adc..8a87603683 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/e24a83a72b..7977bb492a * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/2f647cd610..b384c7aa6b * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8ca1cca79e..fc36b66b31 DEPS diff: https://chromium.googlesource.com/chromium/src/+/6d7878cb33..2c71305f8d/DEPS Clang version changed llvmorg-15-init-8609-g3254f468:llvmorg-15-init-8945-g3d7da810 Details: https://chromium.googlesource.com/chromium/src/+/6d7878cb33..2c71305f8d/tools/clang/scripts/update.py BUG=None Change-Id: I2f626127c5b057f752f8a67cbb4b5b6fb137ed50 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/260500 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@{#36713}
2022-04-29 11:03:21 -07:00
'version': 'version:2@19.1.3.cr1',
2018-08-30 11:08:38 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
2018-08-30 11:08:38 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
Roll chromium_revision 030af8fbf0..edc5771bf9 (1368717:1393593) Change log: https://chromium.googlesource.com/chromium/src/+log/030af8fbf0..edc5771bf9 Full diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9 Changed dependencies * fuchsia_version: version:24.20241014.3.1..version:26.20241203.6.1 * reclient_version: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/69f3676cdb..189a044d69 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/05874e6c94..351a8c7f44 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/db0eae9640..ba1ffdb859 * src/buildtools/linux64: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/mac: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/reclient: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/buildtools/win: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/452c8ab216..7bcd9c24de * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/eac4c18f74..aab53ebd79 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9d80a193fb..832ec8a32c * src/third_party/android_build_tools/aapt2/cipd: cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC..JPmxYHMZl4VH2Umf2-flGSdTVHtNDdFBmXd7v1Gs7EoC * src/third_party/android_build_tools/bundletool/cipd: sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C..Q-7KJYcc15Cn9iVy-7bk0tPH9-oUrhqHis6HmUzck80C * src/third_party/android_build_tools/error_prone/cipd: hUxlP8GvC1xhmZ6r9xjYau2laPlzHbs_P2emx4ZL4jgC..ClNqEKjHuNFTgplEe3HujivpADFDjRs0H0ijhyVUg2gC * src/third_party/android_build_tools/manifest_merger/cipd: rnIeJMlGw7adxOKZofLsm7tdYaOy1nHivJn9ck7ocVkC..ltqylfWRbafoft_Pjhfb4NciQwCb3J4PAkpcTZA7lW0C * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth: version:2@20.1.0.cr1..version:2@21.1.1.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone: version:2@18.0.1.cr1..version:2@18.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base: version:2@18.0.2.cr1..version:2@18.0.10.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm: version:2@3.9.0.cr1..version:2@3.9.1.cr1 * src/third_party/androidx/cipd: k1wif7sS51pJGSFGN7FAeGWDorxgPart9E1f383TQL4C..w6ABIi35Hbkb4RHJCx4sSWDpt7W9rBvJFkcPVufgZMIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/0fa9014d86..9559c4566a * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/6b0c5b7ee1..02dd5c3ffb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4479191661..4899cc831c * src/third_party/clang-format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/3c0acd2d4e..37f6e68a10 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/389450f61e..d242c47b43 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/20b9bdcace..8d20c1e0b5 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/686d694450..591ae4b02e * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f02bffad0f..0ae7e60737 * src/third_party/google_benchmark/src: https://chromium.googlesource.com/external/github.com/google/benchmark.git/+log/344117638c..761305ec3b * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/62df7bdbc1..35d0c36560 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1da053e87f..1c249be96e * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/4239b1559d..ba7ed88cc5 * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..U-h0kbYoIUjL__n_sfiudzFLH7-C9vKVsLSOA2XHkBEC * src/third_party/kotlin_stdlib/cipd: XJ7_doI-Qt7GFaSQ9BNo-3qF7Gv2--9Sa8GEUdjxMTUC..O9XlYa2GU1tlWmQ40OrK2Bekxjt372NtG5pMD-QyNaYC * src/third_party/kotlinc/current: FNZSCjJ6yKsi6oRcgQrt-lX0MDlaWoxT7gPTz0CjLhMC..HckNA1Q54JBiHrpY1gP5qblVCdeuVmGsiGCdv1XjqywC * src/third_party/libFuzzer/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git/+log/487e793763..e31b999178 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/840f879787..ff9badefdf * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6a68fd412b..619ccf0515 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/9a1d90c3b4..1bf8357272 * src/third_party/libsrtp: https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/000edd7914..a52756acb1 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/efc3baa2d1..6066b14957 * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/a3bb4cd02e..215bddfd8e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/906334ac1d..6f0c446c7b * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a8e59d2074..307b951229 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/98ed093183..ab4e0ad953 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/e57316a6ae..d3990a1c9d * src/third_party/r8/cipd: -i5fwP_NzM6Ylg5AsSGEotYN7hQgV852gXCslvXIrRwC..hmRsAQA2HG0DR196Odv3OKZYk-2Ul43tCtzrCyfWpEQC * src/third_party/r8/d8/cipd: 3KCj5eRYCvGGYs5i90pRaeihkzsqgUGc4OkICT8AOlIC..o7pbwAFk68RQBPYLlCUm0mQ6B3Bj9pykXOPvv8akR5kC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/third_party/turbine/cipd: vSia3h9tzpwpP_goLj4HMdl7_FEB5iVCv9nU5ZXOfIMC..c4onccFJcd8rKHM_6js-X_ucjXdFqhDWK8aUX4ARSkkC * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/7fb5347e88..b0a179d469 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c809c41331..ae13111c68 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_libraries_identity_googleid_googleid * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_blockstore * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_fido DEPS diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/DEPS Clang version changed llvmorg-20-init-6794-g3dbd929e:llvmorg-20-init-13894-g8cb44859 Details: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/tools/clang/scripts/update.py BUG=webrtc:383026404 Change-Id: I9570d31fc173189c3728f90e33d4ea5947615c0a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370710 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43519}
2024-12-09 14:23:04 +01:00
'src/third_party/android_deps/cipd/libs/com_google_android_libraries_identity_googleid_googleid': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_libraries_identity_googleid_googleid',
'version': 'version:2@1.1.1.cr1',
},
],
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_material_material': {
Roll chromium_revision 5e84fd2515..d74690feb1 (692730:692875) Change log: https://chromium.googlesource.com/chromium/src/+log/5e84fd2515..d74690feb1 Full diff: https://chromium.googlesource.com/chromium/src/+/5e84fd2515..d74690feb1 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8c4b9fc6d4..0f64a756c5 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/fb91e5b693..b3e93c0482 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e0c65f1b8a..48037d2833 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/47728d0c1d..7b91b663fc * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a52ef709dd..8bc6decc0b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/355e97e300..1db68ea0ba * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/543a3b939d..3fa35aa420 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d4b258f2db..347ed0a547 Added dependencies * src/third_party/android_deps/libs/androidx_collection_collection * src/third_party/android_deps/libs/androidx_legacy_legacy_support_v13 * src/third_party/android_deps/libs/androidx_cardview_cardview * src/third_party/android_deps/libs/androidx_arch_core_core_runtime * src/third_party/android_deps/libs/androidx_media_media * src/third_party/android_deps/libs/androidx_customview_customview * src/third_party/android_deps/libs/androidx_vectordrawable_vectordrawable * src/third_party/android_deps/libs/androidx_core_core * src/third_party/android_deps/libs/androidx_lifecycle_lifecycle_common_java8 * src/third_party/android_deps/libs/androidx_documentfile_documentfile * src/third_party/android_deps/libs/androidx_fragment_fragment * src/third_party/android_deps/libs/androidx_cursoradapter_cursoradapter * src/third_party/android_deps/libs/androidx_legacy_legacy_support_core_ui * src/third_party/android_deps/libs/androidx_lifecycle_lifecycle_viewmodel * src/third_party/android_deps/libs/androidx_appcompat_appcompat * src/third_party/android_deps/libs/androidx_transition_transition * src/third_party/android_deps/libs/androidx_legacy_legacy_support_core_utils * src/third_party/android_deps/libs/androidx_swiperefreshlayout_swiperefreshlayout * src/third_party/android_deps/libs/androidx_legacy_legacy_support_v4 * src/third_party/android_deps/libs/androidx_mediarouter_mediarouter * src/third_party/android_deps/libs/androidx_versionedparcelable_versionedparcelable * src/third_party/android_deps/libs/androidx_localbroadcastmanager_localbroadcastmanager * src/third_party/android_deps/libs/androidx_arch_core_core_common * src/third_party/android_deps/libs/androidx_coordinatorlayout_coordinatorlayout * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/androidx_lifecycle_lifecycle_livedata * src/third_party/android_deps/libs/androidx_legacy_legacy_preference_v14 * src/third_party/android_deps/libs/androidx_vectordrawable_vectordrawable_animated * src/third_party/android_deps/libs/androidx_viewpager_viewpager * src/third_party/android_deps/libs/androidx_palette_palette * src/third_party/android_deps/libs/androidx_slidingpanelayout_slidingpanelayout * src/third_party/android_deps/libs/androidx_drawerlayout_drawerlayout * src/third_party/android_deps/libs/androidx_preference_preference * src/third_party/android_deps/libs/androidx_leanback_leanback * src/third_party/android_deps/libs/androidx_asynclayoutinflater_asynclayoutinflater * src/third_party/android_deps/libs/androidx_multidex_multidex * src/third_party/android_deps/libs/androidx_gridlayout_gridlayout * src/third_party/android_deps/libs/androidx_print_print * src/third_party/android_deps/libs/androidx_loader_loader * src/third_party/android_deps/libs/androidx_interpolator_interpolator * src/third_party/android_deps/libs/androidx_recyclerview_recyclerview * src/third_party/android_deps/libs/androidx_leanback_leanback_preference * src/third_party/android_deps/libs/androidx_lifecycle_lifecycle_runtime * src/third_party/android_deps/libs/androidx_lifecycle_lifecycle_livedata_core DEPS diff: https://chromium.googlesource.com/chromium/src/+/5e84fd2515..d74690feb1/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Idbc98ffe235505d8301a198f83bc3662c9788a9f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/151320 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@{#29054}
2019-09-03 15:01:32 -07:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_material_material',
Roll chromium_revision 3b70d6f26c..a49e44e2c9 (1354985:1361576) Change log: https://chromium.googlesource.com/chromium/src/+log/3b70d6f26c..a49e44e2c9 Full diff: https://chromium.googlesource.com/chromium/src/+/3b70d6f26c..a49e44e2c9 Changed dependencies * fuchsia_version: version:24.20240906.3.1..version:24.20240927.1.1 * ninja_version: version:2@1.12.1.chromium.4..version:3@1.12.1.chromium.4 * reclient_version: re_client_version:0.163.0.d27158ab-gomaip..re_client_version:0.164.0.76480e37-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7f2a56694b..dc2b59cbcd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8e0612cd2c..9b11bd3a6a * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e4f992c066..7f979120bf * src/buildtools/linux64: git_revision:20806f79c6b4ba295274e3a589d85db41a02fdaa..git_revision:95b0f8fe31a992a33c040bbe3867901335c12762 * src/buildtools/mac: git_revision:20806f79c6b4ba295274e3a589d85db41a02fdaa..git_revision:95b0f8fe31a992a33c040bbe3867901335c12762 * src/buildtools/reclient: re_client_version:0.163.0.d27158ab-gomaip..re_client_version:0.164.0.76480e37-gomaip * src/buildtools/win: git_revision:20806f79c6b4ba295274e3a589d85db41a02fdaa..git_revision:95b0f8fe31a992a33c040bbe3867901335c12762 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8e01efd2a9..35b4a08423 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3f4138fcb1..f0e6c7d37b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/27c9b4efc2..264b412a76 * src/third_party/android_build_tools/error_prone/cipd: fNCLAzE8NSvOXTryvUGT3NmX8no8lyRHR1yfY0zbv8YC..YE3pEw2WCnBXxGYzRUWClmkwiGF1u9FtWzN_NpztxlgC * src/third_party/android_build_tools/manifest_merger/cipd: JnUHT3SsYpv4WBlOV5VrBkuj2Q9SJ3cXlNHZ-u78L5IC..nF0aNBggEihalcCW3jCKPV8O-xsiz2xTWqzRjbCLyIYC * src/third_party/android_deps/cipd/libs/com_google_android_material_material: version:2@1.11.0-beta01.cr1..version:2@1.13.0-alpha05.cr1 * src/third_party/androidx/cipd: -HPg6kSZtheePVbklOqBtMGHIYS9d0uoR7S-NfR5kGoC..3-zFsZXBqCk_7AGLOqS53gb2vatfs72IsA9TdrYDHpEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/e724ef0208..72a60506de * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/296226a4a0..b952ef48c3 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/6b3c489a2e..a7a40a3fde * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d43a3eb748..2c16d7f80b * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/91903c28af..30735bb16a * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/0953a17a42..6dae7eb4a5 * src/third_party/kotlin_stdlib/cipd: b48PGccyaRl9kI3MLdJ36I-z5Zcj9NOCjsUg02Bl-EIC..sM4BDDeBT0q8-CGW_b8KvNMIyDvVB4r6GCaTIkC51lMC * src/third_party/kotlinc/current: PKwXlOC2iNJx0ELcmUpSTk0GHbNMEM-HZwhs2AWl1WUC..sWflNFi1lIChwNkfw5cn9pvABtOAVLcuUQMHvx9s0ccC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d5265b1736..3177866cdd * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/887f732df0..e2d898ca22 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/29b2e9a0f4..d0c57cb48f * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dc70138c3e..9846aba7d4 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/fbf63dff1f..09b3d5fc5a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/874f391dbf..77f3acade4 * src/third_party/ninja: version:2@1.12.1.chromium.4..version:3@1.12.1.chromium.4 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/97a5d7ed4d..b0c45bb46c * src/third_party/r8/cipd: mqzE1g-dbf23PQ04w-4TpmupGkMOnZljVa993-MkzhIC..fPtOVFF2pWq045gaoD8_EIc8Kg9zbgBc6ydnAE7ATicC * src/third_party/r8/d8/cipd: vw5kLlW3-suSlCKSO9OQpFWpR8oDnvQ8k1RgKNUapQYC..yEomA-IPmb_JtuiEvwgtxRHtSEaICkDY1sDko_rQGO0C * src/third_party/turbine/cipd: aLKJszAm9PXh5T9KNcDH0MQJeEAIpEiFAYVEimlKdDsC..jgDuyha_VOnbWcvPhoSVjeQWyIfb_WwGGzpBQOhrFZsC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/453f7ad001..a78b3e1101 * src/tools/luci-go: git_revision:1aca70b6bf116c1bd8fbf0526c9a89e9be308718..git_revision:cb4b10bea51ea74dbdfeb6d377481c884ab23db8 * src/tools/luci-go: git_revision:1aca70b6bf116c1bd8fbf0526c9a89e9be308718..git_revision:cb4b10bea51ea74dbdfeb6d377481c884ab23db8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3b70d6f26c..a49e44e2c9/DEPS No update to Clang. BUG=None Change-Id: I30d953dfee919325afd81383f030357e9bd70f55 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/364045 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@{#43102}
2024-09-29 01:09:13 -07:00
'version': 'version:2@1.13.0-alpha05.cr1',
Roll chromium_revision 6f7025c98c..487e5997d5 (893293:898251) Change log: https://chromium.googlesource.com/chromium/src/+log/6f7025c98c..487e5997d5 Full diff: https://chromium.googlesource.com/chromium/src/+/6f7025c98c..487e5997d5 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/39aab38bd4..375308e176 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a6379d4f30..1486ca3f44 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/466954eda3..fd3f3c1998 * src/buildtools/linux64: git_revision:d2dce7523036ed7c55fbb8d2f272ab3720d5cf34..git_revision:4d207c94eab41f09c9a8505eb47f3d2919e47943 * src/buildtools/mac: git_revision:d2dce7523036ed7c55fbb8d2f272ab3720d5cf34..git_revision:4d207c94eab41f09c9a8505eb47f3d2919e47943 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/f4328ad7c0..ae0481e55f * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/a38ef11ab6..ed4a85ec99 * src/buildtools/win: git_revision:d2dce7523036ed7c55fbb8d2f272ab3720d5cf34..git_revision:4d207c94eab41f09c9a8505eb47f3d2919e47943 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e4ba8b69f..5d0e9c8dfd * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/941fd54fff..aa6d8cbd3e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/57d2a56d14..756cc37d55 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.2.0-alpha06.cr0..version:2@1.4.0-rc01.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.4.3.cr0..version:2@1.5.0.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.4.3.cr0..version:2@1.5.0.cr0 * src/third_party/androidx: X9QRQdySUF6AfnqQBWGClKiBkrEs0dsHy1AorJ0Ekt8C..vkahwUbk9HRhzrr8mgzcH3AgAK7oO3vXVSi8NPmUpDwC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/7fffa4636c..a10017c548 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/c484031f1f..b95c4868b1 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/96bc38d7d5..e9a8ef0dd3 * src/third_party/crc32c/src: https://chromium.googlesource.com/external/github.com/google/crc32c.git/+log/5998f84515..fa5ade41ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/74ef838a40..a806594b95 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/7e1d53a09f..05c195662f * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/c6fcd61228..d3dc2da9b2 * src/third_party/google_benchmark/src: https://chromium.googlesource.com/external/github.com/google/benchmark.git/+log/ffe1342eb2..e991355c02 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e2239ee604..4ec4cd23f4 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/4811e8f5d7..cc9bb29491 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/12287adee9..aba245dde3 * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/aab2c87473..8c06e391ab * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/61edec1efb..eebc5cd487 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/d57b60b2a9..b0345c864e * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/22ba62ffe7..965b19a863 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/680815db18..d8c4d8f481 * src/tools/luci-go: git_revision:2adc53281f4a72ecb71e84a8af5acc0fced04cc9..git_revision:40f945205c8670537d14901c310374774f589254 * src/tools/luci-go: git_revision:2adc53281f4a72ecb71e84a8af5acc0fced04cc9..git_revision:40f945205c8670537d14901c310374774f589254 * src/tools/luci-go: git_revision:2adc53281f4a72ecb71e84a8af5acc0fced04cc9..git_revision:40f945205c8670537d14901c310374774f589254 Added dependencies * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/com_google_android_play_core DEPS diff: https://chromium.googlesource.com/chromium/src/+/6f7025c98c..487e5997d5/DEPS Clang version changed llvmorg-13-init-12881-g4017d033:llvmorg-13-init-14086-ge1b8fde1 Details: https://chromium.googlesource.com/chromium/src/+/6f7025c98c..487e5997d5/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ib55b600ea3713f95d013e771d5c90acd03c16523 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/224821 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@{#34412}
2021-07-02 11:14:07 -07:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 6f7025c98c..487e5997d5 (893293:898251) Change log: https://chromium.googlesource.com/chromium/src/+log/6f7025c98c..487e5997d5 Full diff: https://chromium.googlesource.com/chromium/src/+/6f7025c98c..487e5997d5 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/39aab38bd4..375308e176 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a6379d4f30..1486ca3f44 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/466954eda3..fd3f3c1998 * src/buildtools/linux64: git_revision:d2dce7523036ed7c55fbb8d2f272ab3720d5cf34..git_revision:4d207c94eab41f09c9a8505eb47f3d2919e47943 * src/buildtools/mac: git_revision:d2dce7523036ed7c55fbb8d2f272ab3720d5cf34..git_revision:4d207c94eab41f09c9a8505eb47f3d2919e47943 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/f4328ad7c0..ae0481e55f * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/a38ef11ab6..ed4a85ec99 * src/buildtools/win: git_revision:d2dce7523036ed7c55fbb8d2f272ab3720d5cf34..git_revision:4d207c94eab41f09c9a8505eb47f3d2919e47943 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e4ba8b69f..5d0e9c8dfd * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/941fd54fff..aa6d8cbd3e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/57d2a56d14..756cc37d55 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.2.0-alpha06.cr0..version:2@1.4.0-rc01.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.4.3.cr0..version:2@1.5.0.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.4.3.cr0..version:2@1.5.0.cr0 * src/third_party/androidx: X9QRQdySUF6AfnqQBWGClKiBkrEs0dsHy1AorJ0Ekt8C..vkahwUbk9HRhzrr8mgzcH3AgAK7oO3vXVSi8NPmUpDwC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/7fffa4636c..a10017c548 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/c484031f1f..b95c4868b1 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/96bc38d7d5..e9a8ef0dd3 * src/third_party/crc32c/src: https://chromium.googlesource.com/external/github.com/google/crc32c.git/+log/5998f84515..fa5ade41ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/74ef838a40..a806594b95 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/7e1d53a09f..05c195662f * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/c6fcd61228..d3dc2da9b2 * src/third_party/google_benchmark/src: https://chromium.googlesource.com/external/github.com/google/benchmark.git/+log/ffe1342eb2..e991355c02 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e2239ee604..4ec4cd23f4 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/4811e8f5d7..cc9bb29491 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/12287adee9..aba245dde3 * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/aab2c87473..8c06e391ab * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/61edec1efb..eebc5cd487 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/d57b60b2a9..b0345c864e * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/22ba62ffe7..965b19a863 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/680815db18..d8c4d8f481 * src/tools/luci-go: git_revision:2adc53281f4a72ecb71e84a8af5acc0fced04cc9..git_revision:40f945205c8670537d14901c310374774f589254 * src/tools/luci-go: git_revision:2adc53281f4a72ecb71e84a8af5acc0fced04cc9..git_revision:40f945205c8670537d14901c310374774f589254 * src/tools/luci-go: git_revision:2adc53281f4a72ecb71e84a8af5acc0fced04cc9..git_revision:40f945205c8670537d14901c310374774f589254 Added dependencies * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/com_google_android_play_core DEPS diff: https://chromium.googlesource.com/chromium/src/+/6f7025c98c..487e5997d5/DEPS Clang version changed llvmorg-13-init-12881-g4017d033:llvmorg-13-init-14086-ge1b8fde1 Details: https://chromium.googlesource.com/chromium/src/+/6f7025c98c..487e5997d5/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ib55b600ea3713f95d013e771d5c90acd03c16523 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/224821 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@{#34412}
2021-07-02 11:14:07 -07:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_play_core_common': {
Roll chromium_revision b39fd8fad6..39192b4c63 (1103515:1104403) Change log: https://chromium.googlesource.com/chromium/src/+log/b39fd8fad6..39192b4c63 Full diff: https://chromium.googlesource.com/chromium/src/+/b39fd8fad6..39192b4c63 Changed dependencies * fuchsia_vesion: version:11.20230209.2.1..version:11.20230213.0.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/4c0de397db..d78c3d57a4 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de801e9921..72a5519940 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/70e9f44cbc..dbaf3c47d5 * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/035440c707..fb27d308b0 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e95b94b74d..f0ea28495a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/0585530ca8..1f2d3756f5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/c304e79dbb..c1ff82d297 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/33fc1ea758..27a24c6db0 * src/third_party/android_build_tools/manifest_merger: gzy9U2HI42hR8r1zspR-mPI3BQ6I3zTmJ3GojAQrvgcC..2JpGK05syKIkt6K-gSTBDV90H50KLdXLP_vyVhXRWqcC * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@18.0.1.cr1..version:2@18.1.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@18.0.1.cr1..version:2@18.0.2.cr1 * src/third_party/androidx: DmFWfKTs5X8UZayNJFuL3kDaONOVDU9NarTxeqLoyRYC..GKy4LARn3eG5qTUEQ110uKvs6CP-0YfU1FYMVl1WYFkC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/37e879a7d1..7947234401 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/023ee12319..e636a25853 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/de8b92dd7e..dacbb55433 * src/third_party/r8: UgTC8OKm5SiqQeTkdMMHkq0jL9h_6gbpI0YTBfHWrs8C..aPfF8BYhTWRf1GioUYZMwrC8hlAaLFllM_tfppFbRBIC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4b4825241b..249f92dc74 * src/tools/luci-go: git_revision:f6b5518e872364f59bb17dd5a967270b38331b84..git_revision:a4b0cf91f9d6e0436705b94b979fe070d21912b1 * src/tools/luci-go: git_revision:f6b5518e872364f59bb17dd5a967270b38331b84..git_revision:a4b0cf91f9d6e0436705b94b979fe070d21912b1 Added dependencies * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_android_play_core_common Removed dependency * src/third_party/android_deps/libs/com_google_android_play_core DEPS diff: https://chromium.googlesource.com/chromium/src/+/b39fd8fad6..39192b4c63/DEPS No update to Clang. BUG=None Change-Id: I8929b4d1ed1a8dc7db62f454e7e879fb6d08a6c9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/293180 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@{#39300}
2023-02-13 02:01:22 -08:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_play_core_common',
'version': 'version:2@2.0.2.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision b39fd8fad6..39192b4c63 (1103515:1104403) Change log: https://chromium.googlesource.com/chromium/src/+log/b39fd8fad6..39192b4c63 Full diff: https://chromium.googlesource.com/chromium/src/+/b39fd8fad6..39192b4c63 Changed dependencies * fuchsia_vesion: version:11.20230209.2.1..version:11.20230213.0.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/4c0de397db..d78c3d57a4 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de801e9921..72a5519940 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/70e9f44cbc..dbaf3c47d5 * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/035440c707..fb27d308b0 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e95b94b74d..f0ea28495a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/0585530ca8..1f2d3756f5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/c304e79dbb..c1ff82d297 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/33fc1ea758..27a24c6db0 * src/third_party/android_build_tools/manifest_merger: gzy9U2HI42hR8r1zspR-mPI3BQ6I3zTmJ3GojAQrvgcC..2JpGK05syKIkt6K-gSTBDV90H50KLdXLP_vyVhXRWqcC * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@18.0.1.cr1..version:2@18.1.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@18.0.1.cr1..version:2@18.0.2.cr1 * src/third_party/androidx: DmFWfKTs5X8UZayNJFuL3kDaONOVDU9NarTxeqLoyRYC..GKy4LARn3eG5qTUEQ110uKvs6CP-0YfU1FYMVl1WYFkC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/37e879a7d1..7947234401 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/023ee12319..e636a25853 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/de8b92dd7e..dacbb55433 * src/third_party/r8: UgTC8OKm5SiqQeTkdMMHkq0jL9h_6gbpI0YTBfHWrs8C..aPfF8BYhTWRf1GioUYZMwrC8hlAaLFllM_tfppFbRBIC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4b4825241b..249f92dc74 * src/tools/luci-go: git_revision:f6b5518e872364f59bb17dd5a967270b38331b84..git_revision:a4b0cf91f9d6e0436705b94b979fe070d21912b1 * src/tools/luci-go: git_revision:f6b5518e872364f59bb17dd5a967270b38331b84..git_revision:a4b0cf91f9d6e0436705b94b979fe070d21912b1 Added dependencies * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_android_play_core_common Removed dependency * src/third_party/android_deps/libs/com_google_android_play_core DEPS diff: https://chromium.googlesource.com/chromium/src/+/b39fd8fad6..39192b4c63/DEPS No update to Clang. BUG=None Change-Id: I8929b4d1ed1a8dc7db62f454e7e879fb6d08a6c9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/293180 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@{#39300}
2023-02-13 02:01:22 -08:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery': {
Roll chromium_revision 6f7025c98c..487e5997d5 (893293:898251) Change log: https://chromium.googlesource.com/chromium/src/+log/6f7025c98c..487e5997d5 Full diff: https://chromium.googlesource.com/chromium/src/+/6f7025c98c..487e5997d5 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/39aab38bd4..375308e176 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a6379d4f30..1486ca3f44 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/466954eda3..fd3f3c1998 * src/buildtools/linux64: git_revision:d2dce7523036ed7c55fbb8d2f272ab3720d5cf34..git_revision:4d207c94eab41f09c9a8505eb47f3d2919e47943 * src/buildtools/mac: git_revision:d2dce7523036ed7c55fbb8d2f272ab3720d5cf34..git_revision:4d207c94eab41f09c9a8505eb47f3d2919e47943 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/f4328ad7c0..ae0481e55f * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/a38ef11ab6..ed4a85ec99 * src/buildtools/win: git_revision:d2dce7523036ed7c55fbb8d2f272ab3720d5cf34..git_revision:4d207c94eab41f09c9a8505eb47f3d2919e47943 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e4ba8b69f..5d0e9c8dfd * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/941fd54fff..aa6d8cbd3e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/57d2a56d14..756cc37d55 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.2.0-alpha06.cr0..version:2@1.4.0-rc01.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.4.3.cr0..version:2@1.5.0.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.4.3.cr0..version:2@1.5.0.cr0 * src/third_party/androidx: X9QRQdySUF6AfnqQBWGClKiBkrEs0dsHy1AorJ0Ekt8C..vkahwUbk9HRhzrr8mgzcH3AgAK7oO3vXVSi8NPmUpDwC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/7fffa4636c..a10017c548 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/c484031f1f..b95c4868b1 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/96bc38d7d5..e9a8ef0dd3 * src/third_party/crc32c/src: https://chromium.googlesource.com/external/github.com/google/crc32c.git/+log/5998f84515..fa5ade41ee * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/74ef838a40..a806594b95 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/7e1d53a09f..05c195662f * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/c6fcd61228..d3dc2da9b2 * src/third_party/google_benchmark/src: https://chromium.googlesource.com/external/github.com/google/benchmark.git/+log/ffe1342eb2..e991355c02 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e2239ee604..4ec4cd23f4 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/4811e8f5d7..cc9bb29491 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/12287adee9..aba245dde3 * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/aab2c87473..8c06e391ab * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/61edec1efb..eebc5cd487 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/d57b60b2a9..b0345c864e * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/22ba62ffe7..965b19a863 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/680815db18..d8c4d8f481 * src/tools/luci-go: git_revision:2adc53281f4a72ecb71e84a8af5acc0fced04cc9..git_revision:40f945205c8670537d14901c310374774f589254 * src/tools/luci-go: git_revision:2adc53281f4a72ecb71e84a8af5acc0fced04cc9..git_revision:40f945205c8670537d14901c310374774f589254 * src/tools/luci-go: git_revision:2adc53281f4a72ecb71e84a8af5acc0fced04cc9..git_revision:40f945205c8670537d14901c310374774f589254 Added dependencies * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/com_google_android_play_core DEPS diff: https://chromium.googlesource.com/chromium/src/+/6f7025c98c..487e5997d5/DEPS Clang version changed llvmorg-13-init-12881-g4017d033:llvmorg-13-init-14086-ge1b8fde1 Details: https://chromium.googlesource.com/chromium/src/+/6f7025c98c..487e5997d5/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ib55b600ea3713f95d013e771d5c90acd03c16523 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/224821 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@{#34412}
2021-07-02 11:14:07 -07:00
'packages': [
{
Roll chromium_revision b39fd8fad6..39192b4c63 (1103515:1104403) Change log: https://chromium.googlesource.com/chromium/src/+log/b39fd8fad6..39192b4c63 Full diff: https://chromium.googlesource.com/chromium/src/+/b39fd8fad6..39192b4c63 Changed dependencies * fuchsia_vesion: version:11.20230209.2.1..version:11.20230213.0.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/4c0de397db..d78c3d57a4 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/de801e9921..72a5519940 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/70e9f44cbc..dbaf3c47d5 * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/035440c707..fb27d308b0 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e95b94b74d..f0ea28495a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/0585530ca8..1f2d3756f5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/c304e79dbb..c1ff82d297 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/33fc1ea758..27a24c6db0 * src/third_party/android_build_tools/manifest_merger: gzy9U2HI42hR8r1zspR-mPI3BQ6I3zTmJ3GojAQrvgcC..2JpGK05syKIkt6K-gSTBDV90H50KLdXLP_vyVhXRWqcC * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@18.0.1.cr1..version:2@18.1.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@18.0.1.cr1..version:2@18.0.2.cr1 * src/third_party/androidx: DmFWfKTs5X8UZayNJFuL3kDaONOVDU9NarTxeqLoyRYC..GKy4LARn3eG5qTUEQ110uKvs6CP-0YfU1FYMVl1WYFkC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/37e879a7d1..7947234401 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/023ee12319..e636a25853 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/de8b92dd7e..dacbb55433 * src/third_party/r8: UgTC8OKm5SiqQeTkdMMHkq0jL9h_6gbpI0YTBfHWrs8C..aPfF8BYhTWRf1GioUYZMwrC8hlAaLFllM_tfppFbRBIC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4b4825241b..249f92dc74 * src/tools/luci-go: git_revision:f6b5518e872364f59bb17dd5a967270b38331b84..git_revision:a4b0cf91f9d6e0436705b94b979fe070d21912b1 * src/tools/luci-go: git_revision:f6b5518e872364f59bb17dd5a967270b38331b84..git_revision:a4b0cf91f9d6e0436705b94b979fe070d21912b1 Added dependencies * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_android_play_core_common Removed dependency * src/third_party/android_deps/libs/com_google_android_play_core DEPS diff: https://chromium.googlesource.com/chromium/src/+/b39fd8fad6..39192b4c63/DEPS No update to Clang. BUG=None Change-Id: I8929b4d1ed1a8dc7db62f454e7e879fb6d08a6c9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/293180 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@{#39300}
2023-02-13 02:01:22 -08:00
'package': 'chromium/third_party/android_deps/libs/com_google_android_play_feature_delivery',
'version': 'version:2@2.0.1.cr1',
Roll chromium_revision 5e84fd2515..d74690feb1 (692730:692875) Change log: https://chromium.googlesource.com/chromium/src/+log/5e84fd2515..d74690feb1 Full diff: https://chromium.googlesource.com/chromium/src/+/5e84fd2515..d74690feb1 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8c4b9fc6d4..0f64a756c5 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/fb91e5b693..b3e93c0482 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e0c65f1b8a..48037d2833 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/47728d0c1d..7b91b663fc * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a52ef709dd..8bc6decc0b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/355e97e300..1db68ea0ba * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/543a3b939d..3fa35aa420 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d4b258f2db..347ed0a547 Added dependencies * src/third_party/android_deps/libs/androidx_collection_collection * src/third_party/android_deps/libs/androidx_legacy_legacy_support_v13 * src/third_party/android_deps/libs/androidx_cardview_cardview * src/third_party/android_deps/libs/androidx_arch_core_core_runtime * src/third_party/android_deps/libs/androidx_media_media * src/third_party/android_deps/libs/androidx_customview_customview * src/third_party/android_deps/libs/androidx_vectordrawable_vectordrawable * src/third_party/android_deps/libs/androidx_core_core * src/third_party/android_deps/libs/androidx_lifecycle_lifecycle_common_java8 * src/third_party/android_deps/libs/androidx_documentfile_documentfile * src/third_party/android_deps/libs/androidx_fragment_fragment * src/third_party/android_deps/libs/androidx_cursoradapter_cursoradapter * src/third_party/android_deps/libs/androidx_legacy_legacy_support_core_ui * src/third_party/android_deps/libs/androidx_lifecycle_lifecycle_viewmodel * src/third_party/android_deps/libs/androidx_appcompat_appcompat * src/third_party/android_deps/libs/androidx_transition_transition * src/third_party/android_deps/libs/androidx_legacy_legacy_support_core_utils * src/third_party/android_deps/libs/androidx_swiperefreshlayout_swiperefreshlayout * src/third_party/android_deps/libs/androidx_legacy_legacy_support_v4 * src/third_party/android_deps/libs/androidx_mediarouter_mediarouter * src/third_party/android_deps/libs/androidx_versionedparcelable_versionedparcelable * src/third_party/android_deps/libs/androidx_localbroadcastmanager_localbroadcastmanager * src/third_party/android_deps/libs/androidx_arch_core_core_common * src/third_party/android_deps/libs/androidx_coordinatorlayout_coordinatorlayout * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/androidx_lifecycle_lifecycle_livedata * src/third_party/android_deps/libs/androidx_legacy_legacy_preference_v14 * src/third_party/android_deps/libs/androidx_vectordrawable_vectordrawable_animated * src/third_party/android_deps/libs/androidx_viewpager_viewpager * src/third_party/android_deps/libs/androidx_palette_palette * src/third_party/android_deps/libs/androidx_slidingpanelayout_slidingpanelayout * src/third_party/android_deps/libs/androidx_drawerlayout_drawerlayout * src/third_party/android_deps/libs/androidx_preference_preference * src/third_party/android_deps/libs/androidx_leanback_leanback * src/third_party/android_deps/libs/androidx_asynclayoutinflater_asynclayoutinflater * src/third_party/android_deps/libs/androidx_multidex_multidex * src/third_party/android_deps/libs/androidx_gridlayout_gridlayout * src/third_party/android_deps/libs/androidx_print_print * src/third_party/android_deps/libs/androidx_loader_loader * src/third_party/android_deps/libs/androidx_interpolator_interpolator * src/third_party/android_deps/libs/androidx_recyclerview_recyclerview * src/third_party/android_deps/libs/androidx_leanback_leanback_preference * src/third_party/android_deps/libs/androidx_lifecycle_lifecycle_runtime * src/third_party/android_deps/libs/androidx_lifecycle_lifecycle_livedata_core DEPS diff: https://chromium.googlesource.com/chromium/src/+/5e84fd2515..d74690feb1/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Idbc98ffe235505d8301a198f83bc3662c9788a9f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/151320 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@{#29054}
2019-09-03 15:01:32 -07:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 5e84fd2515..d74690feb1 (692730:692875) Change log: https://chromium.googlesource.com/chromium/src/+log/5e84fd2515..d74690feb1 Full diff: https://chromium.googlesource.com/chromium/src/+/5e84fd2515..d74690feb1 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8c4b9fc6d4..0f64a756c5 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/fb91e5b693..b3e93c0482 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e0c65f1b8a..48037d2833 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/47728d0c1d..7b91b663fc * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a52ef709dd..8bc6decc0b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/355e97e300..1db68ea0ba * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/543a3b939d..3fa35aa420 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d4b258f2db..347ed0a547 Added dependencies * src/third_party/android_deps/libs/androidx_collection_collection * src/third_party/android_deps/libs/androidx_legacy_legacy_support_v13 * src/third_party/android_deps/libs/androidx_cardview_cardview * src/third_party/android_deps/libs/androidx_arch_core_core_runtime * src/third_party/android_deps/libs/androidx_media_media * src/third_party/android_deps/libs/androidx_customview_customview * src/third_party/android_deps/libs/androidx_vectordrawable_vectordrawable * src/third_party/android_deps/libs/androidx_core_core * src/third_party/android_deps/libs/androidx_lifecycle_lifecycle_common_java8 * src/third_party/android_deps/libs/androidx_documentfile_documentfile * src/third_party/android_deps/libs/androidx_fragment_fragment * src/third_party/android_deps/libs/androidx_cursoradapter_cursoradapter * src/third_party/android_deps/libs/androidx_legacy_legacy_support_core_ui * src/third_party/android_deps/libs/androidx_lifecycle_lifecycle_viewmodel * src/third_party/android_deps/libs/androidx_appcompat_appcompat * src/third_party/android_deps/libs/androidx_transition_transition * src/third_party/android_deps/libs/androidx_legacy_legacy_support_core_utils * src/third_party/android_deps/libs/androidx_swiperefreshlayout_swiperefreshlayout * src/third_party/android_deps/libs/androidx_legacy_legacy_support_v4 * src/third_party/android_deps/libs/androidx_mediarouter_mediarouter * src/third_party/android_deps/libs/androidx_versionedparcelable_versionedparcelable * src/third_party/android_deps/libs/androidx_localbroadcastmanager_localbroadcastmanager * src/third_party/android_deps/libs/androidx_arch_core_core_common * src/third_party/android_deps/libs/androidx_coordinatorlayout_coordinatorlayout * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/androidx_lifecycle_lifecycle_livedata * src/third_party/android_deps/libs/androidx_legacy_legacy_preference_v14 * src/third_party/android_deps/libs/androidx_vectordrawable_vectordrawable_animated * src/third_party/android_deps/libs/androidx_viewpager_viewpager * src/third_party/android_deps/libs/androidx_palette_palette * src/third_party/android_deps/libs/androidx_slidingpanelayout_slidingpanelayout * src/third_party/android_deps/libs/androidx_drawerlayout_drawerlayout * src/third_party/android_deps/libs/androidx_preference_preference * src/third_party/android_deps/libs/androidx_leanback_leanback * src/third_party/android_deps/libs/androidx_asynclayoutinflater_asynclayoutinflater * src/third_party/android_deps/libs/androidx_multidex_multidex * src/third_party/android_deps/libs/androidx_gridlayout_gridlayout * src/third_party/android_deps/libs/androidx_print_print * src/third_party/android_deps/libs/androidx_loader_loader * src/third_party/android_deps/libs/androidx_interpolator_interpolator * src/third_party/android_deps/libs/androidx_recyclerview_recyclerview * src/third_party/android_deps/libs/androidx_leanback_leanback_preference * src/third_party/android_deps/libs/androidx_lifecycle_lifecycle_runtime * src/third_party/android_deps/libs/androidx_lifecycle_lifecycle_livedata_core DEPS diff: https://chromium.googlesource.com/chromium/src/+/5e84fd2515..d74690feb1/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Idbc98ffe235505d8301a198f83bc3662c9788a9f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/151320 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@{#29054}
2019-09-03 15:01:32 -07:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@1.0-rc6.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations': {
Roll chromium_revision a9cc4f4732..31d34f548e (785286:785408) Change log: https://chromium.googlesource.com/chromium/src/+log/a9cc4f4732..31d34f548e Full diff: https://chromium.googlesource.com/chromium/src/+/a9cc4f4732..31d34f548e Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e802438166..f2a563ac13 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/96a67839bb..1a541c1582 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/420c8e8e9c..3dfe063f28 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/0822b567ee..a711b11325 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d26a020617..38a4b81800 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2.7.0-cr0..version:2.8.0-cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2.3.4-cr0..version:2.4.0-cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2.3.4-cr0..version:2.4.0-cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2.3.4-cr0..version:2.4.0-cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2.3.4-cr0..version:2.4.0-cr0 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2.3.4-cr0..version:2.4.0-cr0 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:3.0.0-cr0..version:2.10.0-cr0 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/350be7ea72..1783b3bd55 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/04c9d66f3e..ac38d0f35a Added dependencies * src/third_party/android_deps/libs/org_checkerframework_dataflow_shaded * src/third_party/android_deps/libs/org_threeten_threeten_extra * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations Removed dependencies * src/third_party/android_deps/libs/org_plumelib_reflection_util * src/third_party/android_deps/libs/org_plumelib_require_javadoc * src/third_party/android_deps/libs/org_checkerframework_dataflow * src/third_party/android_deps/libs/org_checkerframework_javacutil * src/third_party/android_deps/libs/org_plumelib_plume_util DEPS diff: https://chromium.googlesource.com/chromium/src/+/a9cc4f4732..31d34f548e/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ia8554431c9898fccdf0a6fc74ded8f9487fb5ce7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178763 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@{#31637}
2020-07-06 09:02:39 -07:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@1.11.0.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305': {
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_code_findbugs_jsr305',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@3.0.2.cr1',
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_code_gson_gson': {
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_code_gson_gson',
Roll chromium_revision 839b9b8bb4..8bf5d05e2b (1406733:1407755) Change log: https://chromium.googlesource.com/chromium/src/+log/839b9b8bb4..8bf5d05e2b Full diff: https://chromium.googlesource.com/chromium/src/+/839b9b8bb4..8bf5d05e2b Changed dependencies * reclient_version: re_client_version:0.172.0.3cf60ba5-gomaip..re_client_version:0.174.0.d516e7c7-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/28b89c75d5..d89a69dc9d * src/build: https://chromium.googlesource.com/chromium/src/build/+log/ce61bc84f9..287333d912 * src/buildtools/reclient: re_client_version:0.172.0.3cf60ba5-gomaip..re_client_version:0.174.0.d516e7c7-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/65bfd734ce..26eb3d1408 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/5720363cd0..c61fa789bb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/dca9e8a29a..6a6b5e89a3 * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson: version:2@2.9.0.cr1..version:2@2.8.0.cr1 * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.21.cr1..version:2@1.17.cr1 * src/third_party/androidx/cipd: M1k-NcW82kb60P4IhN249vz2GBCWt78kK0ObbZ1VEVMC..8nCIHopIYHCjj1XJfmb9C4zo7leo6sLDxellm75-DCsC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/571a7432a1..bca2d72c5e * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d25caed4b9..b15611f18b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a90906c74d..ea75de4c3b * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/ee1310ab5c..d4631a2eb3 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/be49f904cc..00edfa0dd9 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/504ea69cf7..2b6b042a77 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/0c13a5d540..d737ca3ebe * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/d1e95b102f..e55d8cf51c * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/0eadb2fa14..4414ade7ba * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/3227982dba..022c528998 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac_arm64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Win/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c5f991404f..4b1293dd0a * src/tools/luci-go: git_revision:320a8df0f7934159fda7721f3b507e707531d284..git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956 * src/tools/luci-go: git_revision:320a8df0f7934159fda7721f3b507e707531d284..git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956 * src/tools/luci-go: git_revision:320a8df0f7934159fda7721f3b507e707531d284..git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956 Removed dependencies * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api DEPS diff: https://chromium.googlesource.com/chromium/src/+/839b9b8bb4..8bf5d05e2b/DEPS No update to Clang. BUG=None Change-Id: Ia252dc31f8fc5773f379a0b7415120f74343f6b7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/374640 Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43754}
2025-01-17 00:04:13 -08:00
'version': 'version:2@2.8.0.cr1',
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_dagger_dagger': {
'packages': [
{
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger',
Roll chromium_revision b975bdde27..cae6b92cf5 (1348475:1349874) Manually change sqlite4java to cipd. Change log: https://chromium.googlesource.com/chromium/src/+log/b975bdde27..cae6b92cf5 Full diff: https://chromium.googlesource.com/chromium/src/+/b975bdde27..cae6b92cf5 Changed dependencies * fuchsia_version: version:23.20240823.0.1..version:23.20240830.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ede08137ff..3b7d5e5523 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6be3205c7b..469c6d5062 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e7bde40d8b..0811404e1e * src/buildtools/linux64: git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7..git_revision:4e4b8d98949995474bf09cef2ca5ec3c496b82f0 * src/buildtools/mac: git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7..git_revision:4e4b8d98949995474bf09cef2ca5ec3c496b82f0 * src/buildtools/win: git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7..git_revision:4e4b8d98949995474bf09cef2ca5ec3c496b82f0 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/d8d1de384a..e5a4dbfef1 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f39c5823f1..abf58fd834 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6c225c6718..41333efead * src/third_party/android_build_tools/error_prone/cipd: chEm55HMuY69gy5q0h5Dwo__Wgq8mE9pPTg2DGJL6i8C..VPB1LeLcomm-CeDrV1XZWJ9irPR3kH2viZ3IKZjm5EMC * src/third_party/android_build_tools/manifest_merger/cipd: w5qlHnh4N-npyopimuBuiIXfv4oa58ItAdUWXjAlVYAC..tGJojLQrpNBHFNNbB7g_ZoGcwbt30dvMfwiT8y3V92YC * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger: version:2@2.30.cr1..version:2@2.52.cr1 * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations: version:2@2.23.0.cr1..version:2@2.30.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm: version:2@3.7.0.cr1..version:2@3.9.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@4.9.7.cr1..version:2@5.0.0.cr1 * src/third_party/android_sdk/public: fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C..B4p95sDPpm34K8Cf4JcfTM-iYSglWko9qjWgbT9dxWQC * src/third_party/androidx/cipd: b2LdOcTsPgWsaymPatlEVDEHLr-w87bmz9bwUX2iilAC..84DISQ388tkv4sOhR2Uf2LfN4uMOZ_sPRZ850mwXGJgC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d3c1afdc1b..6c3a63970f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c903c60cb7..21462dff93 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/472b31f838..6b3c489a2e * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/aaaca2863c..b89b440351 * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/fb9afbafc7..8db59321d9 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/ff233bdd4c..0953a17a42 * src/third_party/jdk/current: sewpT0JmZAgFX_ZzmWhbYPmcPGeDa9os_4Q74ZFbo5sC..BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C * src/third_party/kotlin_stdlib/cipd: 62BxcL1A-8qUXdYk7pqeCELmPtT55Ki_POIasX3is1IC..RN957bImX972SxLXVGT8tCogCe6deBBG5rqz24uD5eMC * src/third_party/libFuzzer/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git/+log/758bd21f10..487e793763 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/35c90ab674..5fac32ad87 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/d8d9de41d7..e9dbf36b50 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/f00fa3ce74..fbf63dff1f * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/679e851f65..874f391dbf * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/700c45efce..24eef196e1 * src/third_party/r8/cipd: bkA7QgnyJtoxOVZ6JF9qXTD-ddmw5xXBnlamEm6kTBkC..icXdAothi1iSZHTnk5v4Y_5ZHVS4eJTlAImleVCXl64C * src/third_party/turbine: 0x14qVQmOdhVAM7Sygzzwm0xfTjL7Bl-0I642feaCSkC..aLKJszAm9PXh5T9KNcDH0MQJeEAIpEiFAYVEimlKdDsC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/445761993e..661b095f1f Added dependencies * src/third_party/android_deps/cipd/libs/com_google_dagger_hilt_core * src/third_party/android_deps/cipd/libs/jakarta_inject_jakarta_inject_api Removed dependencies * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/b975bdde27..cae6b92cf5/DEPS Clang version changed llvmorg-20-init-1009-g7088a5ed:llvmorg-20-init-3847-g69c43468 Details: https://chromium.googlesource.com/chromium/src/+/b975bdde27..cae6b92cf5/tools/clang/scripts/update.py BUG=None Change-Id: Icaaf2adefa40c9886ad5fc6ca1178ec7ee94b32f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361303 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#42925}
2024-09-02 17:53:38 +02:00
'version': 'version:2@2.52.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations': {
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations',
Roll chromium_revision b975bdde27..cae6b92cf5 (1348475:1349874) Manually change sqlite4java to cipd. Change log: https://chromium.googlesource.com/chromium/src/+log/b975bdde27..cae6b92cf5 Full diff: https://chromium.googlesource.com/chromium/src/+/b975bdde27..cae6b92cf5 Changed dependencies * fuchsia_version: version:23.20240823.0.1..version:23.20240830.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ede08137ff..3b7d5e5523 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6be3205c7b..469c6d5062 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e7bde40d8b..0811404e1e * src/buildtools/linux64: git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7..git_revision:4e4b8d98949995474bf09cef2ca5ec3c496b82f0 * src/buildtools/mac: git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7..git_revision:4e4b8d98949995474bf09cef2ca5ec3c496b82f0 * src/buildtools/win: git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7..git_revision:4e4b8d98949995474bf09cef2ca5ec3c496b82f0 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/d8d1de384a..e5a4dbfef1 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f39c5823f1..abf58fd834 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6c225c6718..41333efead * src/third_party/android_build_tools/error_prone/cipd: chEm55HMuY69gy5q0h5Dwo__Wgq8mE9pPTg2DGJL6i8C..VPB1LeLcomm-CeDrV1XZWJ9irPR3kH2viZ3IKZjm5EMC * src/third_party/android_build_tools/manifest_merger/cipd: w5qlHnh4N-npyopimuBuiIXfv4oa58ItAdUWXjAlVYAC..tGJojLQrpNBHFNNbB7g_ZoGcwbt30dvMfwiT8y3V92YC * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger: version:2@2.30.cr1..version:2@2.52.cr1 * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations: version:2@2.23.0.cr1..version:2@2.30.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm: version:2@3.7.0.cr1..version:2@3.9.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@4.9.7.cr1..version:2@5.0.0.cr1 * src/third_party/android_sdk/public: fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C..B4p95sDPpm34K8Cf4JcfTM-iYSglWko9qjWgbT9dxWQC * src/third_party/androidx/cipd: b2LdOcTsPgWsaymPatlEVDEHLr-w87bmz9bwUX2iilAC..84DISQ388tkv4sOhR2Uf2LfN4uMOZ_sPRZ850mwXGJgC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d3c1afdc1b..6c3a63970f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c903c60cb7..21462dff93 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/472b31f838..6b3c489a2e * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/aaaca2863c..b89b440351 * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/fb9afbafc7..8db59321d9 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/ff233bdd4c..0953a17a42 * src/third_party/jdk/current: sewpT0JmZAgFX_ZzmWhbYPmcPGeDa9os_4Q74ZFbo5sC..BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C * src/third_party/kotlin_stdlib/cipd: 62BxcL1A-8qUXdYk7pqeCELmPtT55Ki_POIasX3is1IC..RN957bImX972SxLXVGT8tCogCe6deBBG5rqz24uD5eMC * src/third_party/libFuzzer/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git/+log/758bd21f10..487e793763 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/35c90ab674..5fac32ad87 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/d8d9de41d7..e9dbf36b50 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/f00fa3ce74..fbf63dff1f * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/679e851f65..874f391dbf * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/700c45efce..24eef196e1 * src/third_party/r8/cipd: bkA7QgnyJtoxOVZ6JF9qXTD-ddmw5xXBnlamEm6kTBkC..icXdAothi1iSZHTnk5v4Y_5ZHVS4eJTlAImleVCXl64C * src/third_party/turbine: 0x14qVQmOdhVAM7Sygzzwm0xfTjL7Bl-0I642feaCSkC..aLKJszAm9PXh5T9KNcDH0MQJeEAIpEiFAYVEimlKdDsC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/445761993e..661b095f1f Added dependencies * src/third_party/android_deps/cipd/libs/com_google_dagger_hilt_core * src/third_party/android_deps/cipd/libs/jakarta_inject_jakarta_inject_api Removed dependencies * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/b975bdde27..cae6b92cf5/DEPS Clang version changed llvmorg-20-init-1009-g7088a5ed:llvmorg-20-init-3847-g69c43468 Details: https://chromium.googlesource.com/chromium/src/+/b975bdde27..cae6b92cf5/tools/clang/scripts/update.py BUG=None Change-Id: Icaaf2adefa40c9886ad5fc6ca1178ec7ee94b32f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361303 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#42925}
2024-09-02 17:53:38 +02:00
'version': 'version:2@2.30.0.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations': {
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_annotations',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@16.0.0.cr1',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common': {
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_common',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@19.5.0.cr1',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components': {
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_components',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@16.1.0.cr1',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders': {
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_encoders',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@16.1.0.cr1',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json': {
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@17.1.0.cr1',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid': {
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_iid',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@21.0.1.cr1',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop': {
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@17.0.0.cr1',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations': {
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_installations',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@16.3.5.cr1',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop': {
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@16.0.1.cr1',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector': {
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@18.0.0.cr1',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging': {
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_messaging',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@21.0.1.cr1',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e3ed290da5..61b8ff5c89 (846763:847529) Change log: https://chromium.googlesource.com/chromium/src/+log/e3ed290da5..61b8ff5c89 Full diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5397c2600c..acfa7a9bdd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ba9b31907..fcaf1b1b36 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/13547b97da..e3db55b463 * src/buildtools/clang_format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/23f18eb6f7..99803d74e3 * src/buildtools/linux64: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/mac: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/buildtools/win: git_revision:d62642c920e6a0d1756316d225a90fd6faa9e21e..git_revision:55ad154c961d8326315b1c8147f4e504cd95e9e6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8790968c74..77fffc677e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/01cab16640..001e33eea6 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cc28b65885..e9e90a85fa * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/957dfeae29..1cd5ea42ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f08e425f2d..fade894c7e * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/518d81558c..fa0de07678 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/122834484a..17fea3e29e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/262a9440ba..f4260d3a54 Added dependencies * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector DEPS diff: https://chromium.googlesource.com/chromium/src/+/e3ed290da5..61b8ff5c89/DEPS No update to Clang. TBR=titovartem@google.com, BUG=None Change-Id: I39fa5f9265b44ba6caad9e5d6b81607571441abd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203980 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33079}
2021-01-27 09:16:07 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_guava_failureaccess',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@1.0.2.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_guava_guava': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_guava_guava',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@33.3.1-jre.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_guava_guava_android': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_guava_guava_android',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@33.3.1-android.cr1',
Roll chromium_revision 3861228399..3b0967fe5b (714324:714463) Change log: https://chromium.googlesource.com/chromium/src/+log/3861228399..3b0967fe5b Full diff: https://chromium.googlesource.com/chromium/src/+/3861228399..3b0967fe5b Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e7662d8519..373c30801f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/554ad7f98a..a271bb921d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5cb9f8ca55..82ed7976ea * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/576d574e9f..4a04c8503f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8469c78427..e7c00d06d6 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea1884b651..79d4f99506 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6f73eed8b4..c1b8d97c4c Added dependencies * src/third_party/android_deps/libs/androidx_concurrent_concurrent_futures * src/third_party/android_deps/libs/com_google_guava_listenablefuture DEPS diff: https://chromium.googlesource.com/chromium/src/+/3861228399..3b0967fe5b/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I1851b14c4e864c076775029d414174750dbe3788 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159668 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@{#29773}
2019-11-12 06:01:25 -08:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 3861228399..3b0967fe5b (714324:714463) Change log: https://chromium.googlesource.com/chromium/src/+log/3861228399..3b0967fe5b Full diff: https://chromium.googlesource.com/chromium/src/+/3861228399..3b0967fe5b Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e7662d8519..373c30801f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/554ad7f98a..a271bb921d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5cb9f8ca55..82ed7976ea * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/576d574e9f..4a04c8503f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8469c78427..e7c00d06d6 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea1884b651..79d4f99506 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6f73eed8b4..c1b8d97c4c Added dependencies * src/third_party/android_deps/libs/androidx_concurrent_concurrent_futures * src/third_party/android_deps/libs/com_google_guava_listenablefuture DEPS diff: https://chromium.googlesource.com/chromium/src/+/3861228399..3b0967fe5b/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I1851b14c4e864c076775029d414174750dbe3788 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159668 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@{#29773}
2019-11-12 06:01:25 -08:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations': {
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@3.0.0.cr1',
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite': {
Roll chromium_revision 7d53bc243c..16e6b25329 (609559:609893) Change log: https://chromium.googlesource.com/chromium/src/+log/7d53bc243c..16e6b25329 Full diff: https://chromium.googlesource.com/chromium/src/+/7d53bc243c..16e6b25329 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/9d0be843c9..243e8e3091 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/1f137f3ff1..828f659993 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6dde83fdb4..b68594b65e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9f892497f0..a9000859e2 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e97405654e..3ddf5c55cb * src/third_party/android_build_tools/bundletool: version:0.6.2-cr0..version:0.7.1-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1e54003639..d11507507d * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7da982abf9..e47ac15d93 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4a8c248744..ac3eccdc24 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/64a15c38e9..70112491a5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/7f463e66e1..b6e9e23e4e Added dependency * src/third_party/android_deps/libs/com_google_protobuf_protobuf_lite DEPS diff: https://chromium.googlesource.com/chromium/src/+/7d53bc243c..16e6b25329/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, BUG=None Change-Id: I779bf5bb0d69f21a3003458b8c77f1844e62df99 Reviewed-on: https://webrtc-review.googlesource.com/c/111565 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@{#25717}
2018-11-20 18:01:13 -08:00
'packages': [
{
Roll chromium_revision 70eb5f7c71..4dc8a31053 (747482:747587) Change log: https://chromium.googlesource.com/chromium/src/+log/70eb5f7c71..4dc8a31053 Full diff: https://chromium.googlesource.com/chromium/src/+/70eb5f7c71..4dc8a31053 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ab0a88b5de..61e8827cfc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2681c0858d..e393474c8c * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/aa035f4191..d6be293d4c * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f85cfa6a31..bf1933a3b7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/041588241a..4e9cdeb786 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e60acad14..b3bfbaa321 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/99df04e8aa..ee8be8a368 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/49ee7b1d18..0b6134378c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b66d37be6a..1ae8daf4c5 Added dependency * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite Removed dependency * src/third_party/android_deps/libs/com_google_protobuf_protobuf_lite DEPS diff: https://chromium.googlesource.com/chromium/src/+/70eb5f7c71..4dc8a31053/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I39c8fe36cd0ad52000db1ad2d760f9d7a3afdce9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/169880 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@{#30699}
2020-03-05 22:02:33 -08:00
'package': 'chromium/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite',
Roll chromium_revision c03ff62a28..33ef804c4e (1351560:1352775) Change log: https://chromium.googlesource.com/chromium/src/+log/c03ff62a28..33ef804c4e Full diff: https://chromium.googlesource.com/chromium/src/+/c03ff62a28..33ef804c4e Changed dependencies * fuchsia_version: version:23.20240830.3.1..version:24.20240906.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e9e5cfb550..c91c18b88f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/136f79a9af..c50323369f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/012c060b76..c50379e934 * src/buildtools/linux64: git_revision:60a28b63605752b63b6f1d467e1c8363d6e81a79..git_revision:f792b9756418af8ab8a91a4c15b582431cb86ff9 * src/buildtools/mac: git_revision:60a28b63605752b63b6f1d467e1c8363d6e81a79..git_revision:f792b9756418af8ab8a91a4c15b582431cb86ff9 * src/buildtools/win: git_revision:60a28b63605752b63b6f1d467e1c8363d6e81a79..git_revision:f792b9756418af8ab8a91a4c15b582431cb86ff9 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5afb02692a..e483cf2f61 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3dde5eea0e..c37c475588 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/aa75790dea..1c8a388020 * src/third_party/android_build_tools/manifest_merger/cipd: gOOAK8RSQfCcMiPGkXboJjJdBDOlrvDaVON2LFSZNzcC..BAf3JISR2TbfPyRYeLa62W7tsmuAQ6x7THsx6qvpSb4C * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite: version:2@3.21.1.cr1..version:2@4.28.0.cr1 * src/third_party/androidx/cipd: UAwj5CTy5z5SS9ga-tnqn-nn79UBESsjJzCCrL2SLMkC..5-5Af0VmJjFumJl7ERH797iZnbfuxyFyJryKqc4gFH4C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/97322b29e8..01e1ae3687 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/ee4a947642..753e45cfb9 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9bbf9b0541..ae3745656b * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/468b9c8a52..6711fb8465 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/d2612e1c3f..3008032062 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/5fac32ad87..dee70e618b * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/a4812f9f72..7ef1f0a187 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/a834cb2539..11b62edaf2 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/03d8b3e17c..6a4a99c3a7 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5a4e9143e8..f5c9abc053 DEPS diff: https://chromium.googlesource.com/chromium/src/+/c03ff62a28..33ef804c4e/DEPS No update to Clang. BUG=None Change-Id: I11259a8f1aa48942a920af873a54e63c672900ef Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/362121 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@{#42987}
2024-09-09 09:03:46 -07:00
'version': 'version:2@4.28.0.cr1',
Roll chromium_revision 7d53bc243c..16e6b25329 (609559:609893) Change log: https://chromium.googlesource.com/chromium/src/+log/7d53bc243c..16e6b25329 Full diff: https://chromium.googlesource.com/chromium/src/+/7d53bc243c..16e6b25329 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/9d0be843c9..243e8e3091 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/1f137f3ff1..828f659993 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6dde83fdb4..b68594b65e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9f892497f0..a9000859e2 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e97405654e..3ddf5c55cb * src/third_party/android_build_tools/bundletool: version:0.6.2-cr0..version:0.7.1-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1e54003639..d11507507d * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7da982abf9..e47ac15d93 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4a8c248744..ac3eccdc24 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/64a15c38e9..70112491a5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/7f463e66e1..b6e9e23e4e Added dependency * src/third_party/android_deps/libs/com_google_protobuf_protobuf_lite DEPS diff: https://chromium.googlesource.com/chromium/src/+/7d53bc243c..16e6b25329/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, BUG=None Change-Id: I779bf5bb0d69f21a3003458b8c77f1844e62df99 Reviewed-on: https://webrtc-review.googlesource.com/c/111565 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@{#25717}
2018-11-20 18:01:13 -08:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 7d53bc243c..16e6b25329 (609559:609893) Change log: https://chromium.googlesource.com/chromium/src/+log/7d53bc243c..16e6b25329 Full diff: https://chromium.googlesource.com/chromium/src/+/7d53bc243c..16e6b25329 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/9d0be843c9..243e8e3091 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/1f137f3ff1..828f659993 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6dde83fdb4..b68594b65e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9f892497f0..a9000859e2 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e97405654e..3ddf5c55cb * src/third_party/android_build_tools/bundletool: version:0.6.2-cr0..version:0.7.1-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1e54003639..d11507507d * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7da982abf9..e47ac15d93 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4a8c248744..ac3eccdc24 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/64a15c38e9..70112491a5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/7f463e66e1..b6e9e23e4e Added dependency * src/third_party/android_deps/libs/com_google_protobuf_protobuf_lite DEPS diff: https://chromium.googlesource.com/chromium/src/+/7d53bc243c..16e6b25329/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, BUG=None Change-Id: I779bf5bb0d69f21a3003458b8c77f1844e62df99 Reviewed-on: https://webrtc-review.googlesource.com/c/111565 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@{#25717}
2018-11-20 18:01:13 -08:00
'dep_type': 'cipd',
},
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_testparameterinjector_test_parameter_injector',
'version': 'version:2@1.18.cr1',
},
],
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@1.3.0.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_squareup_javapoet': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_squareup_javapoet',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@1.13.0.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 2a41e24b46..8bddf9e47e (751948:752565) Change log: https://chromium.googlesource.com/chromium/src/+log/2a41e24b46..8bddf9e47e Full diff: https://chromium.googlesource.com/chromium/src/+/2a41e24b46..8bddf9e47e Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8bd950b78c..0ce8e23c7c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/9aed1900e0..4357a9790e * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/4164a30562..7977eb1767 * src/buildtools/linux64: git_revision:9499562d94bf142f43d03622492e67b217461f67..git_revision:5ed3c9cc67b090d5e311e4bd2aba072173e82db9 * src/buildtools/mac: git_revision:9499562d94bf142f43d03622492e67b217461f67..git_revision:5ed3c9cc67b090d5e311e4bd2aba072173e82db9 * src/buildtools/win: git_revision:9499562d94bf142f43d03622492e67b217461f67..git_revision:5ed3c9cc67b090d5e311e4bd2aba072173e82db9 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/62c7a5ec75..1ee5f2acda * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/15d2f7b647..d4f9a2208f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76d4817dee..b848dd13ba * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1e859054c3..5298ef99bf * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/df670f0bed..1dea10da0a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/464e9ff4f3..01ed358917 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d2350e1645..31886e8f39 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/6a431038c9..13c0df80dc * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/a68325e7d9..bee946a606 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/59917a0548..cdb3c9d74a Added dependencies * src/third_party/android_deps/libs/androidx_test_espresso_espresso_core * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/androidx_test_espresso_espresso_idling_resource DEPS diff: https://chromium.googlesource.com/chromium/src/+/2a41e24b46..8bddf9e47e/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I007e77c8868ebe3e80f201a52ddfa115f3f21f57 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/171520 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@{#30859}
2020-03-23 14:21:18 -07:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_squareup_javawriter': {
Roll chromium_revision 2a41e24b46..8bddf9e47e (751948:752565) Change log: https://chromium.googlesource.com/chromium/src/+log/2a41e24b46..8bddf9e47e Full diff: https://chromium.googlesource.com/chromium/src/+/2a41e24b46..8bddf9e47e Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8bd950b78c..0ce8e23c7c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/9aed1900e0..4357a9790e * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/4164a30562..7977eb1767 * src/buildtools/linux64: git_revision:9499562d94bf142f43d03622492e67b217461f67..git_revision:5ed3c9cc67b090d5e311e4bd2aba072173e82db9 * src/buildtools/mac: git_revision:9499562d94bf142f43d03622492e67b217461f67..git_revision:5ed3c9cc67b090d5e311e4bd2aba072173e82db9 * src/buildtools/win: git_revision:9499562d94bf142f43d03622492e67b217461f67..git_revision:5ed3c9cc67b090d5e311e4bd2aba072173e82db9 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/62c7a5ec75..1ee5f2acda * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/15d2f7b647..d4f9a2208f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76d4817dee..b848dd13ba * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1e859054c3..5298ef99bf * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/df670f0bed..1dea10da0a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/464e9ff4f3..01ed358917 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d2350e1645..31886e8f39 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/6a431038c9..13c0df80dc * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/a68325e7d9..bee946a606 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/59917a0548..cdb3c9d74a Added dependencies * src/third_party/android_deps/libs/androidx_test_espresso_espresso_core * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/androidx_test_espresso_espresso_idling_resource DEPS diff: https://chromium.googlesource.com/chromium/src/+/2a41e24b46..8bddf9e47e/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I007e77c8868ebe3e80f201a52ddfa115f3f21f57 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/171520 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@{#30859}
2020-03-23 14:21:18 -07:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_squareup_javawriter',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@2.1.1.cr1',
Roll chromium_revision 92378355b1..ecade5b956 (734133:734256) Change log: https://chromium.googlesource.com/chromium/src/+log/92378355b1..ecade5b956 Full diff: https://chromium.googlesource.com/chromium/src/+/92378355b1..ecade5b956 Changed dependencies * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b9cc8d75a2..bc9b294117 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/6a5aa6680c..bdd89366d3 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/50d1a4aa72..7763c888e0 Added dependencies * src/third_party/android_deps/libs/org_jdom_jdom2 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib * src/third_party/android_deps/libs/commons_cli_commons_cli * src/third_party/android_deps/libs/com_android_tools_build_jetifier_jetifier_core * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common * src/third_party/android_deps/libs/com_android_tools_build_jetifier_jetifier_processor DEPS diff: https://chromium.googlesource.com/chromium/src/+/92378355b1..ecade5b956/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: I28b967d603136e4d76700802f567d5c0d4008876 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/167140 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@{#30355}
2020-01-22 16:01:25 -08:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 92378355b1..ecade5b956 (734133:734256) Change log: https://chromium.googlesource.com/chromium/src/+log/92378355b1..ecade5b956 Full diff: https://chromium.googlesource.com/chromium/src/+/92378355b1..ecade5b956 Changed dependencies * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b9cc8d75a2..bc9b294117 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/6a5aa6680c..bdd89366d3 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/50d1a4aa72..7763c888e0 Added dependencies * src/third_party/android_deps/libs/org_jdom_jdom2 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib * src/third_party/android_deps/libs/commons_cli_commons_cli * src/third_party/android_deps/libs/com_android_tools_build_jetifier_jetifier_core * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common * src/third_party/android_deps/libs/com_android_tools_build_jetifier_jetifier_processor DEPS diff: https://chromium.googlesource.com/chromium/src/+/92378355b1..ecade5b956/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: I28b967d603136e4d76700802f567d5c0d4008876 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/167140 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@{#30355}
2020-01-22 16:01:25 -08:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi': {
Roll chromium_revision 5350dd2460..d5c79b109a (1281218:1283550) Change log: https://chromium.googlesource.com/chromium/src/+log/5350dd2460..d5c79b109a Full diff: https://chromium.googlesource.com/chromium/src/+/5350dd2460..d5c79b109a Changed dependencies * fuchsia_version: version:19.20240320.0.1..version:20.20240404.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/218e807167..dbb0eee8e8 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/04c884cbad..6d974542a0 * src/buildtools/linux64: git_revision:93ee9b91423c1f1f53fb5f6cba7b8eef6247a564..git_revision:415b3b19e094cd4b6982147693485df65037f942 * src/buildtools/mac: git_revision:93ee9b91423c1f1f53fb5f6cba7b8eef6247a564..git_revision:415b3b19e094cd4b6982147693485df65037f942 * src/buildtools/win: git_revision:93ee9b91423c1f1f53fb5f6cba7b8eef6247a564..git_revision:415b3b19e094cd4b6982147693485df65037f942 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/77324ec269..0bf6089d48 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/977e41b6f7..02d496a8fc * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d0b81aaaa6..2831ffa216 * src/third_party/android_build_tools/manifest_merger: HxnrwdWmIAhi90brIHiGZ4zmnmgKxP4PD0ZsJX6j-mUC..wtRWPCJVk_NA2GQp0fI-1i-JaPzYJwp6w3udjEhgni4C * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm: version:2@3.3.0.cr1..version:2@3.7.0.cr1 * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm: version:2@4.7.0.cr1..version:2@4.9.7.cr1 * src/third_party/androidx: piz2tht912VQfctH5Z23YCOpLUBoypzE5ymRqB3vgLkC..1qBFaGY_bIR5f12dL7zKpePRlN4UxIDze8xDv_a0sQEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/368d0d87d0..f94f3ed396 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bb95c35019..0b9e7b8830 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e545830db2..246580c7b8 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/52d8ef3799..bdcb0b447f * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/77afe8e014..f10e11fb27 * src/third_party/kotlinc/current: -kUQ1HWm0wwi5pXKSqIplyfSInHmtRS9cVUzg-2l-Y0C..Rr02Gf2EkaeSs3EhSUHhPqDHSd1AzimrM6cRYUJCPjQC * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/1317096ef8..932d253fed * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/d790001fd5..6445da1b40 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/6fd518058c..7609c6712c * src/third_party/r8: eHemH-tzLR3jqxqGYiQu6AYGLAPyFYG7klrqbvu1mcQC..kPZJoj3X2XUBofNCeOoUj0P8XChVFgtiNQqMnTwhcOwC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/09b9b5615b..7dad49cbe0 * src/tools/luci-go: git_revision:a84377ac0800e2330d02c3dcbf7b4b74a06d6a5b..git_revision:06dc7a1f2eeb1d095f7876799458328a44438df1 * src/tools/luci-go: git_revision:a84377ac0800e2330d02c3dcbf7b4b74a06d6a5b..git_revision:06dc7a1f2eeb1d095f7876799458328a44438df1 Added dependencies * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_moshi_moshi DEPS diff: https://chromium.googlesource.com/chromium/src/+/5350dd2460..d5c79b109a/DEPS Clang version changed llvmorg-19-init-6501-g5b544b51:llvmorg-19-init-7229-g315c88c5 Details: https://chromium.googlesource.com/chromium/src/+/5350dd2460..d5c79b109a/tools/clang/scripts/update.py BUG=None Change-Id: I95eaf05240916eeeaa04f806e7e1523a31abab56 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/345960 Commit-Queue: Christoffer Dewerin <jansson@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42010}
2024-04-08 09:26:41 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_squareup_moshi_moshi',
'version': 'version:2@1.15.0.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 5350dd2460..d5c79b109a (1281218:1283550) Change log: https://chromium.googlesource.com/chromium/src/+log/5350dd2460..d5c79b109a Full diff: https://chromium.googlesource.com/chromium/src/+/5350dd2460..d5c79b109a Changed dependencies * fuchsia_version: version:19.20240320.0.1..version:20.20240404.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/218e807167..dbb0eee8e8 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/04c884cbad..6d974542a0 * src/buildtools/linux64: git_revision:93ee9b91423c1f1f53fb5f6cba7b8eef6247a564..git_revision:415b3b19e094cd4b6982147693485df65037f942 * src/buildtools/mac: git_revision:93ee9b91423c1f1f53fb5f6cba7b8eef6247a564..git_revision:415b3b19e094cd4b6982147693485df65037f942 * src/buildtools/win: git_revision:93ee9b91423c1f1f53fb5f6cba7b8eef6247a564..git_revision:415b3b19e094cd4b6982147693485df65037f942 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/77324ec269..0bf6089d48 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/977e41b6f7..02d496a8fc * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d0b81aaaa6..2831ffa216 * src/third_party/android_build_tools/manifest_merger: HxnrwdWmIAhi90brIHiGZ4zmnmgKxP4PD0ZsJX6j-mUC..wtRWPCJVk_NA2GQp0fI-1i-JaPzYJwp6w3udjEhgni4C * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm: version:2@3.3.0.cr1..version:2@3.7.0.cr1 * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm: version:2@4.7.0.cr1..version:2@4.9.7.cr1 * src/third_party/androidx: piz2tht912VQfctH5Z23YCOpLUBoypzE5ymRqB3vgLkC..1qBFaGY_bIR5f12dL7zKpePRlN4UxIDze8xDv_a0sQEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/368d0d87d0..f94f3ed396 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bb95c35019..0b9e7b8830 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e545830db2..246580c7b8 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/52d8ef3799..bdcb0b447f * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/77afe8e014..f10e11fb27 * src/third_party/kotlinc/current: -kUQ1HWm0wwi5pXKSqIplyfSInHmtRS9cVUzg-2l-Y0C..Rr02Gf2EkaeSs3EhSUHhPqDHSd1AzimrM6cRYUJCPjQC * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/1317096ef8..932d253fed * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/d790001fd5..6445da1b40 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/6fd518058c..7609c6712c * src/third_party/r8: eHemH-tzLR3jqxqGYiQu6AYGLAPyFYG7klrqbvu1mcQC..kPZJoj3X2XUBofNCeOoUj0P8XChVFgtiNQqMnTwhcOwC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/09b9b5615b..7dad49cbe0 * src/tools/luci-go: git_revision:a84377ac0800e2330d02c3dcbf7b4b74a06d6a5b..git_revision:06dc7a1f2eeb1d095f7876799458328a44438df1 * src/tools/luci-go: git_revision:a84377ac0800e2330d02c3dcbf7b4b74a06d6a5b..git_revision:06dc7a1f2eeb1d095f7876799458328a44438df1 Added dependencies * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_moshi_moshi DEPS diff: https://chromium.googlesource.com/chromium/src/+/5350dd2460..d5c79b109a/DEPS Clang version changed llvmorg-19-init-6501-g5b544b51:llvmorg-19-init-7229-g315c88c5 Details: https://chromium.googlesource.com/chromium/src/+/5350dd2460..d5c79b109a/tools/clang/scripts/update.py BUG=None Change-Id: I95eaf05240916eeeaa04f806e7e1523a31abab56 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/345960 Commit-Queue: Christoffer Dewerin <jansson@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42010}
2024-04-08 09:26:41 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters': {
Roll chromium_revision 5350dd2460..d5c79b109a (1281218:1283550) Change log: https://chromium.googlesource.com/chromium/src/+log/5350dd2460..d5c79b109a Full diff: https://chromium.googlesource.com/chromium/src/+/5350dd2460..d5c79b109a Changed dependencies * fuchsia_version: version:19.20240320.0.1..version:20.20240404.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/218e807167..dbb0eee8e8 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/04c884cbad..6d974542a0 * src/buildtools/linux64: git_revision:93ee9b91423c1f1f53fb5f6cba7b8eef6247a564..git_revision:415b3b19e094cd4b6982147693485df65037f942 * src/buildtools/mac: git_revision:93ee9b91423c1f1f53fb5f6cba7b8eef6247a564..git_revision:415b3b19e094cd4b6982147693485df65037f942 * src/buildtools/win: git_revision:93ee9b91423c1f1f53fb5f6cba7b8eef6247a564..git_revision:415b3b19e094cd4b6982147693485df65037f942 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/77324ec269..0bf6089d48 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/977e41b6f7..02d496a8fc * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d0b81aaaa6..2831ffa216 * src/third_party/android_build_tools/manifest_merger: HxnrwdWmIAhi90brIHiGZ4zmnmgKxP4PD0ZsJX6j-mUC..wtRWPCJVk_NA2GQp0fI-1i-JaPzYJwp6w3udjEhgni4C * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm: version:2@3.3.0.cr1..version:2@3.7.0.cr1 * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm: version:2@4.7.0.cr1..version:2@4.9.7.cr1 * src/third_party/androidx: piz2tht912VQfctH5Z23YCOpLUBoypzE5ymRqB3vgLkC..1qBFaGY_bIR5f12dL7zKpePRlN4UxIDze8xDv_a0sQEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/368d0d87d0..f94f3ed396 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bb95c35019..0b9e7b8830 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e545830db2..246580c7b8 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/52d8ef3799..bdcb0b447f * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/77afe8e014..f10e11fb27 * src/third_party/kotlinc/current: -kUQ1HWm0wwi5pXKSqIplyfSInHmtRS9cVUzg-2l-Y0C..Rr02Gf2EkaeSs3EhSUHhPqDHSd1AzimrM6cRYUJCPjQC * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/1317096ef8..932d253fed * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/d790001fd5..6445da1b40 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/6fd518058c..7609c6712c * src/third_party/r8: eHemH-tzLR3jqxqGYiQu6AYGLAPyFYG7klrqbvu1mcQC..kPZJoj3X2XUBofNCeOoUj0P8XChVFgtiNQqMnTwhcOwC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/09b9b5615b..7dad49cbe0 * src/tools/luci-go: git_revision:a84377ac0800e2330d02c3dcbf7b4b74a06d6a5b..git_revision:06dc7a1f2eeb1d095f7876799458328a44438df1 * src/tools/luci-go: git_revision:a84377ac0800e2330d02c3dcbf7b4b74a06d6a5b..git_revision:06dc7a1f2eeb1d095f7876799458328a44438df1 Added dependencies * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_moshi_moshi DEPS diff: https://chromium.googlesource.com/chromium/src/+/5350dd2460..d5c79b109a/DEPS Clang version changed llvmorg-19-init-6501-g5b544b51:llvmorg-19-init-7229-g315c88c5 Details: https://chromium.googlesource.com/chromium/src/+/5350dd2460..d5c79b109a/tools/clang/scripts/update.py BUG=None Change-Id: I95eaf05240916eeeaa04f806e7e1523a31abab56 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/345960 Commit-Queue: Christoffer Dewerin <jansson@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42010}
2024-04-08 09:26:41 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters',
'version': 'version:2@1.15.0.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 5350dd2460..d5c79b109a (1281218:1283550) Change log: https://chromium.googlesource.com/chromium/src/+log/5350dd2460..d5c79b109a Full diff: https://chromium.googlesource.com/chromium/src/+/5350dd2460..d5c79b109a Changed dependencies * fuchsia_version: version:19.20240320.0.1..version:20.20240404.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/218e807167..dbb0eee8e8 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/04c884cbad..6d974542a0 * src/buildtools/linux64: git_revision:93ee9b91423c1f1f53fb5f6cba7b8eef6247a564..git_revision:415b3b19e094cd4b6982147693485df65037f942 * src/buildtools/mac: git_revision:93ee9b91423c1f1f53fb5f6cba7b8eef6247a564..git_revision:415b3b19e094cd4b6982147693485df65037f942 * src/buildtools/win: git_revision:93ee9b91423c1f1f53fb5f6cba7b8eef6247a564..git_revision:415b3b19e094cd4b6982147693485df65037f942 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/77324ec269..0bf6089d48 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/977e41b6f7..02d496a8fc * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d0b81aaaa6..2831ffa216 * src/third_party/android_build_tools/manifest_merger: HxnrwdWmIAhi90brIHiGZ4zmnmgKxP4PD0ZsJX6j-mUC..wtRWPCJVk_NA2GQp0fI-1i-JaPzYJwp6w3udjEhgni4C * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm: version:2@3.3.0.cr1..version:2@3.7.0.cr1 * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm: version:2@4.7.0.cr1..version:2@4.9.7.cr1 * src/third_party/androidx: piz2tht912VQfctH5Z23YCOpLUBoypzE5ymRqB3vgLkC..1qBFaGY_bIR5f12dL7zKpePRlN4UxIDze8xDv_a0sQEC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/368d0d87d0..f94f3ed396 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bb95c35019..0b9e7b8830 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e545830db2..246580c7b8 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/52d8ef3799..bdcb0b447f * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/77afe8e014..f10e11fb27 * src/third_party/kotlinc/current: -kUQ1HWm0wwi5pXKSqIplyfSInHmtRS9cVUzg-2l-Y0C..Rr02Gf2EkaeSs3EhSUHhPqDHSd1AzimrM6cRYUJCPjQC * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/1317096ef8..932d253fed * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/d790001fd5..6445da1b40 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/6fd518058c..7609c6712c * src/third_party/r8: eHemH-tzLR3jqxqGYiQu6AYGLAPyFYG7klrqbvu1mcQC..kPZJoj3X2XUBofNCeOoUj0P8XChVFgtiNQqMnTwhcOwC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/09b9b5615b..7dad49cbe0 * src/tools/luci-go: git_revision:a84377ac0800e2330d02c3dcbf7b4b74a06d6a5b..git_revision:06dc7a1f2eeb1d095f7876799458328a44438df1 * src/tools/luci-go: git_revision:a84377ac0800e2330d02c3dcbf7b4b74a06d6a5b..git_revision:06dc7a1f2eeb1d095f7876799458328a44438df1 Added dependencies * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_moshi_moshi DEPS diff: https://chromium.googlesource.com/chromium/src/+/5350dd2460..d5c79b109a/DEPS Clang version changed llvmorg-19-init-6501-g5b544b51:llvmorg-19-init-7229-g315c88c5 Details: https://chromium.googlesource.com/chromium/src/+/5350dd2460..d5c79b109a/tools/clang/scripts/update.py BUG=None Change-Id: I95eaf05240916eeeaa04f806e7e1523a31abab56 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/345960 Commit-Queue: Christoffer Dewerin <jansson@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42010}
2024-04-08 09:26:41 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm': {
Roll chromium_revision c74b9f76b0..79ed8e4986 (1111618:1112149) Change log: https://chromium.googlesource.com/chromium/src/+log/c74b9f76b0..79ed8e4986 Full diff: https://chromium.googlesource.com/chromium/src/+/c74b9f76b0..79ed8e4986 Changed dependencies * fuchsia_vesion: version:11.20230301.1.1..version:11.20230301.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/38123b65ee..603badb873 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bb2ff97c7a..ff22f91e3b * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/3d5742efd7..2512e92cc4 * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/e136ec5032..f8109050ec * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5bceecc8b3..7c7d85df8f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/4ce267d2af..2989f38572 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7455ce5a9a..8657298cfd * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a589e9031f..4003278e8c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/424814829a..8d6af632bf * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/d874ffa96c..e8931f8c56 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/c2849bfa72..ff9d4d1c8a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/27e6632cec..f294dea585 Added dependencies * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/c74b9f76b0..79ed8e4986/DEPS No update to Clang. BUG=None Change-Id: I1ed274d4cec2cf77c4be22e2a4883860401c781d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/295880 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@{#39453}
2023-03-02 04:08:01 -08:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_squareup_okio_okio_jvm',
Roll chromium_revision 030af8fbf0..edc5771bf9 (1368717:1393593) Change log: https://chromium.googlesource.com/chromium/src/+log/030af8fbf0..edc5771bf9 Full diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9 Changed dependencies * fuchsia_version: version:24.20241014.3.1..version:26.20241203.6.1 * reclient_version: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/69f3676cdb..189a044d69 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/05874e6c94..351a8c7f44 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/db0eae9640..ba1ffdb859 * src/buildtools/linux64: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/mac: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/buildtools/reclient: re_client_version:0.168.0.c46e68bc-gomaip..re_client_version:0.172.0.3cf60ba5-gomaip * src/buildtools/win: git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a..git_revision:468c6128db7fabe32a29d4753460ef53594406fc * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/452c8ab216..7bcd9c24de * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/eac4c18f74..aab53ebd79 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9d80a193fb..832ec8a32c * src/third_party/android_build_tools/aapt2/cipd: cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC..JPmxYHMZl4VH2Umf2-flGSdTVHtNDdFBmXd7v1Gs7EoC * src/third_party/android_build_tools/bundletool/cipd: sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C..Q-7KJYcc15Cn9iVy-7bk0tPH9-oUrhqHis6HmUzck80C * src/third_party/android_build_tools/error_prone/cipd: hUxlP8GvC1xhmZ6r9xjYau2laPlzHbs_P2emx4ZL4jgC..ClNqEKjHuNFTgplEe3HujivpADFDjRs0H0ijhyVUg2gC * src/third_party/android_build_tools/manifest_merger/cipd: rnIeJMlGw7adxOKZofLsm7tdYaOy1nHivJn9ck7ocVkC..ltqylfWRbafoft_Pjhfb4NciQwCb3J4PAkpcTZA7lW0C * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth: version:2@20.1.0.cr1..version:2@21.1.1.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone: version:2@18.0.1.cr1..version:2@18.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base: version:2@18.0.2.cr1..version:2@18.0.10.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm: version:2@3.9.0.cr1..version:2@3.9.1.cr1 * src/third_party/androidx/cipd: k1wif7sS51pJGSFGN7FAeGWDorxgPart9E1f383TQL4C..w6ABIi35Hbkb4RHJCx4sSWDpt7W9rBvJFkcPVufgZMIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/0fa9014d86..9559c4566a * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/6b0c5b7ee1..02dd5c3ffb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4479191661..4899cc831c * src/third_party/clang-format/script: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git/+log/3c0acd2d4e..37f6e68a10 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/389450f61e..d242c47b43 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/20b9bdcace..8d20c1e0b5 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/686d694450..591ae4b02e * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f02bffad0f..0ae7e60737 * src/third_party/google_benchmark/src: https://chromium.googlesource.com/external/github.com/google/benchmark.git/+log/344117638c..761305ec3b * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/62df7bdbc1..35d0c36560 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1da053e87f..1c249be96e * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/4239b1559d..ba7ed88cc5 * src/third_party/jdk/current: BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C..U-h0kbYoIUjL__n_sfiudzFLH7-C9vKVsLSOA2XHkBEC * src/third_party/kotlin_stdlib/cipd: XJ7_doI-Qt7GFaSQ9BNo-3qF7Gv2--9Sa8GEUdjxMTUC..O9XlYa2GU1tlWmQ40OrK2Bekxjt372NtG5pMD-QyNaYC * src/third_party/kotlinc/current: FNZSCjJ6yKsi6oRcgQrt-lX0MDlaWoxT7gPTz0CjLhMC..HckNA1Q54JBiHrpY1gP5qblVCdeuVmGsiGCdv1XjqywC * src/third_party/libFuzzer/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git/+log/487e793763..e31b999178 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/840f879787..ff9badefdf * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6a68fd412b..619ccf0515 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/9a1d90c3b4..1bf8357272 * src/third_party/libsrtp: https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/000edd7914..a52756acb1 * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/efc3baa2d1..6066b14957 * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/a3bb4cd02e..215bddfd8e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/906334ac1d..6f0c446c7b * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/a8e59d2074..307b951229 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/98ed093183..ab4e0ad953 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/e57316a6ae..d3990a1c9d * src/third_party/r8/cipd: -i5fwP_NzM6Ylg5AsSGEotYN7hQgV852gXCslvXIrRwC..hmRsAQA2HG0DR196Odv3OKZYk-2Ul43tCtzrCyfWpEQC * src/third_party/r8/d8/cipd: 3KCj5eRYCvGGYs5i90pRaeihkzsqgUGc4OkICT8AOlIC..o7pbwAFk68RQBPYLlCUm0mQ6B3Bj9pykXOPvv8akR5kC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/third_party/turbine/cipd: vSia3h9tzpwpP_goLj4HMdl7_FEB5iVCv9nU5ZXOfIMC..c4onccFJcd8rKHM_6js-X_ucjXdFqhDWK8aUX4ARSkkC * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/7fb5347e88..b0a179d469 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c809c41331..ae13111c68 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_libraries_identity_googleid_googleid * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_blockstore * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_fido DEPS diff: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/DEPS Clang version changed llvmorg-20-init-6794-g3dbd929e:llvmorg-20-init-13894-g8cb44859 Details: https://chromium.googlesource.com/chromium/src/+/030af8fbf0..edc5771bf9/tools/clang/scripts/update.py BUG=webrtc:383026404 Change-Id: I9570d31fc173189c3728f90e33d4ea5947615c0a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370710 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43519}
2024-12-09 14:23:04 +01:00
'version': 'version:2@3.9.1.cr1',
Roll chromium_revision c74b9f76b0..79ed8e4986 (1111618:1112149) Change log: https://chromium.googlesource.com/chromium/src/+log/c74b9f76b0..79ed8e4986 Full diff: https://chromium.googlesource.com/chromium/src/+/c74b9f76b0..79ed8e4986 Changed dependencies * fuchsia_vesion: version:11.20230301.1.1..version:11.20230301.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/38123b65ee..603badb873 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bb2ff97c7a..ff22f91e3b * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/3d5742efd7..2512e92cc4 * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/e136ec5032..f8109050ec * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5bceecc8b3..7c7d85df8f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/4ce267d2af..2989f38572 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7455ce5a9a..8657298cfd * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a589e9031f..4003278e8c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/424814829a..8d6af632bf * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/d874ffa96c..e8931f8c56 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/c2849bfa72..ff9d4d1c8a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/27e6632cec..f294dea585 Added dependencies * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/c74b9f76b0..79ed8e4986/DEPS No update to Clang. BUG=None Change-Id: I1ed274d4cec2cf77c4be22e2a4883860401c781d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/295880 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@{#39453}
2023-03-02 04:08:01 -08:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision c74b9f76b0..79ed8e4986 (1111618:1112149) Change log: https://chromium.googlesource.com/chromium/src/+log/c74b9f76b0..79ed8e4986 Full diff: https://chromium.googlesource.com/chromium/src/+/c74b9f76b0..79ed8e4986 Changed dependencies * fuchsia_vesion: version:11.20230301.1.1..version:11.20230301.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/38123b65ee..603badb873 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bb2ff97c7a..ff22f91e3b * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/3d5742efd7..2512e92cc4 * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/e136ec5032..f8109050ec * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5bceecc8b3..7c7d85df8f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/4ce267d2af..2989f38572 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7455ce5a9a..8657298cfd * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a589e9031f..4003278e8c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/424814829a..8d6af632bf * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/d874ffa96c..e8931f8c56 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/c2849bfa72..ff9d4d1c8a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/27e6632cec..f294dea585 Added dependencies * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/c74b9f76b0..79ed8e4986/DEPS No update to Clang. BUG=None Change-Id: I1ed274d4cec2cf77c4be22e2a4883860401c781d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/295880 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@{#39453}
2023-03-02 04:08:01 -08:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm': {
Roll chromium_revision c74b9f76b0..79ed8e4986 (1111618:1112149) Change log: https://chromium.googlesource.com/chromium/src/+log/c74b9f76b0..79ed8e4986 Full diff: https://chromium.googlesource.com/chromium/src/+/c74b9f76b0..79ed8e4986 Changed dependencies * fuchsia_vesion: version:11.20230301.1.1..version:11.20230301.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/38123b65ee..603badb873 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bb2ff97c7a..ff22f91e3b * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/3d5742efd7..2512e92cc4 * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/e136ec5032..f8109050ec * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5bceecc8b3..7c7d85df8f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/4ce267d2af..2989f38572 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7455ce5a9a..8657298cfd * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a589e9031f..4003278e8c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/424814829a..8d6af632bf * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/d874ffa96c..e8931f8c56 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/c2849bfa72..ff9d4d1c8a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/27e6632cec..f294dea585 Added dependencies * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/c74b9f76b0..79ed8e4986/DEPS No update to Clang. BUG=None Change-Id: I1ed274d4cec2cf77c4be22e2a4883860401c781d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/295880 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@{#39453}
2023-03-02 04:08:01 -08:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm',
Roll chromium_revision 3462a5bab8..f1db52a3a2 (1408687:1419760) Change log: https://chromium.googlesource.com/chromium/src/+log/3462a5bab8..f1db52a3a2 Full diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2 Changed dependencies * fuchsia_version: version:26.20250117.5.1..version:27.20250207.1.1 * reclient_version: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0914b7606..ca242a57cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/64e296c42a..f17c190e2f * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a660247d3c..0a1094876d * src/buildtools/reclient: re_client_version:0.174.0.d516e7c7-gomaip..re_client_version:0.176.0.8c46330a-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f83303423a..1a23049883 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63412fdcdf..51e4002c7a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d212a71416..77cac2bb91 * src/third_party/android_build_tools/error_prone/cipd: Q3oiuVxuq1jkWhjfnfCSviXK8BbbB9n6_4jz3x_Mo3kC..dziQrHcY5ab_raj9-Yp5nx3-aF-RO-0lebRXxaVJshoC * src/third_party/android_build_tools/manifest_merger/cipd: yd6w2zQr48NAkrzrzEj2OmMzI-kANsmD6lvKhfXluAsC..G4w2G_1QzMYzXg-L-pGb7jSsb_pNpy6LMkwjkB5INuUC * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@4.1.1.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@5.0.0.cr1..version:2@5.2.1.cr1 * src/third_party/android_sdk/public: OCGHZKTdjXjIELVI6FMAgcDkfnd_1ybB0_MtljPtz-8C..bCFMX8oYIRJ_tP3tzaPcTKNqOAVdNk5TV_cwMp3GmE8C * src/third_party/androidx/cipd: VWuP17o8bAsMqJ5b_3fu60qkAIWd905hpPI83flbNrMC..VLxr-_SaALj_agakQU7SI5mk6dbXtGG-GSNVxRhcSQIC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d4b6eb542d..285228fdfb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b15611f18b..1961d07624 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/edb16889d1..42b2b24fb8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80d1969422..664154a905 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d10a0f8bf5..5b22c2869c * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/a059b237bb..b1f4785087 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/00edfa0dd9..73356f7497 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/2b6b042a77..c00fd25b71 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/1c249be96e..8efd2d85c7 * src/third_party/kotlin_stdlib/cipd: z7NenFzvjmGieRhzC5IhUKe-nO3U6xA5VwUilO3GZLgC..Uqhh8PWKv02Noc93yJfD44-b0MoILn5G4-NDFj2vzTUC * src/third_party/kotlinc/current: VgYl1YO2AM2qu-RYvdko61h4YtNnJeZlGWWppX7vJq8C..NstbMU2T3FwNigAPukklSBBmCKyUGheEgy8WZNY-5WIC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d737ca3ebe..af629abd92 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2e25154d49..c4e58f47f4 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/8205ccf0f2..94c5d7a8ed * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/e55d8cf51c..4337c9955a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/7a65480684..2bfb9f9e0a * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/10592b60c0..ccdf870348 * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/12809bfa85..9b047228d2 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/478e5ab3ec..33f7f48613 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a0c2bc7919..23b2b69407 * src/third_party/protobuf-javascript/src: https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript/+log/e34549db51..426b2e025a * src/third_party/r8/cipd: DJU_YH-xmuJ4kRnli6eXC-q9Q21-GPFj4YVZyAqKSWoC..HQpB5qnvqJaa7mYuDfdaMA8jAXGIoYH-3x90feqF9tAC * src/third_party/r8/d8/cipd: U3Jf_ewWOZyxa6vyO3wjNIgm8XIz1yFk-4k3-wqDL44C..ukddmPlorF_6XXPBcxDxCmK2PSAJlhu_MDUhZQCz1l8C * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Mac_arm64/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz,Win/rust-toolchain-d4bdd1ed551fed0c951eb47b4be2c79d7a02d181-1-llvmorg-21-init-853-gba476d0b.tar.xz * src/third_party/zstd/src: https://chromium.googlesource.com/external/github.com/facebook/zstd.git/+log/80af41e08a..ef2bf57811 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6820cc03cc..d417d8dc2f * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 * src/tools/luci-go: git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956..git_revision:19861b3a5b37b383e7e9555e11aa43f34d71bd48 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/DEPS Clang version changed llvmorg-20-init-17108-g29ed6000:llvmorg-21-init-853-gba476d0b Details: https://chromium.googlesource.com/chromium/src/+/3462a5bab8..f1db52a3a2/tools/clang/scripts/update.py BUG=None Change-Id: Iec527c6be69f2b2bcd54cd01bd11a4904ca51c6a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377120 Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43888}
2025-02-13 09:22:25 +00:00
'version': 'version:2@5.2.1.cr1',
Roll chromium_revision c74b9f76b0..79ed8e4986 (1111618:1112149) Change log: https://chromium.googlesource.com/chromium/src/+log/c74b9f76b0..79ed8e4986 Full diff: https://chromium.googlesource.com/chromium/src/+/c74b9f76b0..79ed8e4986 Changed dependencies * fuchsia_vesion: version:11.20230301.1.1..version:11.20230301.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/38123b65ee..603badb873 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bb2ff97c7a..ff22f91e3b * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/3d5742efd7..2512e92cc4 * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/e136ec5032..f8109050ec * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5bceecc8b3..7c7d85df8f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/4ce267d2af..2989f38572 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7455ce5a9a..8657298cfd * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a589e9031f..4003278e8c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/424814829a..8d6af632bf * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/d874ffa96c..e8931f8c56 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/c2849bfa72..ff9d4d1c8a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/27e6632cec..f294dea585 Added dependencies * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/c74b9f76b0..79ed8e4986/DEPS No update to Clang. BUG=None Change-Id: I1ed274d4cec2cf77c4be22e2a4883860401c781d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/295880 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@{#39453}
2023-03-02 04:08:01 -08:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision c74b9f76b0..79ed8e4986 (1111618:1112149) Change log: https://chromium.googlesource.com/chromium/src/+log/c74b9f76b0..79ed8e4986 Full diff: https://chromium.googlesource.com/chromium/src/+/c74b9f76b0..79ed8e4986 Changed dependencies * fuchsia_vesion: version:11.20230301.1.1..version:11.20230301.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/38123b65ee..603badb873 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bb2ff97c7a..ff22f91e3b * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/3d5742efd7..2512e92cc4 * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/e136ec5032..f8109050ec * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5bceecc8b3..7c7d85df8f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/4ce267d2af..2989f38572 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7455ce5a9a..8657298cfd * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a589e9031f..4003278e8c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/424814829a..8d6af632bf * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/d874ffa96c..e8931f8c56 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/c2849bfa72..ff9d4d1c8a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/27e6632cec..f294dea585 Added dependencies * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/c74b9f76b0..79ed8e4986/DEPS No update to Clang. BUG=None Change-Id: I1ed274d4cec2cf77c4be22e2a4883860401c781d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/295880 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@{#39453}
2023-03-02 04:08:01 -08:00
'dep_type': 'cipd',
},
Roll chromium_revision b975bdde27..cae6b92cf5 (1348475:1349874) Manually change sqlite4java to cipd. Change log: https://chromium.googlesource.com/chromium/src/+log/b975bdde27..cae6b92cf5 Full diff: https://chromium.googlesource.com/chromium/src/+/b975bdde27..cae6b92cf5 Changed dependencies * fuchsia_version: version:23.20240823.0.1..version:23.20240830.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ede08137ff..3b7d5e5523 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6be3205c7b..469c6d5062 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e7bde40d8b..0811404e1e * src/buildtools/linux64: git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7..git_revision:4e4b8d98949995474bf09cef2ca5ec3c496b82f0 * src/buildtools/mac: git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7..git_revision:4e4b8d98949995474bf09cef2ca5ec3c496b82f0 * src/buildtools/win: git_revision:225e90c5025bf74f41dbee60d9cde4512c846fe7..git_revision:4e4b8d98949995474bf09cef2ca5ec3c496b82f0 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/d8d1de384a..e5a4dbfef1 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f39c5823f1..abf58fd834 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6c225c6718..41333efead * src/third_party/android_build_tools/error_prone/cipd: chEm55HMuY69gy5q0h5Dwo__Wgq8mE9pPTg2DGJL6i8C..VPB1LeLcomm-CeDrV1XZWJ9irPR3kH2viZ3IKZjm5EMC * src/third_party/android_build_tools/manifest_merger/cipd: w5qlHnh4N-npyopimuBuiIXfv4oa58ItAdUWXjAlVYAC..tGJojLQrpNBHFNNbB7g_ZoGcwbt30dvMfwiT8y3V92YC * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger: version:2@2.30.cr1..version:2@2.52.cr1 * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations: version:2@2.23.0.cr1..version:2@2.30.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm: version:2@3.7.0.cr1..version:2@3.9.0.cr1 * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm: version:2@4.9.7.cr1..version:2@5.0.0.cr1 * src/third_party/android_sdk/public: fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C..B4p95sDPpm34K8Cf4JcfTM-iYSglWko9qjWgbT9dxWQC * src/third_party/androidx/cipd: b2LdOcTsPgWsaymPatlEVDEHLr-w87bmz9bwUX2iilAC..84DISQ388tkv4sOhR2Uf2LfN4uMOZ_sPRZ850mwXGJgC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/d3c1afdc1b..6c3a63970f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c903c60cb7..21462dff93 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/472b31f838..6b3c489a2e * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/aaaca2863c..b89b440351 * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/fb9afbafc7..8db59321d9 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/ff233bdd4c..0953a17a42 * src/third_party/jdk/current: sewpT0JmZAgFX_ZzmWhbYPmcPGeDa9os_4Q74ZFbo5sC..BXZwbslDFpYhPRuG8hBh2z7ApP36ZG-ZfkBWrkpnPl4C * src/third_party/kotlin_stdlib/cipd: 62BxcL1A-8qUXdYk7pqeCELmPtT55Ki_POIasX3is1IC..RN957bImX972SxLXVGT8tCogCe6deBBG5rqz24uD5eMC * src/third_party/libFuzzer/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git/+log/758bd21f10..487e793763 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/35c90ab674..5fac32ad87 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/d8d9de41d7..e9dbf36b50 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/f00fa3ce74..fbf63dff1f * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/679e851f65..874f391dbf * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/700c45efce..24eef196e1 * src/third_party/r8/cipd: bkA7QgnyJtoxOVZ6JF9qXTD-ddmw5xXBnlamEm6kTBkC..icXdAothi1iSZHTnk5v4Y_5ZHVS4eJTlAImleVCXl64C * src/third_party/turbine: 0x14qVQmOdhVAM7Sygzzwm0xfTjL7Bl-0I642feaCSkC..aLKJszAm9PXh5T9KNcDH0MQJeEAIpEiFAYVEimlKdDsC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/445761993e..661b095f1f Added dependencies * src/third_party/android_deps/cipd/libs/com_google_dagger_hilt_core * src/third_party/android_deps/cipd/libs/jakarta_inject_jakarta_inject_api Removed dependencies * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/b975bdde27..cae6b92cf5/DEPS Clang version changed llvmorg-20-init-1009-g7088a5ed:llvmorg-20-init-3847-g69c43468 Details: https://chromium.googlesource.com/chromium/src/+/b975bdde27..cae6b92cf5/tools/clang/scripts/update.py BUG=None Change-Id: Icaaf2adefa40c9886ad5fc6ca1178ec7ee94b32f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361303 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#42925}
2024-09-02 17:53:38 +02:00
'src/third_party/android_deps/cipd/libs/jakarta_inject_jakarta_inject_api': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/jakarta_inject_jakarta_inject_api',
'version': 'version:2@2.0.1.cr1',
},
],
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api': {
Roll chromium_revision 236f912c9d..e0ea7be7d1 (728281:728381) Change log: https://chromium.googlesource.com/chromium/src/+log/236f912c9d..e0ea7be7d1 Full diff: https://chromium.googlesource.com/chromium/src/+/236f912c9d..e0ea7be7d1 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/ed9f4a2f25..9e124309dd * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4de89f682b..0f162adbc5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/dbe6f6356b..f771afe9c8 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7c4f330d0d..f84bad028f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a5b4ab17af..d3a10a0399 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/44134341fa..cf50f77484 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ba3e89126c..667c20f72b Added dependency * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api DEPS diff: https://chromium.googlesource.com/chromium/src/+/236f912c9d..e0ea7be7d1/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I970353f29dd66354869d559b755cd34f4bdfb036 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/164700 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@{#30150}
2020-01-04 04:02:19 -08:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/javax_annotation_javax_annotation_api',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@1.3.2.cr1',
Roll chromium_revision 236f912c9d..e0ea7be7d1 (728281:728381) Change log: https://chromium.googlesource.com/chromium/src/+log/236f912c9d..e0ea7be7d1 Full diff: https://chromium.googlesource.com/chromium/src/+/236f912c9d..e0ea7be7d1 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/ed9f4a2f25..9e124309dd * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4de89f682b..0f162adbc5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/dbe6f6356b..f771afe9c8 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7c4f330d0d..f84bad028f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a5b4ab17af..d3a10a0399 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/44134341fa..cf50f77484 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ba3e89126c..667c20f72b Added dependency * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api DEPS diff: https://chromium.googlesource.com/chromium/src/+/236f912c9d..e0ea7be7d1/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I970353f29dd66354869d559b755cd34f4bdfb036 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/164700 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@{#30150}
2020-01-04 04:02:19 -08:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 236f912c9d..e0ea7be7d1 (728281:728381) Change log: https://chromium.googlesource.com/chromium/src/+log/236f912c9d..e0ea7be7d1 Full diff: https://chromium.googlesource.com/chromium/src/+/236f912c9d..e0ea7be7d1 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/ed9f4a2f25..9e124309dd * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4de89f682b..0f162adbc5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/dbe6f6356b..f771afe9c8 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7c4f330d0d..f84bad028f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a5b4ab17af..d3a10a0399 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/44134341fa..cf50f77484 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ba3e89126c..667c20f72b Added dependency * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api DEPS diff: https://chromium.googlesource.com/chromium/src/+/236f912c9d..e0ea7be7d1/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I970353f29dd66354869d559b755cd34f4bdfb036 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/164700 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@{#30150}
2020-01-04 04:02:19 -08:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/javax_annotation_jsr250_api',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@1.0.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/javax_inject_javax_inject': {
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/javax_inject_javax_inject',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@1.cr1',
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy': {
Roll chromium_revision 6ccdf1a255..5f70135093 (1046947:1047943) Change log: https://chromium.googlesource.com/chromium/src/+log/6ccdf1a255..5f70135093 Full diff: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ebdf2642c3..9f6376cc6b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b7148ee91d..48abf311f6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e713c13e2f..813d569b26 * src/buildtools/linux64: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/buildtools/mac: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/c1e647c7c3..e2f63a1a48 * src/buildtools/win: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7dd3e07106..4d3e2e3d24 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/70b311279f..6235452f8c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/fba1719f4f..8819efcddb * src/third_party/androidx: ZdhBYngU8wyq5rvMrY4fNAijgdagR98QnLw9JFadQgQC..JhE-AIohCaCjpsq8dv30ZYeZmDQ4qebqPEvXPcbNsScC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/37391a1619..c067655636 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9ebcfa6be1..dca14bc463 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/64d7d8d0e5..3dd1a90db3 * src/third_party/fuchsia-sdk/sdk: version:9.20220914.1.1..version:9.20220915.3.1 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/ff7b753a63..fd35001068 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a8b5c6144d..38a2594dee * src/third_party/r8/d8: M3EMkYB8eJSrmuVBALj8iJw_ysvzFKniQRYFZ7d61XkC..4DSZMtRXZITDo6YY90ljp92vzRT0eY52akTTR-2Jh7kC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/13c574e103..1b73b1f06a Added dependencies * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent DEPS diff: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093/DEPS Clang version changed llvmorg-16-init-4438-gc922cac8:llvmorg-16-init-4609-g025a5b22 Details: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093/tools/clang/scripts/update.py BUG=None Change-Id: Ide422b8875b7ac5ff5264197f61038715ed6b284 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275744 Reviewed-by: Björn Terelius <terelius@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Owners-Override: Christoffer Jansson <jansson@webrtc.org> Commit-Queue: Christoffer Jansson <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38104}
2022-09-16 16:29:56 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/net_bytebuddy_byte_buddy',
Roll chromium_revision 669d8ffcd7..d6f2f1ce6b (1292426:1296010) Change log: https://chromium.googlesource.com/chromium/src/+log/669d8ffcd7..d6f2f1ce6b Full diff: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b Changed dependencies * fuchsia_version: version:20.20240412.2.1..version:20.20240430.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b9a86f600d..19d62484ea * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3be1f2e6bb..ce8359ec57 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/571c37f17d..9703d9137f * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4873438ace..53137cc40f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/03850de4bf..47f4e44806 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ffa3f1738b..81e66a1a83 * src/third_party/android_build_tools/manifest_merger: Xef4nLhp0rWWjXJXt9CTFjQF8S6qRduSY7LZCcJi48QC..wRnJA-ZlBBQipw_wjYJJemxCCPSZHenIFsWKi3GI_FUC * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@18.1.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy: version:2@1.14.10.cr1..version:2@1.14.12.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent: version:2@1.14.10.cr1..version:2@1.14.12.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_android: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_core: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_subclass: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/androidx: zZo5F2oXtUeFEEaLYtDIDMxZ_AFkQy6IYppOXRw7QeYC..QJH3W7euxvA0VlO7Gw3B_5KT8nHZUNzykyAm-WXiLF0C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f94f3ed396..2db0eb3f96 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d980d879d2..0421a22c02 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fb94001f06..39c8c75cf6 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e2bcca40ca..13d1180f45 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/5a37b517ad..2954cb8d87 * src/third_party/kotlin_stdlib: E67atHdREsWLno-3b4Py3r87C4LB7gpVYDq3Q1z7t90C..05hzFgOi0AqRK3RxbSvGj2TWTFUNeLcwkJwVzwgLttUC * src/third_party/kotlinc/current: ELruSeR7Qcliv5lwPAn7f-Y-X9PgbEy49_PiJ6pBes4C..t124SWrNvQMrBqfiKvRIZ_e7uk6FXfYYrXFw6s7hiBwC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/a4420e55a8..ae7e8cc435 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/85dafa9c61..b61b272208 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/234fd02711..6aaa8a1fb1 * src/third_party/r8: mhSwabeiU2ueQeYkj0X1JTg-6ZdtQgiVVXM1bo0yu4IC..fXvmQSzprkeb1fs3dnkBm_gsAhb5aUtQGRmUq3Oi1WYC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/b84e3ff189..2b354c6ad0 * src/third_party/turbine: agNIST7gEMTmrnvQLPzx2dduGa52uMmOx3fEWm9z5MEC..fYpnoJAvh8-OaNB9k81XWGrwiODb_uTipTBEUeIFM98C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/736f7f77cd..0d315e6aaf * src/tools/luci-go: git_revision:239be4fd8499df782db6bddb0f55832bf4f01307..git_revision:69f852c6aea2797c75712d59145efd38d7032196 * src/tools/luci-go: git_revision:239be4fd8499df782db6bddb0f55832bf4f01307..git_revision:69f852c6aea2797c75712d59145efd38d7032196 Removed dependencies * src/third_party/android_deps/libs/com_google_android_gms_play_services_tflite_impl * src/third_party/android_deps/libs/com_google_android_gms_play_services_tflite_java * src/third_party/android_deps/libs/org_tensorflow_tensorflow_lite_api DEPS diff: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b/DEPS Clang version changed llvmorg-19-init-8943-gd8503a38:llvmorg-19-init-9433-g76ea5feb Details: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b/tools/clang/scripts/update.py BUG=None Change-Id: Idc7fc43626c27091c3c92654eb922cc0a1efd2f9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/349760 Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42231}
2024-05-06 09:54:59 +02:00
'version': 'version:2@1.14.12.cr1',
Roll chromium_revision 6ccdf1a255..5f70135093 (1046947:1047943) Change log: https://chromium.googlesource.com/chromium/src/+log/6ccdf1a255..5f70135093 Full diff: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ebdf2642c3..9f6376cc6b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b7148ee91d..48abf311f6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e713c13e2f..813d569b26 * src/buildtools/linux64: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/buildtools/mac: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/c1e647c7c3..e2f63a1a48 * src/buildtools/win: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7dd3e07106..4d3e2e3d24 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/70b311279f..6235452f8c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/fba1719f4f..8819efcddb * src/third_party/androidx: ZdhBYngU8wyq5rvMrY4fNAijgdagR98QnLw9JFadQgQC..JhE-AIohCaCjpsq8dv30ZYeZmDQ4qebqPEvXPcbNsScC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/37391a1619..c067655636 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9ebcfa6be1..dca14bc463 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/64d7d8d0e5..3dd1a90db3 * src/third_party/fuchsia-sdk/sdk: version:9.20220914.1.1..version:9.20220915.3.1 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/ff7b753a63..fd35001068 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a8b5c6144d..38a2594dee * src/third_party/r8/d8: M3EMkYB8eJSrmuVBALj8iJw_ysvzFKniQRYFZ7d61XkC..4DSZMtRXZITDo6YY90ljp92vzRT0eY52akTTR-2Jh7kC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/13c574e103..1b73b1f06a Added dependencies * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent DEPS diff: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093/DEPS Clang version changed llvmorg-16-init-4438-gc922cac8:llvmorg-16-init-4609-g025a5b22 Details: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093/tools/clang/scripts/update.py BUG=None Change-Id: Ide422b8875b7ac5ff5264197f61038715ed6b284 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275744 Reviewed-by: Björn Terelius <terelius@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Owners-Override: Christoffer Jansson <jansson@webrtc.org> Commit-Queue: Christoffer Jansson <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38104}
2022-09-16 16:29:56 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 6ccdf1a255..5f70135093 (1046947:1047943) Change log: https://chromium.googlesource.com/chromium/src/+log/6ccdf1a255..5f70135093 Full diff: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ebdf2642c3..9f6376cc6b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b7148ee91d..48abf311f6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e713c13e2f..813d569b26 * src/buildtools/linux64: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/buildtools/mac: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/c1e647c7c3..e2f63a1a48 * src/buildtools/win: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7dd3e07106..4d3e2e3d24 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/70b311279f..6235452f8c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/fba1719f4f..8819efcddb * src/third_party/androidx: ZdhBYngU8wyq5rvMrY4fNAijgdagR98QnLw9JFadQgQC..JhE-AIohCaCjpsq8dv30ZYeZmDQ4qebqPEvXPcbNsScC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/37391a1619..c067655636 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9ebcfa6be1..dca14bc463 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/64d7d8d0e5..3dd1a90db3 * src/third_party/fuchsia-sdk/sdk: version:9.20220914.1.1..version:9.20220915.3.1 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/ff7b753a63..fd35001068 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a8b5c6144d..38a2594dee * src/third_party/r8/d8: M3EMkYB8eJSrmuVBALj8iJw_ysvzFKniQRYFZ7d61XkC..4DSZMtRXZITDo6YY90ljp92vzRT0eY52akTTR-2Jh7kC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/13c574e103..1b73b1f06a Added dependencies * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent DEPS diff: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093/DEPS Clang version changed llvmorg-16-init-4438-gc922cac8:llvmorg-16-init-4609-g025a5b22 Details: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093/tools/clang/scripts/update.py BUG=None Change-Id: Ide422b8875b7ac5ff5264197f61038715ed6b284 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275744 Reviewed-by: Björn Terelius <terelius@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Owners-Override: Christoffer Jansson <jansson@webrtc.org> Commit-Queue: Christoffer Jansson <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38104}
2022-09-16 16:29:56 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent': {
Roll chromium_revision 6ccdf1a255..5f70135093 (1046947:1047943) Change log: https://chromium.googlesource.com/chromium/src/+log/6ccdf1a255..5f70135093 Full diff: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ebdf2642c3..9f6376cc6b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b7148ee91d..48abf311f6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e713c13e2f..813d569b26 * src/buildtools/linux64: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/buildtools/mac: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/c1e647c7c3..e2f63a1a48 * src/buildtools/win: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7dd3e07106..4d3e2e3d24 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/70b311279f..6235452f8c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/fba1719f4f..8819efcddb * src/third_party/androidx: ZdhBYngU8wyq5rvMrY4fNAijgdagR98QnLw9JFadQgQC..JhE-AIohCaCjpsq8dv30ZYeZmDQ4qebqPEvXPcbNsScC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/37391a1619..c067655636 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9ebcfa6be1..dca14bc463 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/64d7d8d0e5..3dd1a90db3 * src/third_party/fuchsia-sdk/sdk: version:9.20220914.1.1..version:9.20220915.3.1 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/ff7b753a63..fd35001068 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a8b5c6144d..38a2594dee * src/third_party/r8/d8: M3EMkYB8eJSrmuVBALj8iJw_ysvzFKniQRYFZ7d61XkC..4DSZMtRXZITDo6YY90ljp92vzRT0eY52akTTR-2Jh7kC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/13c574e103..1b73b1f06a Added dependencies * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent DEPS diff: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093/DEPS Clang version changed llvmorg-16-init-4438-gc922cac8:llvmorg-16-init-4609-g025a5b22 Details: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093/tools/clang/scripts/update.py BUG=None Change-Id: Ide422b8875b7ac5ff5264197f61038715ed6b284 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275744 Reviewed-by: Björn Terelius <terelius@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Owners-Override: Christoffer Jansson <jansson@webrtc.org> Commit-Queue: Christoffer Jansson <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38104}
2022-09-16 16:29:56 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent',
Roll chromium_revision 669d8ffcd7..d6f2f1ce6b (1292426:1296010) Change log: https://chromium.googlesource.com/chromium/src/+log/669d8ffcd7..d6f2f1ce6b Full diff: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b Changed dependencies * fuchsia_version: version:20.20240412.2.1..version:20.20240430.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b9a86f600d..19d62484ea * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3be1f2e6bb..ce8359ec57 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/571c37f17d..9703d9137f * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4873438ace..53137cc40f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/03850de4bf..47f4e44806 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ffa3f1738b..81e66a1a83 * src/third_party/android_build_tools/manifest_merger: Xef4nLhp0rWWjXJXt9CTFjQF8S6qRduSY7LZCcJi48QC..wRnJA-ZlBBQipw_wjYJJemxCCPSZHenIFsWKi3GI_FUC * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@18.1.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy: version:2@1.14.10.cr1..version:2@1.14.12.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent: version:2@1.14.10.cr1..version:2@1.14.12.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_android: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_core: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_subclass: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/androidx: zZo5F2oXtUeFEEaLYtDIDMxZ_AFkQy6IYppOXRw7QeYC..QJH3W7euxvA0VlO7Gw3B_5KT8nHZUNzykyAm-WXiLF0C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f94f3ed396..2db0eb3f96 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d980d879d2..0421a22c02 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fb94001f06..39c8c75cf6 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e2bcca40ca..13d1180f45 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/5a37b517ad..2954cb8d87 * src/third_party/kotlin_stdlib: E67atHdREsWLno-3b4Py3r87C4LB7gpVYDq3Q1z7t90C..05hzFgOi0AqRK3RxbSvGj2TWTFUNeLcwkJwVzwgLttUC * src/third_party/kotlinc/current: ELruSeR7Qcliv5lwPAn7f-Y-X9PgbEy49_PiJ6pBes4C..t124SWrNvQMrBqfiKvRIZ_e7uk6FXfYYrXFw6s7hiBwC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/a4420e55a8..ae7e8cc435 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/85dafa9c61..b61b272208 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/234fd02711..6aaa8a1fb1 * src/third_party/r8: mhSwabeiU2ueQeYkj0X1JTg-6ZdtQgiVVXM1bo0yu4IC..fXvmQSzprkeb1fs3dnkBm_gsAhb5aUtQGRmUq3Oi1WYC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/b84e3ff189..2b354c6ad0 * src/third_party/turbine: agNIST7gEMTmrnvQLPzx2dduGa52uMmOx3fEWm9z5MEC..fYpnoJAvh8-OaNB9k81XWGrwiODb_uTipTBEUeIFM98C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/736f7f77cd..0d315e6aaf * src/tools/luci-go: git_revision:239be4fd8499df782db6bddb0f55832bf4f01307..git_revision:69f852c6aea2797c75712d59145efd38d7032196 * src/tools/luci-go: git_revision:239be4fd8499df782db6bddb0f55832bf4f01307..git_revision:69f852c6aea2797c75712d59145efd38d7032196 Removed dependencies * src/third_party/android_deps/libs/com_google_android_gms_play_services_tflite_impl * src/third_party/android_deps/libs/com_google_android_gms_play_services_tflite_java * src/third_party/android_deps/libs/org_tensorflow_tensorflow_lite_api DEPS diff: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b/DEPS Clang version changed llvmorg-19-init-8943-gd8503a38:llvmorg-19-init-9433-g76ea5feb Details: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b/tools/clang/scripts/update.py BUG=None Change-Id: Idc7fc43626c27091c3c92654eb922cc0a1efd2f9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/349760 Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42231}
2024-05-06 09:54:59 +02:00
'version': 'version:2@1.14.12.cr1',
Roll chromium_revision b41c914607..11e681944b (1112929:1114399) Change log: https://chromium.googlesource.com/chromium/src/+log/b41c914607..11e681944b Full diff: https://chromium.googlesource.com/chromium/src/+/b41c914607..11e681944b Changed dependencies * fuchsia_vesion: version:11.20230303.3.1..version:11.20230307.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e19aacc62..6fb7e1ff0b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6b54f10ade..984f82d89c * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e0c6f981d5..c20dc6aaed * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2213f1846f..e136ec5032 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/ff8e691cbc..c86761b030 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/c5e861c7b4..d101cb5933 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c21e6f5fd9..128eeaf931 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e554cdb770..37423855c5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f9ad7ed14e..dfed239d19 * src/third_party/android_build_tools/manifest_merger: saMCpz15quEEWToMloh-A_rMqC0WSdJlyYTFvwAd840C..-MEtSi1dPRGwJdR_aJbVAJ75_Kb8QMDJXBXrRIQlO70C * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/dabfa7bf23..2da767c6c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1fc4378acc..d4c6cbeb61 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/5c37b64062..d5c6b948ac * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/ba3388ace3..080db61c3b * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/db69ce6aea..f7ca33c46c * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a35f242713..cb0e1eabbb * src/third_party/r8: yvEIZjnSOPWliC9W2w9jL6S_yiEgGLPIIwutpDIltoYC..dapol0ILZtTgGEQGfNsvmcFZMjD56XbJH5eo7kG0lAMC * src/third_party/turbine: YQC-btuan_DTe9V9dv_e1LxgYSWeOoDfrd-VSqzIvHkC..epnqx7Yf9QxgyDaU87KJ1fLQvdZ_Mho_JjfpjmIBYWYC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/1dbedd5fb9..b12d6e2b16 * src/tools/luci-go: git_revision:67696c7e93f9dbf03f7bcf7f8fafe9c5728e1ebe..git_revision:e260f2e6d3531f534378dd1017e140374ba8df48 * src/tools/luci-go: git_revision:67696c7e93f9dbf03f7bcf7f8fafe9c5728e1ebe..git_revision:e260f2e6d3531f534378dd1017e140374ba8df48 Added dependencies * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_android * src/third_party/android_deps/libs/org_mockito_mockito_android DEPS diff: https://chromium.googlesource.com/chromium/src/+/b41c914607..11e681944b/DEPS Clang version changed llvmorg-17-init-3170-g6e30dffe:llvmorg-17-init-3874-g93a2fecc Details: https://chromium.googlesource.com/chromium/src/+/b41c914607..11e681944b/tools/clang/scripts/update.py BUG=None Change-Id: Icd35715ea888a73b10b6a36927de8e82bf4e51f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/296605 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#39499}
2023-03-07 22:02:19 -08:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision b41c914607..11e681944b (1112929:1114399) Change log: https://chromium.googlesource.com/chromium/src/+log/b41c914607..11e681944b Full diff: https://chromium.googlesource.com/chromium/src/+/b41c914607..11e681944b Changed dependencies * fuchsia_vesion: version:11.20230303.3.1..version:11.20230307.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e19aacc62..6fb7e1ff0b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6b54f10ade..984f82d89c * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e0c6f981d5..c20dc6aaed * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2213f1846f..e136ec5032 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/ff8e691cbc..c86761b030 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/c5e861c7b4..d101cb5933 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c21e6f5fd9..128eeaf931 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e554cdb770..37423855c5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f9ad7ed14e..dfed239d19 * src/third_party/android_build_tools/manifest_merger: saMCpz15quEEWToMloh-A_rMqC0WSdJlyYTFvwAd840C..-MEtSi1dPRGwJdR_aJbVAJ75_Kb8QMDJXBXrRIQlO70C * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/dabfa7bf23..2da767c6c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1fc4378acc..d4c6cbeb61 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/5c37b64062..d5c6b948ac * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/ba3388ace3..080db61c3b * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/db69ce6aea..f7ca33c46c * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a35f242713..cb0e1eabbb * src/third_party/r8: yvEIZjnSOPWliC9W2w9jL6S_yiEgGLPIIwutpDIltoYC..dapol0ILZtTgGEQGfNsvmcFZMjD56XbJH5eo7kG0lAMC * src/third_party/turbine: YQC-btuan_DTe9V9dv_e1LxgYSWeOoDfrd-VSqzIvHkC..epnqx7Yf9QxgyDaU87KJ1fLQvdZ_Mho_JjfpjmIBYWYC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/1dbedd5fb9..b12d6e2b16 * src/tools/luci-go: git_revision:67696c7e93f9dbf03f7bcf7f8fafe9c5728e1ebe..git_revision:e260f2e6d3531f534378dd1017e140374ba8df48 * src/tools/luci-go: git_revision:67696c7e93f9dbf03f7bcf7f8fafe9c5728e1ebe..git_revision:e260f2e6d3531f534378dd1017e140374ba8df48 Added dependencies * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_android * src/third_party/android_deps/libs/org_mockito_mockito_android DEPS diff: https://chromium.googlesource.com/chromium/src/+/b41c914607..11e681944b/DEPS Clang version changed llvmorg-17-init-3170-g6e30dffe:llvmorg-17-init-3874-g93a2fecc Details: https://chromium.googlesource.com/chromium/src/+/b41c914607..11e681944b/tools/clang/scripts/update.py BUG=None Change-Id: Icd35715ea888a73b10b6a36927de8e82bf4e51f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/296605 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#39499}
2023-03-07 22:02:19 -08:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on': {
Roll chromium_revision 3b91a07b1a..771d9b3fa0 (1021211:1021586) Change log: https://chromium.googlesource.com/chromium/src/+log/3b91a07b1a..771d9b3fa0 Full diff: https://chromium.googlesource.com/chromium/src/+/3b91a07b1a..771d9b3fa0 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d0fecccb4d..0ba3b9f4a5 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/d4a0e486b6..ea8947ab37 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/caf2db2897..9cb0ed046a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/13a333832b..3e798b229f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e89a2b68ca..cfebf48b8f * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.21.cr1..version:2@1.7.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.21.cr1..version:2@1.7.0.cr1 * src/third_party/androidx: b_tAKDL0dC5K8jiRRvQK5XNLJbu5xNUQqGkvSI-hFIMC..x3xDrUUA3TTUlYedTCdINv0MDmNCQJu_aTS-XuF56U0C * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/78c53d11a0..bb07d9eb0b * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/31b14fd4dc..d5d048bbfe * src/third_party/fuchsia-sdk/sdk: version:8.20220706.1.1..version:8.20220707.0.1 * src/third_party/grpc/src: https://chromium.googlesource.com/external/github.com/grpc/grpc.git/+log/1be6e2c9eb..89f7534e43 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/880985fe92..32a80cda3c * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/d78aeb6913..84a3c77dcd * src/third_party/r8: HmHfvTcsLzsBa_zD-K3mzWcLgCCjj2q2C0G7yLng82wC..rjJlU5IP2VfVMVMEzQ8fMaA6vkqr15VmfRYimpm4TeIC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/30047f5465..09b21c5aa3 Added dependency * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk15on DEPS diff: https://chromium.googlesource.com/chromium/src/+/3b91a07b1a..771d9b3fa0/DEPS Clang version changed llvmorg-15-init-14188-g4dcb42fa:llvmorg-15-init-15116-g7c4b90a9 Details: https://chromium.googlesource.com/chromium/src/+/3b91a07b1a..771d9b3fa0/tools/clang/scripts/update.py BUG=None Change-Id: Icdbe293cc7cbdd5ebb6a6fedf7646a10192e40b9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/268160 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@{#37476}
2022-07-07 02:24:58 -07:00
'packages': [
{
Roll chromium_revision 2c95045134..8b3bd7ad9d (1140801:1141019) Change log: https://chromium.googlesource.com/chromium/src/+log/2c95045134..8b3bd7ad9d Full diff: https://chromium.googlesource.com/chromium/src/+/2c95045134..8b3bd7ad9d Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e8104e16bc..7fdc8d3071 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5408f3a5b9..23ccfe47d5 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b9c698624f..20fc9d28fc * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/2bb566a6ca..a6af50ca57 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/5129f6ffd7..0ec2eead61 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.9.cr1..version:2@1.10.1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.14.0.cr1..version:2@2.18.0.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0.1-jre.cr1..version:2@31.1-jre.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_robolectric_annotations: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_junit: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_resources: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_playservices: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/androidx: c8XCgnDa6lP6C1IcJKADz2cE9moc4Ohv4JGKUaWotKYC..XXY63ZMXsEh9Q723ZYgW4JxYtzVhxNIoUxUwwjMSeBAC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/86fe6c71d6..3611b9c58d * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/9127c68f59..8fe50c2adc * src/third_party/r8: _FuL1VmaJnETpwNIaiuiSLxVNzzt0qXGmsfAck4CPCkC..l_fNXfqk0MnMDwxEr_PymvAgsB3cvsXGv80UVJYawgMC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/45a8f9e222..739cb7053d Added dependencies * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on Removed dependency * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk15on DEPS diff: https://chromium.googlesource.com/chromium/src/+/2c95045134..8b3bd7ad9d/DEPS No update to Clang. BUG=None Change-Id: I62ab49393fcf7b5187eed8b0f5abfcbaad872165 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/304560 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@{#40014}
2023-05-08 13:03:32 -07:00
'package': 'chromium/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@1.78.1.cr1',
Roll chromium_revision 3b91a07b1a..771d9b3fa0 (1021211:1021586) Change log: https://chromium.googlesource.com/chromium/src/+log/3b91a07b1a..771d9b3fa0 Full diff: https://chromium.googlesource.com/chromium/src/+/3b91a07b1a..771d9b3fa0 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d0fecccb4d..0ba3b9f4a5 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/d4a0e486b6..ea8947ab37 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/caf2db2897..9cb0ed046a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/13a333832b..3e798b229f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e89a2b68ca..cfebf48b8f * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.21.cr1..version:2@1.7.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.21.cr1..version:2@1.7.0.cr1 * src/third_party/androidx: b_tAKDL0dC5K8jiRRvQK5XNLJbu5xNUQqGkvSI-hFIMC..x3xDrUUA3TTUlYedTCdINv0MDmNCQJu_aTS-XuF56U0C * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/78c53d11a0..bb07d9eb0b * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/31b14fd4dc..d5d048bbfe * src/third_party/fuchsia-sdk/sdk: version:8.20220706.1.1..version:8.20220707.0.1 * src/third_party/grpc/src: https://chromium.googlesource.com/external/github.com/grpc/grpc.git/+log/1be6e2c9eb..89f7534e43 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/880985fe92..32a80cda3c * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/d78aeb6913..84a3c77dcd * src/third_party/r8: HmHfvTcsLzsBa_zD-K3mzWcLgCCjj2q2C0G7yLng82wC..rjJlU5IP2VfVMVMEzQ8fMaA6vkqr15VmfRYimpm4TeIC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/30047f5465..09b21c5aa3 Added dependency * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk15on DEPS diff: https://chromium.googlesource.com/chromium/src/+/3b91a07b1a..771d9b3fa0/DEPS Clang version changed llvmorg-15-init-14188-g4dcb42fa:llvmorg-15-init-15116-g7c4b90a9 Details: https://chromium.googlesource.com/chromium/src/+/3b91a07b1a..771d9b3fa0/tools/clang/scripts/update.py BUG=None Change-Id: Icdbe293cc7cbdd5ebb6a6fedf7646a10192e40b9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/268160 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@{#37476}
2022-07-07 02:24:58 -07:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 3b91a07b1a..771d9b3fa0 (1021211:1021586) Change log: https://chromium.googlesource.com/chromium/src/+log/3b91a07b1a..771d9b3fa0 Full diff: https://chromium.googlesource.com/chromium/src/+/3b91a07b1a..771d9b3fa0 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d0fecccb4d..0ba3b9f4a5 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/d4a0e486b6..ea8947ab37 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/caf2db2897..9cb0ed046a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/13a333832b..3e798b229f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e89a2b68ca..cfebf48b8f * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.21.cr1..version:2@1.7.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.21.cr1..version:2@1.7.0.cr1 * src/third_party/androidx: b_tAKDL0dC5K8jiRRvQK5XNLJbu5xNUQqGkvSI-hFIMC..x3xDrUUA3TTUlYedTCdINv0MDmNCQJu_aTS-XuF56U0C * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/78c53d11a0..bb07d9eb0b * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/31b14fd4dc..d5d048bbfe * src/third_party/fuchsia-sdk/sdk: version:8.20220706.1.1..version:8.20220707.0.1 * src/third_party/grpc/src: https://chromium.googlesource.com/external/github.com/grpc/grpc.git/+log/1be6e2c9eb..89f7534e43 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/880985fe92..32a80cda3c * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/d78aeb6913..84a3c77dcd * src/third_party/r8: HmHfvTcsLzsBa_zD-K3mzWcLgCCjj2q2C0G7yLng82wC..rjJlU5IP2VfVMVMEzQ8fMaA6vkqr15VmfRYimpm4TeIC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/30047f5465..09b21c5aa3 Added dependency * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk15on DEPS diff: https://chromium.googlesource.com/chromium/src/+/3b91a07b1a..771d9b3fa0/DEPS Clang version changed llvmorg-15-init-14188-g4dcb42fa:llvmorg-15-init-15116-g7c4b90a9 Details: https://chromium.googlesource.com/chromium/src/+/3b91a07b1a..771d9b3fa0/tools/clang/scripts/update.py BUG=None Change-Id: Icdbe293cc7cbdd5ebb6a6fedf7646a10192e40b9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/268160 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@{#37476}
2022-07-07 02:24:58 -07:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup': {
Roll chromium_revision 0cd53b97fa..e728aee5f1 (770251:774589) Change log: https://chromium.googlesource.com/chromium/src/+log/0cd53b97fa..e728aee5f1 Full diff: https://chromium.googlesource.com/chromium/src/+/0cd53b97fa..e728aee5f1 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/234742ffa0..e2680ca915 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/814cd0c441..3706c78319 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/64ebbe62e1..7a0ebcc840 * src/buildtools/linux64: git_revision:ab32747ae7a399c57b04280f38e49b8fdf237a8a..git_revision:d0a6f072070988e7b038496c4e7d6c562b649732 * src/buildtools/mac: git_revision:ab32747ae7a399c57b04280f38e49b8fdf237a8a..git_revision:d0a6f072070988e7b038496c4e7d6c562b649732 * src/buildtools/win: git_revision:ab32747ae7a399c57b04280f38e49b8fdf237a8a..git_revision:d0a6f072070988e7b038496c4e7d6c562b649732 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c3b92e2864..9cb0749680 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6bd825eb6a..f5f2b604a8 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/52a7c4e5e0..b9df2cbf82 * src/third_party/android_deps/libs/androidx_coordinatorlayout_coordinatorlayout: version:1.0.0-cr0..version:1.1.0-cr0 * src/third_party/android_deps/libs/androidx_recyclerview_recyclerview: version:1.0.0-cr0..version:1.1.0-cr0 * src/third_party/android_deps/libs/androidx_test_espresso_espresso_core: version:3.1.0-cr0..version:3.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_espresso_espresso_idling_resource: version:3.1.0-cr0..version:3.2.0-cr0 * src/third_party/android_deps/libs/androidx_transition_transition: version:1.0.0-rc02-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/com_google_android_material_material: version:1.0.0-rc02-cr0..version:1.2.0-alpha06-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/78b3337a10..2309f645e5 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/503f81b8fe..15d5f65efa * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5a7be3da21..cf77d6e387 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/a09ea700d3..cb44c86c1a * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/100d40c827..e3af529e51 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/f222396170..630b884f84 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/c810066815..2aa13c436e * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/dfd3f3d84c..046920fc49 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/1243d2fc27..f80e888723 * src/third_party/r8: UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C..gobCh01BNwJNyLHHNFUmLWSMaAbe4x3izuzBFzxQpDoC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5a602c7ac7..ea65b4f041 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/7e8636295f..90c5e17a82 Added dependencies * src/third_party/android_deps/libs/androidx_test_espresso_espresso_contrib * src/third_party/android_deps/libs/androidx_annotation_annotation_experimental * src/third_party/android_deps/libs/org_robolectric_shadows_multidex * src/third_party/android_deps/libs/androidx_test_espresso_espresso_web * src/third_party/android_deps/libs/androidx_test_espresso_espresso_intents * src/third_party/android_deps/libs/androidx_viewpager2_viewpager2 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_robolectric_shadows_playservices DEPS diff: https://chromium.googlesource.com/chromium/src/+/0cd53b97fa..e728aee5f1/DEPS Clang version changed 99ac9ce7016d701b43b8f0c308dc3463da57d983:a6ae333a0c23fc9b0783ca45e2676abac00c6723 Details: https://chromium.googlesource.com/chromium/src/+/0cd53b97fa..e728aee5f1/tools/clang/scripts/update.py TBR=titovartem@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Remove src/third_party/robolectric/robolectric Change-Id: Id6d50ce671fd4f0f2b23e3a06829846f2cbeeb6f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176417 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31432}
2020-06-03 21:53:28 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@1.2.1.cr1',
Roll chromium_revision 0cd53b97fa..e728aee5f1 (770251:774589) Change log: https://chromium.googlesource.com/chromium/src/+log/0cd53b97fa..e728aee5f1 Full diff: https://chromium.googlesource.com/chromium/src/+/0cd53b97fa..e728aee5f1 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/234742ffa0..e2680ca915 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/814cd0c441..3706c78319 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/64ebbe62e1..7a0ebcc840 * src/buildtools/linux64: git_revision:ab32747ae7a399c57b04280f38e49b8fdf237a8a..git_revision:d0a6f072070988e7b038496c4e7d6c562b649732 * src/buildtools/mac: git_revision:ab32747ae7a399c57b04280f38e49b8fdf237a8a..git_revision:d0a6f072070988e7b038496c4e7d6c562b649732 * src/buildtools/win: git_revision:ab32747ae7a399c57b04280f38e49b8fdf237a8a..git_revision:d0a6f072070988e7b038496c4e7d6c562b649732 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c3b92e2864..9cb0749680 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6bd825eb6a..f5f2b604a8 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/52a7c4e5e0..b9df2cbf82 * src/third_party/android_deps/libs/androidx_coordinatorlayout_coordinatorlayout: version:1.0.0-cr0..version:1.1.0-cr0 * src/third_party/android_deps/libs/androidx_recyclerview_recyclerview: version:1.0.0-cr0..version:1.1.0-cr0 * src/third_party/android_deps/libs/androidx_test_espresso_espresso_core: version:3.1.0-cr0..version:3.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_espresso_espresso_idling_resource: version:3.1.0-cr0..version:3.2.0-cr0 * src/third_party/android_deps/libs/androidx_transition_transition: version:1.0.0-rc02-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/com_google_android_material_material: version:1.0.0-rc02-cr0..version:1.2.0-alpha06-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/78b3337a10..2309f645e5 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/503f81b8fe..15d5f65efa * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5a7be3da21..cf77d6e387 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/a09ea700d3..cb44c86c1a * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/100d40c827..e3af529e51 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/f222396170..630b884f84 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/c810066815..2aa13c436e * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/dfd3f3d84c..046920fc49 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/1243d2fc27..f80e888723 * src/third_party/r8: UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C..gobCh01BNwJNyLHHNFUmLWSMaAbe4x3izuzBFzxQpDoC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5a602c7ac7..ea65b4f041 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/7e8636295f..90c5e17a82 Added dependencies * src/third_party/android_deps/libs/androidx_test_espresso_espresso_contrib * src/third_party/android_deps/libs/androidx_annotation_annotation_experimental * src/third_party/android_deps/libs/org_robolectric_shadows_multidex * src/third_party/android_deps/libs/androidx_test_espresso_espresso_web * src/third_party/android_deps/libs/androidx_test_espresso_espresso_intents * src/third_party/android_deps/libs/androidx_viewpager2_viewpager2 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_robolectric_shadows_playservices DEPS diff: https://chromium.googlesource.com/chromium/src/+/0cd53b97fa..e728aee5f1/DEPS Clang version changed 99ac9ce7016d701b43b8f0c308dc3463da57d983:a6ae333a0c23fc9b0783ca45e2676abac00c6723 Details: https://chromium.googlesource.com/chromium/src/+/0cd53b97fa..e728aee5f1/tools/clang/scripts/update.py TBR=titovartem@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Remove src/third_party/robolectric/robolectric Change-Id: Id6d50ce671fd4f0f2b23e3a06829846f2cbeeb6f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176417 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31432}
2020-06-03 21:53:28 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 0cd53b97fa..e728aee5f1 (770251:774589) Change log: https://chromium.googlesource.com/chromium/src/+log/0cd53b97fa..e728aee5f1 Full diff: https://chromium.googlesource.com/chromium/src/+/0cd53b97fa..e728aee5f1 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/234742ffa0..e2680ca915 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/814cd0c441..3706c78319 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/64ebbe62e1..7a0ebcc840 * src/buildtools/linux64: git_revision:ab32747ae7a399c57b04280f38e49b8fdf237a8a..git_revision:d0a6f072070988e7b038496c4e7d6c562b649732 * src/buildtools/mac: git_revision:ab32747ae7a399c57b04280f38e49b8fdf237a8a..git_revision:d0a6f072070988e7b038496c4e7d6c562b649732 * src/buildtools/win: git_revision:ab32747ae7a399c57b04280f38e49b8fdf237a8a..git_revision:d0a6f072070988e7b038496c4e7d6c562b649732 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c3b92e2864..9cb0749680 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6bd825eb6a..f5f2b604a8 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/52a7c4e5e0..b9df2cbf82 * src/third_party/android_deps/libs/androidx_coordinatorlayout_coordinatorlayout: version:1.0.0-cr0..version:1.1.0-cr0 * src/third_party/android_deps/libs/androidx_recyclerview_recyclerview: version:1.0.0-cr0..version:1.1.0-cr0 * src/third_party/android_deps/libs/androidx_test_espresso_espresso_core: version:3.1.0-cr0..version:3.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_espresso_espresso_idling_resource: version:3.1.0-cr0..version:3.2.0-cr0 * src/third_party/android_deps/libs/androidx_transition_transition: version:1.0.0-rc02-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/com_google_android_material_material: version:1.0.0-rc02-cr0..version:1.2.0-alpha06-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/78b3337a10..2309f645e5 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/503f81b8fe..15d5f65efa * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5a7be3da21..cf77d6e387 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/a09ea700d3..cb44c86c1a * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/100d40c827..e3af529e51 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/f222396170..630b884f84 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/c810066815..2aa13c436e * src/third_party/libunwindstack: https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/dfd3f3d84c..046920fc49 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/1243d2fc27..f80e888723 * src/third_party/r8: UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C..gobCh01BNwJNyLHHNFUmLWSMaAbe4x3izuzBFzxQpDoC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5a602c7ac7..ea65b4f041 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/7e8636295f..90c5e17a82 Added dependencies * src/third_party/android_deps/libs/androidx_test_espresso_espresso_contrib * src/third_party/android_deps/libs/androidx_annotation_annotation_experimental * src/third_party/android_deps/libs/org_robolectric_shadows_multidex * src/third_party/android_deps/libs/androidx_test_espresso_espresso_web * src/third_party/android_deps/libs/androidx_test_espresso_espresso_intents * src/third_party/android_deps/libs/androidx_viewpager2_viewpager2 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_robolectric_shadows_playservices DEPS diff: https://chromium.googlesource.com/chromium/src/+/0cd53b97fa..e728aee5f1/DEPS Clang version changed 99ac9ce7016d701b43b8f0c308dc3463da57d983:a6ae333a0c23fc9b0783ca45e2676abac00c6723 Details: https://chromium.googlesource.com/chromium/src/+/0cd53b97fa..e728aee5f1/tools/clang/scripts/update.py TBR=titovartem@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Remove src/third_party/robolectric/robolectric Change-Id: Id6d50ce671fd4f0f2b23e3a06829846f2cbeeb6f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176417 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31432}
2020-06-03 21:53:28 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual': {
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_checkerframework_checker_compat_qual',
Roll chromium_revision 506c2577bc..330454c702 (977835:979310) Change log: https://chromium.googlesource.com/chromium/src/+log/506c2577bc..330454c702 Full diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcd37851f4..86b036f2ce * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bba692af19..6d6a1eaf7a * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/738dc100c6..4d411388aa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cabf0cba2c..f02733c9d4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b5ba3855c4..f596ce142c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad0b57e097..a4ba4d030a * src/third_party/android_deps/libs/android_arch_core_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_core_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_common_java8: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_runtime: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel: version:2@1.1.1.cr0..version:2@1.1.1.cr1 * src/third_party/android_deps/libs/com_android_support_animated_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_appcompat_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cardview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_collections: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_coordinatorlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_cursoradapter: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_customview: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_design: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_documentfile: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_drawerlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_interpolator: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_loader: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_multidex: version:2@1.0.0.cr0..version:2@1.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_print: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_recyclerview_v7: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_slidingpanelayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_annotations: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_ui: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_core_utils: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_fragment: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_media_compat: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_v4: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_support_vector_drawable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_transition: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_versionedparcelable: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_support_viewpager: version:2@28.0.0.cr0..version:2@28.0.0.cr1 * src/third_party/android_deps/libs/com_android_tools_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_android_tools_sdk_common: version:2@30.2.0-beta01.cr0..version:2@30.2.0-beta01.cr1 * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine: version:2@2.8.8.cr0..version:2@2.8.8.cr1 * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api: version:2@2.2.1.cr0..version:2@2.2.1.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:2@17.5.0.cr0..version:2@17.5.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_fido: version:2@19.0.0-beta.cr0..version:2@19.0.0-beta.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_location: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:2@17.2.0.cr0..version:2@17.2.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_android_material_material: version:2@1.6.0-alpha01.cr0..version:2@1.6.0-alpha01.cr1 * src/third_party/android_deps/libs/com_google_android_play_core: version:2@1.10.0.cr0..version:2@1.10.0.cr1 * src/third_party/android_deps/libs/com_google_auto_auto_common: version:2@1.1.2.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations: version:2@1.0-rc6.cr0..version:2@1.0-rc6.cr1 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.7.4.cr0..version:2@1.9.cr1 * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305: version:2@3.0.2.cr0..version:2@3.0.2.cr1 * src/third_party/android_deps/libs/com_google_code_gson_gson: version:2@2.8.0.cr0..version:2@2.8.0.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2@2.30.cr0..version:2@2.30.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.9.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations: version:2@2.10.0.cr0..version:2@2.11.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac: version:2@9+181-r4173-1.cr0..version:2@9+181-r4173-1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded: version:2@9-dev-r4023-3.cr0..version:2@9-dev-r4023-3.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations: version:2@16.0.0.cr0..version:2@16.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_common: version:2@19.5.0.cr0..version:2@19.5.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_components: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders: version:2@16.1.0.cr0..version:2@16.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json: version:2@17.1.0.cr0..version:2@17.1.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop: version:2@17.0.0.cr0..version:2@17.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations: version:2@16.3.5.cr0..version:2@16.3.5.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop: version:2@16.0.1.cr0..version:2@16.0.1.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector: version:2@18.0.0.cr0..version:2@18.0.0.cr1 * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging: version:2@21.0.1.cr0..version:2@21.0.1.cr1 * src/third_party/android_deps/libs/com_google_flatbuffers_flatbuffers_java: version:2@2.0.3.cr0..version:2@2.0.3.cr1 * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format: version:2@1.5.cr0..version:2@1.5.cr1 * src/third_party/android_deps/libs/com_google_guava_failureaccess: version:2@1.0.1.cr0..version:2@1.0.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0-jre.cr0..version:2@31.0.1-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.0-android.cr0..version:2@31.0-android.cr1 * src/third_party/android_deps/libs/com_google_guava_listenablefuture: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr0..version:2@1.3.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java: version:2@3.4.0.cr0..version:2@3.19.2.cr1 * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite: version:2@3.19.3.cr0..version:2@3.19.3.cr1 * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils: version:2@1.3.0.cr0..version:2@1.3.0.cr1 * src/third_party/android_deps/libs/com_squareup_javapoet: version:2@1.13.0.cr0..version:2@1.13.0.cr1 * src/third_party/android_deps/libs/com_squareup_javawriter: version:2@2.1.1.cr0..version:2@2.1.1.cr1 * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils: version:2@4.0.cr0..version:2@4.0.cr1 * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api: version:2@1.3.2.cr0..version:2@1.3.2.cr1 * src/third_party/android_deps/libs/javax_annotation_jsr250_api: version:2@1.0.cr0..version:2@1.0.cr1 * src/third_party/android_deps/libs/javax_inject_javax_inject: version:2@1.cr0..version:2@1.cr1 * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap: version:2@0.2.cr0..version:2@0.2.cr1 * src/third_party/android_deps/libs/net_sf_kxml_kxml2: version:2@2.3.0.cr0..version:2@2.3.0.cr1 * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup: version:2@1.2.1.cr0..version:2@1.2.1.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2@2.5.5.cr0..version:2@2.5.5.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr0..version:2@3.12.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone: version:2@3.15.0.cr0..version:2@3.15.0.cr1 * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.17.cr0..version:2@1.17.cr1 * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit: version:2@4.4.1.201607150455-r.cr0..version:2@4.4.1.201607150455-r.cr1 * src/third_party/android_deps/libs/org_jetbrains_annotations: version:2@13.0.cr0..version:2@13.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr0..version:2@1.6.10.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr0..version:2@1.5.0.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm: version:2@0.1.0.cr0..version:2@0.1.0.cr1 * src/third_party/android_deps/libs/org_pcollections_pcollections: version:2@2.1.2.cr0..version:2@3.1.4.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.7.3.cr0..version:2@4.7.3.cr1 * src/third_party/androidx: F8k604AvABforYzuHHVPAKR63JI50fyxFmcXAgoRluEC..3VkiRTe5qdPdzmIzC63lc6LJPSEUMNjCHwQM4OBH_pgC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e87767edb2..5b79b29052 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/3262e3d0c8..493ffb12f7 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca3aae0014..8edc960e9a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/335224beee..1e2eb65048 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/c9461a9b55..ae1b7ad430 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/02959c3ee1..22f1a22c99 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/1badc020b3..6eb2732376 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c65b31ce64..63cb382ead Removed dependency * src/third_party/android_deps/libs/com_google_code_findbugs_jformatstring DEPS diff: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/DEPS Clang version changed llvmorg-15-init-1995-g5bec1ea7:llvmorg-15-init-3540-g85c53c70 Details: https://chromium.googlesource.com/chromium/src/+/506c2577bc..330454c702/tools/clang/scripts/update.py BUG=None Change-Id: Ib9c61f72c0a858f92620815af00614d02ddb5403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254360 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@{#36164}
2022-03-09 10:04:03 -08:00
'version': 'version:2@2.5.5.cr1',
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_checkerframework_checker_qual',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@3.43.0.cr1',
Roll chromium_revision d70c946a5d..4bf48be2a6 (1053366:1053480) Change log: https://chromium.googlesource.com/chromium/src/+log/d70c946a5d..4bf48be2a6 Full diff: https://chromium.googlesource.com/chromium/src/+/d70c946a5d..4bf48be2a6 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcdec10286..b7adeb6077 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2d2482275f..02e99441e4 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/73270e0a31..c8a8673189 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8bc0639ffe..abf18719b5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9ce643dc00..2433b3c0c9 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.22.1.cr1..version:2@3.25.0.cr1 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ba47770600..7f7018705a Added dependency * src/third_party/android_deps/libs/org_checkerframework_checker_util DEPS diff: https://chromium.googlesource.com/chromium/src/+/d70c946a5d..4bf48be2a6/DEPS Clang version changed llvmorg-16-init-5189-gbfcd536a:llvmorg-16-init-6084-g2f3d7c2c Details: https://chromium.googlesource.com/chromium/src/+/d70c946a5d..4bf48be2a6/tools/clang/scripts/update.py BUG=None Change-Id: I2f073d4d967dbec0c4bf41fa69e4a0da89fa77ea Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/277522 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@{#38257}
2022-09-30 03:02:52 -07:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision d70c946a5d..4bf48be2a6 (1053366:1053480) Change log: https://chromium.googlesource.com/chromium/src/+log/d70c946a5d..4bf48be2a6 Full diff: https://chromium.googlesource.com/chromium/src/+/d70c946a5d..4bf48be2a6 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcdec10286..b7adeb6077 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2d2482275f..02e99441e4 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/73270e0a31..c8a8673189 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8bc0639ffe..abf18719b5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9ce643dc00..2433b3c0c9 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.22.1.cr1..version:2@3.25.0.cr1 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ba47770600..7f7018705a Added dependency * src/third_party/android_deps/libs/org_checkerframework_checker_util DEPS diff: https://chromium.googlesource.com/chromium/src/+/d70c946a5d..4bf48be2a6/DEPS Clang version changed llvmorg-16-init-5189-gbfcd536a:llvmorg-16-init-6084-g2f3d7c2c Details: https://chromium.googlesource.com/chromium/src/+/d70c946a5d..4bf48be2a6/tools/clang/scripts/update.py BUG=None Change-Id: I2f073d4d967dbec0c4bf41fa69e4a0da89fa77ea Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/277522 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@{#38257}
2022-09-30 03:02:52 -07:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util': {
Roll chromium_revision d70c946a5d..4bf48be2a6 (1053366:1053480) Change log: https://chromium.googlesource.com/chromium/src/+log/d70c946a5d..4bf48be2a6 Full diff: https://chromium.googlesource.com/chromium/src/+/d70c946a5d..4bf48be2a6 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bcdec10286..b7adeb6077 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2d2482275f..02e99441e4 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/73270e0a31..c8a8673189 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8bc0639ffe..abf18719b5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9ce643dc00..2433b3c0c9 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.22.1.cr1..version:2@3.25.0.cr1 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ba47770600..7f7018705a Added dependency * src/third_party/android_deps/libs/org_checkerframework_checker_util DEPS diff: https://chromium.googlesource.com/chromium/src/+/d70c946a5d..4bf48be2a6/DEPS Clang version changed llvmorg-16-init-5189-gbfcd536a:llvmorg-16-init-6084-g2f3d7c2c Details: https://chromium.googlesource.com/chromium/src/+/d70c946a5d..4bf48be2a6/tools/clang/scripts/update.py BUG=None Change-Id: I2f073d4d967dbec0c4bf41fa69e4a0da89fa77ea Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/277522 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@{#38257}
2022-09-30 03:02:52 -07:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_checkerframework_checker_util',
'version': 'version:2@3.25.0.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations': {
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations',
Roll chromium_revision 839b9b8bb4..8bf5d05e2b (1406733:1407755) Change log: https://chromium.googlesource.com/chromium/src/+log/839b9b8bb4..8bf5d05e2b Full diff: https://chromium.googlesource.com/chromium/src/+/839b9b8bb4..8bf5d05e2b Changed dependencies * reclient_version: re_client_version:0.172.0.3cf60ba5-gomaip..re_client_version:0.174.0.d516e7c7-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/28b89c75d5..d89a69dc9d * src/build: https://chromium.googlesource.com/chromium/src/build/+log/ce61bc84f9..287333d912 * src/buildtools/reclient: re_client_version:0.172.0.3cf60ba5-gomaip..re_client_version:0.174.0.d516e7c7-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/65bfd734ce..26eb3d1408 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/5720363cd0..c61fa789bb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/dca9e8a29a..6a6b5e89a3 * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson: version:2@2.9.0.cr1..version:2@2.8.0.cr1 * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations: version:2@1.21.cr1..version:2@1.17.cr1 * src/third_party/androidx/cipd: M1k-NcW82kb60P4IhN249vz2GBCWt78kK0ObbZ1VEVMC..8nCIHopIYHCjj1XJfmb9C4zo7leo6sLDxellm75-DCsC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/571a7432a1..bca2d72c5e * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d25caed4b9..b15611f18b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a90906c74d..ea75de4c3b * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/ee1310ab5c..d4631a2eb3 * src/third_party/fuzztest/src: https://chromium.googlesource.com/external/github.com/google/fuzztest.git/+log/be49f904cc..00edfa0dd9 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/504ea69cf7..2b6b042a77 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/0c13a5d540..d737ca3ebe * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/d1e95b102f..e55d8cf51c * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/0eadb2fa14..4414ade7ba * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/3227982dba..022c528998 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Mac_arm64/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz,Win/rust-toolchain-ad211ced81509462cdfe4c29ed10f97279a0acae-1-llvmorg-20-init-17108-g29ed6000.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c5f991404f..4b1293dd0a * src/tools/luci-go: git_revision:320a8df0f7934159fda7721f3b507e707531d284..git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956 * src/tools/luci-go: git_revision:320a8df0f7934159fda7721f3b507e707531d284..git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956 * src/tools/luci-go: git_revision:320a8df0f7934159fda7721f3b507e707531d284..git_revision:e3703a4d1c29e8355653c19b59b0aa793a850956 Removed dependencies * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api DEPS diff: https://chromium.googlesource.com/chromium/src/+/839b9b8bb4..8bf5d05e2b/DEPS No update to Clang. BUG=None Change-Id: Ia252dc31f8fc5773f379a0b7415120f74343f6b7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/374640 Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43754}
2025-01-17 00:04:13 -08:00
'version': 'version:2@1.17.cr1',
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
},
Roll chromium_revision f8b9751f30..632253d282 (1095656:1096118) Change log: https://chromium.googlesource.com/chromium/src/+log/f8b9751f30..632253d282 Full diff: https://chromium.googlesource.com/chromium/src/+/f8b9751f30..632253d282 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/23bbbaa244..224897a735 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b87e2daa9f..2d729037e3 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/d843e69371..37cb03bdf9 * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/cf803236eb..885d5d1cd5 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8d719e4825..9b60c69f75 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7b275e0aab..e328aac1fd * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/377a76de42..0d1fb7d915 * src/third_party/androidx: amhjv4Hj48NMXw5Ntbp8u4o8TrRCD7nJxJsdEt10Cb0C..jv57gOQkV2sCpOYMfl61a1uigXjtNTanhXQbA-NIVj4C * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c4e9d16032..c95933a0d5 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e852391441..26b6c9b4cf * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/5115747345..9c915757e5 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/605350bd5b..b7c22b3a95 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/61f6f28a07..f1c4ce9b46 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/18a547c187..9ae507dc64 Added dependency * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber DEPS diff: https://chromium.googlesource.com/chromium/src/+/f8b9751f30..632253d282/DEPS No update to Clang. BUG=None Change-Id: Ia8330f48d91ec62376661d44c5a10cc3af35abf8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291368 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@{#39182}
2023-01-24 04:02:40 -08:00
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision f8b9751f30..632253d282 (1095656:1096118) Change log: https://chromium.googlesource.com/chromium/src/+log/f8b9751f30..632253d282 Full diff: https://chromium.googlesource.com/chromium/src/+/f8b9751f30..632253d282 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/23bbbaa244..224897a735 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b87e2daa9f..2d729037e3 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/d843e69371..37cb03bdf9 * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/cf803236eb..885d5d1cd5 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8d719e4825..9b60c69f75 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7b275e0aab..e328aac1fd * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/377a76de42..0d1fb7d915 * src/third_party/androidx: amhjv4Hj48NMXw5Ntbp8u4o8TrRCD7nJxJsdEt10Cb0C..jv57gOQkV2sCpOYMfl61a1uigXjtNTanhXQbA-NIVj4C * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c4e9d16032..c95933a0d5 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e852391441..26b6c9b4cf * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/5115747345..9c915757e5 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/605350bd5b..b7c22b3a95 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/61f6f28a07..f1c4ce9b46 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/18a547c187..9ae507dc64 Added dependency * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber DEPS diff: https://chromium.googlesource.com/chromium/src/+/f8b9751f30..632253d282/DEPS No update to Clang. BUG=None Change-Id: Ia8330f48d91ec62376661d44c5a10cc3af35abf8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291368 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@{#39182}
2023-01-24 04:02:40 -08:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber': {
Roll chromium_revision f8b9751f30..632253d282 (1095656:1096118) Change log: https://chromium.googlesource.com/chromium/src/+log/f8b9751f30..632253d282 Full diff: https://chromium.googlesource.com/chromium/src/+/f8b9751f30..632253d282 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/23bbbaa244..224897a735 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b87e2daa9f..2d729037e3 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/d843e69371..37cb03bdf9 * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/cf803236eb..885d5d1cd5 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8d719e4825..9b60c69f75 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7b275e0aab..e328aac1fd * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/377a76de42..0d1fb7d915 * src/third_party/androidx: amhjv4Hj48NMXw5Ntbp8u4o8TrRCD7nJxJsdEt10Cb0C..jv57gOQkV2sCpOYMfl61a1uigXjtNTanhXQbA-NIVj4C * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c4e9d16032..c95933a0d5 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e852391441..26b6c9b4cf * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/5115747345..9c915757e5 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/605350bd5b..b7c22b3a95 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/61f6f28a07..f1c4ce9b46 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/18a547c187..9ae507dc64 Added dependency * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber DEPS diff: https://chromium.googlesource.com/chromium/src/+/f8b9751f30..632253d282/DEPS No update to Clang. BUG=None Change-Id: Ia8330f48d91ec62376661d44c5a10cc3af35abf8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291368 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@{#39182}
2023-01-24 04:02:40 -08:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber',
'version': 'version:2@2.5.2.cr1',
},
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest': {
Roll chromium_revision 45304a5b38..417b7ce146 (999433:999552) Change log: https://chromium.googlesource.com/chromium/src/+log/45304a5b38..417b7ce146 Full diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c5ff734ecb..01e3d9104d * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/113378f9b3..7208eddba1 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/3170f27462..e248592443 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fa918eb7ae..bad52baf02 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e3744eedbc..aa14c9b817 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/13acea3645..23ddab2235 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ded0ab1e86..fd5689b73c Added dependencies * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_protobuf_protobuf_lite * src/third_party/android_deps/libs/org_hamcrest_hamcrest DEPS diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146/DEPS No update to Clang. BUG=None Change-Id: I64b46dcefe03bceca69ee6f3ed1de85d01881340 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261142 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#36764}
2022-05-04 13:08:10 -07:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_hamcrest_hamcrest',
'version': 'version:2@2.2.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 45304a5b38..417b7ce146 (999433:999552) Change log: https://chromium.googlesource.com/chromium/src/+log/45304a5b38..417b7ce146 Full diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c5ff734ecb..01e3d9104d * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/113378f9b3..7208eddba1 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/3170f27462..e248592443 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fa918eb7ae..bad52baf02 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e3744eedbc..aa14c9b817 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/13acea3645..23ddab2235 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ded0ab1e86..fd5689b73c Added dependencies * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_protobuf_protobuf_lite * src/third_party/android_deps/libs/org_hamcrest_hamcrest DEPS diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146/DEPS No update to Clang. BUG=None Change-Id: I64b46dcefe03bceca69ee6f3ed1de85d01881340 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261142 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#36764}
2022-05-04 13:08:10 -07:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime': {
Roll chromium_revision b77c10eec3..553b5dd870 (1256869:1257025) Change log: https://chromium.googlesource.com/chromium/src/+log/b77c10eec3..553b5dd870 Full diff: https://chromium.googlesource.com/chromium/src/+/b77c10eec3..553b5dd870 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bd360beaa8..f018f4f734 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5bae19f119..6dc8bd1ec4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/03acf75d86..7328b96358 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/676beca3fb..3a5018f262 * src/third_party/androidx: 6uuKw5DN2kX3odjXxnfntoWPy4DOE00A65kTz33wmEYC..7mJZ3v-PCBM6d2aoz8s5V6ix1M_RJi-94No7oO0IIC0C * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/120efcb475..1f441eb375 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/fb278689d9..a7b3d968a3 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/d359a9f922..2f2c04c157 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/5cafd5f37c..cae24fbd60 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4a580ac431..982af6cab0 Added dependencies * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime DEPS diff: https://chromium.googlesource.com/chromium/src/+/b77c10eec3..553b5dd870/DEPS No update to Clang. BUG=None Change-Id: I8ef4c62c577492d6fcb3ffd505ff0e6a861f2712 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/338203 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@{#41678}
2024-02-06 14:02:03 -08:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime',
'version': 'version:2@1.9.22.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision b77c10eec3..553b5dd870 (1256869:1257025) Change log: https://chromium.googlesource.com/chromium/src/+log/b77c10eec3..553b5dd870 Full diff: https://chromium.googlesource.com/chromium/src/+/b77c10eec3..553b5dd870 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bd360beaa8..f018f4f734 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5bae19f119..6dc8bd1ec4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/03acf75d86..7328b96358 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/676beca3fb..3a5018f262 * src/third_party/androidx: 6uuKw5DN2kX3odjXxnfntoWPy4DOE00A65kTz33wmEYC..7mJZ3v-PCBM6d2aoz8s5V6ix1M_RJi-94No7oO0IIC0C * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/120efcb475..1f441eb375 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/fb278689d9..a7b3d968a3 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/d359a9f922..2f2c04c157 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/5cafd5f37c..cae24fbd60 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4a580ac431..982af6cab0 Added dependencies * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime DEPS diff: https://chromium.googlesource.com/chromium/src/+/b77c10eec3..553b5dd870/DEPS No update to Clang. BUG=None Change-Id: I8ef4c62c577492d6fcb3ffd505ff0e6a861f2712 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/338203 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@{#41678}
2024-02-06 14:02:03 -08:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime': {
Roll chromium_revision b77c10eec3..553b5dd870 (1256869:1257025) Change log: https://chromium.googlesource.com/chromium/src/+log/b77c10eec3..553b5dd870 Full diff: https://chromium.googlesource.com/chromium/src/+/b77c10eec3..553b5dd870 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bd360beaa8..f018f4f734 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5bae19f119..6dc8bd1ec4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/03acf75d86..7328b96358 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/676beca3fb..3a5018f262 * src/third_party/androidx: 6uuKw5DN2kX3odjXxnfntoWPy4DOE00A65kTz33wmEYC..7mJZ3v-PCBM6d2aoz8s5V6ix1M_RJi-94No7oO0IIC0C * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/120efcb475..1f441eb375 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/fb278689d9..a7b3d968a3 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/d359a9f922..2f2c04c157 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/5cafd5f37c..cae24fbd60 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4a580ac431..982af6cab0 Added dependencies * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime DEPS diff: https://chromium.googlesource.com/chromium/src/+/b77c10eec3..553b5dd870/DEPS No update to Clang. BUG=None Change-Id: I8ef4c62c577492d6fcb3ffd505ff0e6a861f2712 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/338203 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@{#41678}
2024-02-06 14:02:03 -08:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime',
'version': 'version:2@1.9.22.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision b77c10eec3..553b5dd870 (1256869:1257025) Change log: https://chromium.googlesource.com/chromium/src/+log/b77c10eec3..553b5dd870 Full diff: https://chromium.googlesource.com/chromium/src/+/b77c10eec3..553b5dd870 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bd360beaa8..f018f4f734 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5bae19f119..6dc8bd1ec4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/03acf75d86..7328b96358 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/676beca3fb..3a5018f262 * src/third_party/androidx: 6uuKw5DN2kX3odjXxnfntoWPy4DOE00A65kTz33wmEYC..7mJZ3v-PCBM6d2aoz8s5V6ix1M_RJi-94No7oO0IIC0C * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/120efcb475..1f441eb375 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/fb278689d9..a7b3d968a3 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/d359a9f922..2f2c04c157 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/5cafd5f37c..cae24fbd60 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4a580ac431..982af6cab0 Added dependencies * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime DEPS diff: https://chromium.googlesource.com/chromium/src/+/b77c10eec3..553b5dd870/DEPS No update to Clang. BUG=None Change-Id: I8ef4c62c577492d6fcb3ffd505ff0e6a861f2712 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/338203 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@{#41678}
2024-02-06 14:02:03 -08:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm': {
Roll chromium_revision 844caa73fd..82f331232d (1252127:1256154) Change log: https://chromium.googlesource.com/chromium/src/+log/844caa73fd..82f331232d Full diff: https://chromium.googlesource.com/chromium/src/+/844caa73fd..82f331232d Changed dependencies * fuchsia_version: version:17.20240120.1.1..version:18.20240127.1.1 * reclient_version: re_client_version:0.126.0.4aaef37-gomaip..re_client_version:0.130.0.546556b-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1e7f08e968..f35773d19b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0b7a0198da..f4542781a5 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/d8688b9036..fc9e646cb3 * src/buildtools/linux64: git_revision:fc722252439ea3576c241773f5ee14eb8470e2ef..git_revision:a2e2717ea670249a34b0de4b3e54f268d320bdfa * src/buildtools/mac: git_revision:fc722252439ea3576c241773f5ee14eb8470e2ef..git_revision:a2e2717ea670249a34b0de4b3e54f268d320bdfa * src/buildtools/reclient: re_client_version:0.126.0.4aaef37-gomaip..re_client_version:0.130.0.546556b-gomaip * src/buildtools/win: git_revision:fc722252439ea3576c241773f5ee14eb8470e2ef..git_revision:a2e2717ea670249a34b0de4b3e54f268d320bdfa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2e7ed5b523..8c904c8500 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d03a2cf751..fa5d894853 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b2c536b297..f52924d4de * src/third_party/android_build_tools/manifest_merger: fPIg5SQ9nbj982soSMoZlTPVfZ2zVKZRusg-r0ONCxUC.._BpuezAM4mQeQj5WNI7H6zkNx4nV2d8uGzcoJOlLQJcC * src/third_party/androidx: BW2v6j8vjcVQrdX9fXmf686JtkLjxn-KCWhAE1XT_n4C..6uuKw5DN2kX3odjXxnfntoWPy4DOE00A65kTz33wmEYC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/414f69504d..10a2132f50 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/62ecd46358..6551ac3632 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d7ee2f7345..432aa4ae6c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2bc81cdf4f..af6eabff53 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/17525de887..7c1b0b524c * src/third_party/fontconfig/src: https://chromium.googlesource.com/external/fontconfig.git/+log/2fb3419a92..14d466b30a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/5761778246..47574f7ea4 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/77cf417565..0cee19cfc8 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/28aa23ffb4..3c2f3884e6 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/a46df1f416..0c4e8fac5c * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/eeb1be7f23..c35f3e9e35 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/04821d1e7d..d359a9f922 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/d9c3231123..9dec55ff4f * src/third_party/r8: K1NPmXz0aZCAGGtC5UESEmqwT5-x6QNNb0Jo0umsez4C..X4a6wa4_8gQP775zUTVOXJEtzMNByOt6xLvdOc2_i_MC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/826ad10e58..ab7c5918b4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/80bf17f2a7..8cd7746c96 Added dependency * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/844caa73fd..82f331232d/DEPS No update to Clang. BUG=None Change-Id: I103d6aa89ddc107917b7f9d71dc7d3fb589599aa Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/338001 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#41667}
2024-02-05 04:48:42 -08:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm',
'version': 'version:2@0.23.2.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 844caa73fd..82f331232d (1252127:1256154) Change log: https://chromium.googlesource.com/chromium/src/+log/844caa73fd..82f331232d Full diff: https://chromium.googlesource.com/chromium/src/+/844caa73fd..82f331232d Changed dependencies * fuchsia_version: version:17.20240120.1.1..version:18.20240127.1.1 * reclient_version: re_client_version:0.126.0.4aaef37-gomaip..re_client_version:0.130.0.546556b-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1e7f08e968..f35773d19b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0b7a0198da..f4542781a5 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/d8688b9036..fc9e646cb3 * src/buildtools/linux64: git_revision:fc722252439ea3576c241773f5ee14eb8470e2ef..git_revision:a2e2717ea670249a34b0de4b3e54f268d320bdfa * src/buildtools/mac: git_revision:fc722252439ea3576c241773f5ee14eb8470e2ef..git_revision:a2e2717ea670249a34b0de4b3e54f268d320bdfa * src/buildtools/reclient: re_client_version:0.126.0.4aaef37-gomaip..re_client_version:0.130.0.546556b-gomaip * src/buildtools/win: git_revision:fc722252439ea3576c241773f5ee14eb8470e2ef..git_revision:a2e2717ea670249a34b0de4b3e54f268d320bdfa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2e7ed5b523..8c904c8500 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d03a2cf751..fa5d894853 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b2c536b297..f52924d4de * src/third_party/android_build_tools/manifest_merger: fPIg5SQ9nbj982soSMoZlTPVfZ2zVKZRusg-r0ONCxUC.._BpuezAM4mQeQj5WNI7H6zkNx4nV2d8uGzcoJOlLQJcC * src/third_party/androidx: BW2v6j8vjcVQrdX9fXmf686JtkLjxn-KCWhAE1XT_n4C..6uuKw5DN2kX3odjXxnfntoWPy4DOE00A65kTz33wmEYC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/414f69504d..10a2132f50 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/62ecd46358..6551ac3632 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d7ee2f7345..432aa4ae6c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2bc81cdf4f..af6eabff53 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/17525de887..7c1b0b524c * src/third_party/fontconfig/src: https://chromium.googlesource.com/external/fontconfig.git/+log/2fb3419a92..14d466b30a * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/5761778246..47574f7ea4 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/77cf417565..0cee19cfc8 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/28aa23ffb4..3c2f3884e6 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/a46df1f416..0c4e8fac5c * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/eeb1be7f23..c35f3e9e35 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/04821d1e7d..d359a9f922 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/d9c3231123..9dec55ff4f * src/third_party/r8: K1NPmXz0aZCAGGtC5UESEmqwT5-x6QNNb0Jo0umsez4C..X4a6wa4_8gQP775zUTVOXJEtzMNByOt6xLvdOc2_i_MC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/826ad10e58..ab7c5918b4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/80bf17f2a7..8cd7746c96 Added dependency * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/844caa73fd..82f331232d/DEPS No update to Clang. BUG=None Change-Id: I103d6aa89ddc107917b7f9d71dc7d3fb589599aa Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/338001 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#41667}
2024-02-05 04:48:42 -08:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android': {
Roll chromium_revision 720eb67ae3..e6f2129c2e (877779:877905) Change log: https://chromium.googlesource.com/chromium/src/+log/720eb67ae3..e6f2129c2e Full diff: https://chromium.googlesource.com/chromium/src/+/720eb67ae3..e6f2129c2e Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/c232239735..29514e89f9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8cc6617045..2d95b4abc3 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b8a2db9627..61a54baae2 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/206bdd6798..d384301a1d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/2c60ded257..40011882ff * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.4.30.cr0..version:2@1.4.32.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.4.30.cr0..version:2@1.4.32.cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bbfed50cf9..ed0183e21a * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/52fefceb29..21d255cb25 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/24c68e0d20..0e154484a2 Added dependencies * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android DEPS diff: https://chromium.googlesource.com/chromium/src/+/720eb67ae3..e6f2129c2e/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I5671701bfd242e02170ea8e0fa1b5280d92dd928 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/216821 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@{#33885}
2021-04-30 07:07:17 -07:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android',
Roll chromium_revision 3b552b31ee..3b70d6f26c (1354345:1354985) Change log: https://chromium.googlesource.com/chromium/src/+log/3b552b31ee..3b70d6f26c Full diff: https://chromium.googlesource.com/chromium/src/+/3b552b31ee..3b70d6f26c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/99dc460971..7f2a56694b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/154f06e2b2..8e0612cd2c * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/34a8595e75..e4f992c066 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/774e1938da..8e01efd2a9 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/43f298a862..3f4138fcb1 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b434c2e410..27c9b4efc2 * src/third_party/android_build_tools/manifest_merger/cipd: sa8Vo-ZxAsdWEoHTyymObnW4P7_yyEc7_fIpOF0A8VYC..JnUHT3SsYpv4WBlOV5VrBkuj2Q9SJ3cXlNHZ-u78L5IC * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.6.4.cr1..version:2@1.8.1.cr1 * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.6.4.cr1..version:2@1.8.1.cr1 * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava: version:2@1.6.4.cr1..version:2@1.8.1.cr1 * src/third_party/androidx/cipd: yP6G6XfDr70cKK951AWtO3Ebf1-Hd7HDWq9tISJOn8UC..-HPg6kSZtheePVbklOqBtMGHIYS9d0uoR7S-NfR5kGoC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c46e0e5bd6..296226a4a0 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/17226d7965..d43a3eb748 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/6711fb8465..91903c28af * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6ae6f38d10..887f732df0 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/11b62edaf2..29b2e9a0f4 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/40477ffb51..97a5d7ed4d * src/third_party/r8/cipd: SfTjETaHqxbqyJ2oM5I95Iff9NJRgm9LHaDH03COwT0C..mqzE1g-dbf23PQ04w-4TpmupGkMOnZljVa993-MkzhIC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/31966b2a47..453f7ad001 Added dependency * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_serialization_core_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/3b552b31ee..3b70d6f26c/DEPS No update to Clang. BUG=None Change-Id: If2e819e7fa7c9bd0769ced73081f5e71710c4e10 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/362485 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43018}
2024-09-12 21:09:12 -07:00
'version': 'version:2@1.8.1.cr1',
Roll chromium_revision 720eb67ae3..e6f2129c2e (877779:877905) Change log: https://chromium.googlesource.com/chromium/src/+log/720eb67ae3..e6f2129c2e Full diff: https://chromium.googlesource.com/chromium/src/+/720eb67ae3..e6f2129c2e Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/c232239735..29514e89f9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8cc6617045..2d95b4abc3 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b8a2db9627..61a54baae2 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/206bdd6798..d384301a1d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/2c60ded257..40011882ff * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.4.30.cr0..version:2@1.4.32.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.4.30.cr0..version:2@1.4.32.cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bbfed50cf9..ed0183e21a * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/52fefceb29..21d255cb25 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/24c68e0d20..0e154484a2 Added dependencies * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android DEPS diff: https://chromium.googlesource.com/chromium/src/+/720eb67ae3..e6f2129c2e/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I5671701bfd242e02170ea8e0fa1b5280d92dd928 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/216821 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@{#33885}
2021-04-30 07:07:17 -07:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 720eb67ae3..e6f2129c2e (877779:877905) Change log: https://chromium.googlesource.com/chromium/src/+log/720eb67ae3..e6f2129c2e Full diff: https://chromium.googlesource.com/chromium/src/+/720eb67ae3..e6f2129c2e Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/c232239735..29514e89f9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8cc6617045..2d95b4abc3 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b8a2db9627..61a54baae2 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/206bdd6798..d384301a1d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/2c60ded257..40011882ff * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.4.30.cr0..version:2@1.4.32.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.4.30.cr0..version:2@1.4.32.cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bbfed50cf9..ed0183e21a * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/52fefceb29..21d255cb25 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/24c68e0d20..0e154484a2 Added dependencies * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android DEPS diff: https://chromium.googlesource.com/chromium/src/+/720eb67ae3..e6f2129c2e/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I5671701bfd242e02170ea8e0fa1b5280d92dd928 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/216821 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@{#33885}
2021-04-30 07:07:17 -07:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm': {
Roll chromium_revision 720eb67ae3..e6f2129c2e (877779:877905) Change log: https://chromium.googlesource.com/chromium/src/+log/720eb67ae3..e6f2129c2e Full diff: https://chromium.googlesource.com/chromium/src/+/720eb67ae3..e6f2129c2e Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/c232239735..29514e89f9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8cc6617045..2d95b4abc3 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b8a2db9627..61a54baae2 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/206bdd6798..d384301a1d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/2c60ded257..40011882ff * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.4.30.cr0..version:2@1.4.32.cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.4.30.cr0..version:2@1.4.32.cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bbfed50cf9..ed0183e21a * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/52fefceb29..21d255cb25 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/24c68e0d20..0e154484a2 Added dependencies * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android DEPS diff: https://chromium.googlesource.com/chromium/src/+/720eb67ae3..e6f2129c2e/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I5671701bfd242e02170ea8e0fa1b5280d92dd928 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/216821 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@{#33885}
2021-04-30 07:07:17 -07:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm',
Roll chromium_revision 3b552b31ee..3b70d6f26c (1354345:1354985) Change log: https://chromium.googlesource.com/chromium/src/+log/3b552b31ee..3b70d6f26c Full diff: https://chromium.googlesource.com/chromium/src/+/3b552b31ee..3b70d6f26c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/99dc460971..7f2a56694b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/154f06e2b2..8e0612cd2c * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/34a8595e75..e4f992c066 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/774e1938da..8e01efd2a9 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/43f298a862..3f4138fcb1 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b434c2e410..27c9b4efc2 * src/third_party/android_build_tools/manifest_merger/cipd: sa8Vo-ZxAsdWEoHTyymObnW4P7_yyEc7_fIpOF0A8VYC..JnUHT3SsYpv4WBlOV5VrBkuj2Q9SJ3cXlNHZ-u78L5IC * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.6.4.cr1..version:2@1.8.1.cr1 * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.6.4.cr1..version:2@1.8.1.cr1 * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava: version:2@1.6.4.cr1..version:2@1.8.1.cr1 * src/third_party/androidx/cipd: yP6G6XfDr70cKK951AWtO3Ebf1-Hd7HDWq9tISJOn8UC..-HPg6kSZtheePVbklOqBtMGHIYS9d0uoR7S-NfR5kGoC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c46e0e5bd6..296226a4a0 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/17226d7965..d43a3eb748 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/6711fb8465..91903c28af * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6ae6f38d10..887f732df0 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/11b62edaf2..29b2e9a0f4 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/40477ffb51..97a5d7ed4d * src/third_party/r8/cipd: SfTjETaHqxbqyJ2oM5I95Iff9NJRgm9LHaDH03COwT0C..mqzE1g-dbf23PQ04w-4TpmupGkMOnZljVa993-MkzhIC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/31966b2a47..453f7ad001 Added dependency * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_serialization_core_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/3b552b31ee..3b70d6f26c/DEPS No update to Clang. BUG=None Change-Id: If2e819e7fa7c9bd0769ced73081f5e71710c4e10 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/362485 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43018}
2024-09-12 21:09:12 -07:00
'version': 'version:2@1.8.1.cr1',
Roll chromium_revision ce459ab383..6d60176510 (742528:743892) Manual changes: - Changed git repos for libcxx, libcxxabi and libunwind since they changed in Chromium. - Suppressed failing test on MSAN. Change log: https://chromium.googlesource.com/chromium/src/+log/ce459ab383..6d60176510 Full diff: https://chromium.googlesource.com/chromium/src/+/ce459ab383..6d60176510 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1d6cd336dc..0794106942 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/188f078b2d..3e271e1ba5 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/afc5b798c7..feb2d0c562 * src/buildtools/linux64: git_revision:97cc440d84f050f99ff0161f9414bfa2ffa38f65..git_revision:4166e9fbc1fa5ceab69b69710a0f8b430c50127b * src/buildtools/mac: git_revision:97cc440d84f050f99ff0161f9414bfa2ffa38f65..git_revision:4166e9fbc1fa5ceab69b69710a0f8b430c50127b * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/78d6a7767e..d9040c75cf * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/0d529660e3..196ba1aaa8 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/69d9b84cca..d999d54f4b * src/buildtools/win: git_revision:97cc440d84f050f99ff0161f9414bfa2ffa38f65..git_revision:4166e9fbc1fa5ceab69b69710a0f8b430c50127b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/084a00adec..c5aa761a80 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/688f493e49..f07276793c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c6a4254b5e..f4d9303129 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2.17-cr0..version:2.26-cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2.17-cr0..version:2.26-cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2.17-cr0..version:2.26-cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2.17-cr0..version:2.26-cr0 * src/third_party/android_deps/libs/com_google_guava_guava: version:27.0.1-jre-cr0..version:27.1-jre-cr0 * src/third_party/android_deps/libs/com_squareup_javapoet: version:1.11.0-cr0..version:1.11.1-cr0 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2.3.0-cr0..version:2.5.3-cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:1.3.41-cr0..version:1.3.50-cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:1.3.41-cr0..version:1.3.50-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/7e43e2e8ee..6432bb46ab * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/9508452e18..d5a5c48017 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/10e0e6d6c1..1773f37de6 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/bcc5d9fec0..545152f302 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/d09e831559..fa147af4a5 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/36133b04c0..55f2e4a0a8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/af708e0676..e64334fd9c Added dependencies * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap DEPS diff: https://chromium.googlesource.com/chromium/src/+/ce459ab383..6d60176510/DEPS No update to Clang. TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=webrtc:11376 Change-Id: I5c45376e397c4ce6f9c151626b2280c750ca420c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168946 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30591}
2020-02-24 13:31:03 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision ce459ab383..6d60176510 (742528:743892) Manual changes: - Changed git repos for libcxx, libcxxabi and libunwind since they changed in Chromium. - Suppressed failing test on MSAN. Change log: https://chromium.googlesource.com/chromium/src/+log/ce459ab383..6d60176510 Full diff: https://chromium.googlesource.com/chromium/src/+/ce459ab383..6d60176510 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1d6cd336dc..0794106942 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/188f078b2d..3e271e1ba5 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/afc5b798c7..feb2d0c562 * src/buildtools/linux64: git_revision:97cc440d84f050f99ff0161f9414bfa2ffa38f65..git_revision:4166e9fbc1fa5ceab69b69710a0f8b430c50127b * src/buildtools/mac: git_revision:97cc440d84f050f99ff0161f9414bfa2ffa38f65..git_revision:4166e9fbc1fa5ceab69b69710a0f8b430c50127b * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/78d6a7767e..d9040c75cf * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/0d529660e3..196ba1aaa8 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/69d9b84cca..d999d54f4b * src/buildtools/win: git_revision:97cc440d84f050f99ff0161f9414bfa2ffa38f65..git_revision:4166e9fbc1fa5ceab69b69710a0f8b430c50127b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/084a00adec..c5aa761a80 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/688f493e49..f07276793c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c6a4254b5e..f4d9303129 * src/third_party/android_deps/libs/com_google_dagger_dagger: version:2.17-cr0..version:2.26-cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler: version:2.17-cr0..version:2.26-cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_producers: version:2.17-cr0..version:2.26-cr0 * src/third_party/android_deps/libs/com_google_dagger_dagger_spi: version:2.17-cr0..version:2.26-cr0 * src/third_party/android_deps/libs/com_google_guava_guava: version:27.0.1-jre-cr0..version:27.1-jre-cr0 * src/third_party/android_deps/libs/com_squareup_javapoet: version:1.11.0-cr0..version:1.11.1-cr0 * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual: version:2.3.0-cr0..version:2.5.3-cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:1.3.41-cr0..version:1.3.50-cr0 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:1.3.41-cr0..version:1.3.50-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/7e43e2e8ee..6432bb46ab * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/9508452e18..d5a5c48017 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/10e0e6d6c1..1773f37de6 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/bcc5d9fec0..545152f302 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/d09e831559..fa147af4a5 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/36133b04c0..55f2e4a0a8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/af708e0676..e64334fd9c Added dependencies * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap DEPS diff: https://chromium.googlesource.com/chromium/src/+/ce459ab383..6d60176510/DEPS No update to Clang. TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=webrtc:11376 Change-Id: I5c45376e397c4ce6f9c151626b2280c750ca420c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168946 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30591}
2020-02-24 13:31:03 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava',
Roll chromium_revision 3b552b31ee..3b70d6f26c (1354345:1354985) Change log: https://chromium.googlesource.com/chromium/src/+log/3b552b31ee..3b70d6f26c Full diff: https://chromium.googlesource.com/chromium/src/+/3b552b31ee..3b70d6f26c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/99dc460971..7f2a56694b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/154f06e2b2..8e0612cd2c * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/34a8595e75..e4f992c066 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/774e1938da..8e01efd2a9 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/43f298a862..3f4138fcb1 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b434c2e410..27c9b4efc2 * src/third_party/android_build_tools/manifest_merger/cipd: sa8Vo-ZxAsdWEoHTyymObnW4P7_yyEc7_fIpOF0A8VYC..JnUHT3SsYpv4WBlOV5VrBkuj2Q9SJ3cXlNHZ-u78L5IC * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.6.4.cr1..version:2@1.8.1.cr1 * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.6.4.cr1..version:2@1.8.1.cr1 * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava: version:2@1.6.4.cr1..version:2@1.8.1.cr1 * src/third_party/androidx/cipd: yP6G6XfDr70cKK951AWtO3Ebf1-Hd7HDWq9tISJOn8UC..-HPg6kSZtheePVbklOqBtMGHIYS9d0uoR7S-NfR5kGoC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c46e0e5bd6..296226a4a0 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/17226d7965..d43a3eb748 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/6711fb8465..91903c28af * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6ae6f38d10..887f732df0 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/11b62edaf2..29b2e9a0f4 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/40477ffb51..97a5d7ed4d * src/third_party/r8/cipd: SfTjETaHqxbqyJ2oM5I95Iff9NJRgm9LHaDH03COwT0C..mqzE1g-dbf23PQ04w-4TpmupGkMOnZljVa993-MkzhIC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/31966b2a47..453f7ad001 Added dependency * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_serialization_core_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/3b552b31ee..3b70d6f26c/DEPS No update to Clang. BUG=None Change-Id: If2e819e7fa7c9bd0769ced73081f5e71710c4e10 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/362485 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43018}
2024-09-12 21:09:12 -07:00
'version': 'version:2@1.8.1.cr1',
},
],
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm',
'version': 'version:2@1.7.3.cr1',
},
],
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision 3b552b31ee..3b70d6f26c (1354345:1354985) Change log: https://chromium.googlesource.com/chromium/src/+log/3b552b31ee..3b70d6f26c Full diff: https://chromium.googlesource.com/chromium/src/+/3b552b31ee..3b70d6f26c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/99dc460971..7f2a56694b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/154f06e2b2..8e0612cd2c * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/34a8595e75..e4f992c066 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/774e1938da..8e01efd2a9 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/43f298a862..3f4138fcb1 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b434c2e410..27c9b4efc2 * src/third_party/android_build_tools/manifest_merger/cipd: sa8Vo-ZxAsdWEoHTyymObnW4P7_yyEc7_fIpOF0A8VYC..JnUHT3SsYpv4WBlOV5VrBkuj2Q9SJ3cXlNHZ-u78L5IC * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.6.4.cr1..version:2@1.8.1.cr1 * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.6.4.cr1..version:2@1.8.1.cr1 * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava: version:2@1.6.4.cr1..version:2@1.8.1.cr1 * src/third_party/androidx/cipd: yP6G6XfDr70cKK951AWtO3Ebf1-Hd7HDWq9tISJOn8UC..-HPg6kSZtheePVbklOqBtMGHIYS9d0uoR7S-NfR5kGoC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c46e0e5bd6..296226a4a0 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/17226d7965..d43a3eb748 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/6711fb8465..91903c28af * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6ae6f38d10..887f732df0 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/11b62edaf2..29b2e9a0f4 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/40477ffb51..97a5d7ed4d * src/third_party/r8/cipd: SfTjETaHqxbqyJ2oM5I95Iff9NJRgm9LHaDH03COwT0C..mqzE1g-dbf23PQ04w-4TpmupGkMOnZljVa993-MkzhIC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/31966b2a47..453f7ad001 Added dependency * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_serialization_core_jvm DEPS diff: https://chromium.googlesource.com/chromium/src/+/3b552b31ee..3b70d6f26c/DEPS No update to Clang. BUG=None Change-Id: If2e819e7fa7c9bd0769ced73081f5e71710c4e10 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/362485 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43018}
2024-09-12 21:09:12 -07:00
'src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_serialization_core_jvm': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_serialization_core_jvm',
'version': 'version:2@1.7.2.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_jsoup_jsoup': {
Roll chromium_revision 45304a5b38..417b7ce146 (999433:999552) Change log: https://chromium.googlesource.com/chromium/src/+log/45304a5b38..417b7ce146 Full diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c5ff734ecb..01e3d9104d * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/113378f9b3..7208eddba1 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/3170f27462..e248592443 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fa918eb7ae..bad52baf02 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e3744eedbc..aa14c9b817 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/13acea3645..23ddab2235 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ded0ab1e86..fd5689b73c Added dependencies * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_protobuf_protobuf_lite * src/third_party/android_deps/libs/org_hamcrest_hamcrest DEPS diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146/DEPS No update to Clang. BUG=None Change-Id: I64b46dcefe03bceca69ee6f3ed1de85d01881340 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261142 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#36764}
2022-05-04 13:08:10 -07:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jsoup_jsoup',
Roll chromium_revision 634d852d69..6e61ef84b1 (1042444:1046816) Change log: https://chromium.googlesource.com/chromium/src/+log/634d852d69..6e61ef84b1 Full diff: https://chromium.googlesource.com/chromium/src/+/634d852d69..6e61ef84b1 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/4740e2c0f5..a2202933ca * src/build: https://chromium.googlesource.com/chromium/src/build/+log/15f3aedda7..b7148ee91d * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/734683a3d6..e713c13e2f * src/buildtools/linux64: git_revision:00b741b1568d56cf4e117dcb9f70cd42653b4c78..git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e * src/buildtools/mac: git_revision:00b741b1568d56cf4e117dcb9f70cd42653b4c78..git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e * src/buildtools/reclient: re_client_version:0.77.2.9cc22cf-gomaip..re_client_version:0.78.0.6f1e751-gomaip * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/84f06932d7..c1e647c7c3 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/48afced8aa..5c3e02e92a * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/42aa6de554..60a480ee18 * src/buildtools/win: git_revision:00b741b1568d56cf4e117dcb9f70cd42653b4c78..git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/eeefca2111..af037ea36a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/579c4c34ac..6b803972c9 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/2b69b08490..250f81aa11 * src/third_party/android_build_tools/bundletool: qLkNwA6wjoqznVqaa151GelgGBP4X495n0z-jluACPcC..IEZQhHFQzO9Ci1QxWZmssKqGmt2r_nCDMKr8t4cKY34C * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@3.1.2.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.11.0.cr1..version:2@2.14.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr1..version:2@3.22.1.cr1 * src/third_party/android_deps/libs/org_jsoup_jsoup: version:2@1.14.3.cr1..version:2@1.15.1.cr1 * src/third_party/androidx: 32V52h3rlrpZqQ85cpCUJYyonyvMwplznzMVsLdWcosC..ZdhBYngU8wyq5rvMrY4fNAijgdagR98QnLw9JFadQgQC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7ee071132a..37391a1619 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/8cdc635be8..9ebcfa6be1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/dd91f6e7f5..8e68439a6f * src/third_party/fuchsia-sdk/sdk: version:9.20220912.3.1..version:9.20220913.3.1 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/bbdc7d8936..20f8ac695a * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/22f1a22c99..ed683925e4 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/3a01865035..b910084bb4 * src/third_party/r8: k-rsF0crG3zBArTjEZbYn9ZKk1MGSMeSKp_ruAONHXAC..szXK3tCGU7smsNs4r2mGqxme7d9KWLaOk0_ghbCJxUQC * src/third_party/r8/d8: PWja-vUPRluhUOsoIZey_Dmxkw106_xQR7NM_Z8aZxIC..DbVJ-oYhMQRvNqZYr37TP1-U_0vkeVNii078zhzdUmUC * src/third_party/turbine: cMFT-KTiKSkVefC3nASLc0KQv9JrVmwmFUgJlo6jOosC..RXO2k7-PyXvbDjiK9EjbsheQfxXme2n0ABNX-MxR0JcC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5ac6e1525c..658257b49f * src/tools/luci-go: git_revision:3226112a79a7c2de84c3186191e24dd61680a77d..git_revision:c93fd3c5ebdc3999eea86a7623dbd1ed4b40bc78 * src/tools/luci-go: git_revision:3226112a79a7c2de84c3186191e24dd61680a77d..git_revision:c93fd3c5ebdc3999eea86a7623dbd1ed4b40bc78 Added dependency * src/third_party/android_deps/libs/org_mockito_mockito_core Removed dependency * src/third_party/android_deps/libs/com_google_protobuf_protobuf_lite DEPS diff: https://chromium.googlesource.com/chromium/src/+/634d852d69..6e61ef84b1/DEPS Clang version changed llvmorg-16-init-3375-gfed71b04:llvmorg-16-init-4438-gc922cac8 Details: https://chromium.googlesource.com/chromium/src/+/634d852d69..6e61ef84b1/tools/clang/scripts/update.py BUG=None Change-Id: Ic1d3d1a75393f3f9c0cea2cd10a95d7aa24e775a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275462 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@{#38075}
2022-09-14 02:41:26 -07:00
'version': 'version:2@1.15.1.cr1',
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 634d852d69..6e61ef84b1 (1042444:1046816) Change log: https://chromium.googlesource.com/chromium/src/+log/634d852d69..6e61ef84b1 Full diff: https://chromium.googlesource.com/chromium/src/+/634d852d69..6e61ef84b1 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/4740e2c0f5..a2202933ca * src/build: https://chromium.googlesource.com/chromium/src/build/+log/15f3aedda7..b7148ee91d * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/734683a3d6..e713c13e2f * src/buildtools/linux64: git_revision:00b741b1568d56cf4e117dcb9f70cd42653b4c78..git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e * src/buildtools/mac: git_revision:00b741b1568d56cf4e117dcb9f70cd42653b4c78..git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e * src/buildtools/reclient: re_client_version:0.77.2.9cc22cf-gomaip..re_client_version:0.78.0.6f1e751-gomaip * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/84f06932d7..c1e647c7c3 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/48afced8aa..5c3e02e92a * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/42aa6de554..60a480ee18 * src/buildtools/win: git_revision:00b741b1568d56cf4e117dcb9f70cd42653b4c78..git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/eeefca2111..af037ea36a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/579c4c34ac..6b803972c9 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/2b69b08490..250f81aa11 * src/third_party/android_build_tools/bundletool: qLkNwA6wjoqznVqaa151GelgGBP4X495n0z-jluACPcC..IEZQhHFQzO9Ci1QxWZmssKqGmt2r_nCDMKr8t4cKY34C * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@3.1.2.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.11.0.cr1..version:2@2.14.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr1..version:2@3.22.1.cr1 * src/third_party/android_deps/libs/org_jsoup_jsoup: version:2@1.14.3.cr1..version:2@1.15.1.cr1 * src/third_party/androidx: 32V52h3rlrpZqQ85cpCUJYyonyvMwplznzMVsLdWcosC..ZdhBYngU8wyq5rvMrY4fNAijgdagR98QnLw9JFadQgQC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7ee071132a..37391a1619 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/8cdc635be8..9ebcfa6be1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/dd91f6e7f5..8e68439a6f * src/third_party/fuchsia-sdk/sdk: version:9.20220912.3.1..version:9.20220913.3.1 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/bbdc7d8936..20f8ac695a * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/22f1a22c99..ed683925e4 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/3a01865035..b910084bb4 * src/third_party/r8: k-rsF0crG3zBArTjEZbYn9ZKk1MGSMeSKp_ruAONHXAC..szXK3tCGU7smsNs4r2mGqxme7d9KWLaOk0_ghbCJxUQC * src/third_party/r8/d8: PWja-vUPRluhUOsoIZey_Dmxkw106_xQR7NM_Z8aZxIC..DbVJ-oYhMQRvNqZYr37TP1-U_0vkeVNii078zhzdUmUC * src/third_party/turbine: cMFT-KTiKSkVefC3nASLc0KQv9JrVmwmFUgJlo6jOosC..RXO2k7-PyXvbDjiK9EjbsheQfxXme2n0ABNX-MxR0JcC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5ac6e1525c..658257b49f * src/tools/luci-go: git_revision:3226112a79a7c2de84c3186191e24dd61680a77d..git_revision:c93fd3c5ebdc3999eea86a7623dbd1ed4b40bc78 * src/tools/luci-go: git_revision:3226112a79a7c2de84c3186191e24dd61680a77d..git_revision:c93fd3c5ebdc3999eea86a7623dbd1ed4b40bc78 Added dependency * src/third_party/android_deps/libs/org_mockito_mockito_core Removed dependency * src/third_party/android_deps/libs/com_google_protobuf_protobuf_lite DEPS diff: https://chromium.googlesource.com/chromium/src/+/634d852d69..6e61ef84b1/DEPS Clang version changed llvmorg-16-init-3375-gfed71b04:llvmorg-16-init-4438-gc922cac8 Details: https://chromium.googlesource.com/chromium/src/+/634d852d69..6e61ef84b1/tools/clang/scripts/update.py BUG=None Change-Id: Ic1d3d1a75393f3f9c0cea2cd10a95d7aa24e775a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275462 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@{#38075}
2022-09-14 02:41:26 -07:00
'dep_type': 'cipd',
},
'src/third_party/android_deps/cipd/libs/org_jspecify_jspecify': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jspecify_jspecify',
'version': 'version:2@1.0.0.cr1',
},
],
'condition': 'checkout_android and non_git_source',
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_mockito_mockito_android': {
Roll chromium_revision b41c914607..11e681944b (1112929:1114399) Change log: https://chromium.googlesource.com/chromium/src/+log/b41c914607..11e681944b Full diff: https://chromium.googlesource.com/chromium/src/+/b41c914607..11e681944b Changed dependencies * fuchsia_vesion: version:11.20230303.3.1..version:11.20230307.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e19aacc62..6fb7e1ff0b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6b54f10ade..984f82d89c * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e0c6f981d5..c20dc6aaed * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2213f1846f..e136ec5032 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/ff8e691cbc..c86761b030 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/c5e861c7b4..d101cb5933 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c21e6f5fd9..128eeaf931 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e554cdb770..37423855c5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f9ad7ed14e..dfed239d19 * src/third_party/android_build_tools/manifest_merger: saMCpz15quEEWToMloh-A_rMqC0WSdJlyYTFvwAd840C..-MEtSi1dPRGwJdR_aJbVAJ75_Kb8QMDJXBXrRIQlO70C * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/dabfa7bf23..2da767c6c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1fc4378acc..d4c6cbeb61 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/5c37b64062..d5c6b948ac * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/ba3388ace3..080db61c3b * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/db69ce6aea..f7ca33c46c * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a35f242713..cb0e1eabbb * src/third_party/r8: yvEIZjnSOPWliC9W2w9jL6S_yiEgGLPIIwutpDIltoYC..dapol0ILZtTgGEQGfNsvmcFZMjD56XbJH5eo7kG0lAMC * src/third_party/turbine: YQC-btuan_DTe9V9dv_e1LxgYSWeOoDfrd-VSqzIvHkC..epnqx7Yf9QxgyDaU87KJ1fLQvdZ_Mho_JjfpjmIBYWYC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/1dbedd5fb9..b12d6e2b16 * src/tools/luci-go: git_revision:67696c7e93f9dbf03f7bcf7f8fafe9c5728e1ebe..git_revision:e260f2e6d3531f534378dd1017e140374ba8df48 * src/tools/luci-go: git_revision:67696c7e93f9dbf03f7bcf7f8fafe9c5728e1ebe..git_revision:e260f2e6d3531f534378dd1017e140374ba8df48 Added dependencies * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_android * src/third_party/android_deps/libs/org_mockito_mockito_android DEPS diff: https://chromium.googlesource.com/chromium/src/+/b41c914607..11e681944b/DEPS Clang version changed llvmorg-17-init-3170-g6e30dffe:llvmorg-17-init-3874-g93a2fecc Details: https://chromium.googlesource.com/chromium/src/+/b41c914607..11e681944b/tools/clang/scripts/update.py BUG=None Change-Id: Icd35715ea888a73b10b6a36927de8e82bf4e51f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/296605 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#39499}
2023-03-07 22:02:19 -08:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_mockito_mockito_android',
Roll chromium_revision 669d8ffcd7..d6f2f1ce6b (1292426:1296010) Change log: https://chromium.googlesource.com/chromium/src/+log/669d8ffcd7..d6f2f1ce6b Full diff: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b Changed dependencies * fuchsia_version: version:20.20240412.2.1..version:20.20240430.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b9a86f600d..19d62484ea * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3be1f2e6bb..ce8359ec57 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/571c37f17d..9703d9137f * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4873438ace..53137cc40f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/03850de4bf..47f4e44806 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ffa3f1738b..81e66a1a83 * src/third_party/android_build_tools/manifest_merger: Xef4nLhp0rWWjXJXt9CTFjQF8S6qRduSY7LZCcJi48QC..wRnJA-ZlBBQipw_wjYJJemxCCPSZHenIFsWKi3GI_FUC * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@18.1.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy: version:2@1.14.10.cr1..version:2@1.14.12.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent: version:2@1.14.10.cr1..version:2@1.14.12.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_android: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_core: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_subclass: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/androidx: zZo5F2oXtUeFEEaLYtDIDMxZ_AFkQy6IYppOXRw7QeYC..QJH3W7euxvA0VlO7Gw3B_5KT8nHZUNzykyAm-WXiLF0C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f94f3ed396..2db0eb3f96 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d980d879d2..0421a22c02 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fb94001f06..39c8c75cf6 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e2bcca40ca..13d1180f45 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/5a37b517ad..2954cb8d87 * src/third_party/kotlin_stdlib: E67atHdREsWLno-3b4Py3r87C4LB7gpVYDq3Q1z7t90C..05hzFgOi0AqRK3RxbSvGj2TWTFUNeLcwkJwVzwgLttUC * src/third_party/kotlinc/current: ELruSeR7Qcliv5lwPAn7f-Y-X9PgbEy49_PiJ6pBes4C..t124SWrNvQMrBqfiKvRIZ_e7uk6FXfYYrXFw6s7hiBwC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/a4420e55a8..ae7e8cc435 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/85dafa9c61..b61b272208 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/234fd02711..6aaa8a1fb1 * src/third_party/r8: mhSwabeiU2ueQeYkj0X1JTg-6ZdtQgiVVXM1bo0yu4IC..fXvmQSzprkeb1fs3dnkBm_gsAhb5aUtQGRmUq3Oi1WYC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/b84e3ff189..2b354c6ad0 * src/third_party/turbine: agNIST7gEMTmrnvQLPzx2dduGa52uMmOx3fEWm9z5MEC..fYpnoJAvh8-OaNB9k81XWGrwiODb_uTipTBEUeIFM98C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/736f7f77cd..0d315e6aaf * src/tools/luci-go: git_revision:239be4fd8499df782db6bddb0f55832bf4f01307..git_revision:69f852c6aea2797c75712d59145efd38d7032196 * src/tools/luci-go: git_revision:239be4fd8499df782db6bddb0f55832bf4f01307..git_revision:69f852c6aea2797c75712d59145efd38d7032196 Removed dependencies * src/third_party/android_deps/libs/com_google_android_gms_play_services_tflite_impl * src/third_party/android_deps/libs/com_google_android_gms_play_services_tflite_java * src/third_party/android_deps/libs/org_tensorflow_tensorflow_lite_api DEPS diff: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b/DEPS Clang version changed llvmorg-19-init-8943-gd8503a38:llvmorg-19-init-9433-g76ea5feb Details: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b/tools/clang/scripts/update.py BUG=None Change-Id: Idc7fc43626c27091c3c92654eb922cc0a1efd2f9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/349760 Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42231}
2024-05-06 09:54:59 +02:00
'version': 'version:2@5.11.0.cr1',
Roll chromium_revision b41c914607..11e681944b (1112929:1114399) Change log: https://chromium.googlesource.com/chromium/src/+log/b41c914607..11e681944b Full diff: https://chromium.googlesource.com/chromium/src/+/b41c914607..11e681944b Changed dependencies * fuchsia_vesion: version:11.20230303.3.1..version:11.20230307.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e19aacc62..6fb7e1ff0b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6b54f10ade..984f82d89c * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e0c6f981d5..c20dc6aaed * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2213f1846f..e136ec5032 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/ff8e691cbc..c86761b030 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/c5e861c7b4..d101cb5933 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c21e6f5fd9..128eeaf931 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e554cdb770..37423855c5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f9ad7ed14e..dfed239d19 * src/third_party/android_build_tools/manifest_merger: saMCpz15quEEWToMloh-A_rMqC0WSdJlyYTFvwAd840C..-MEtSi1dPRGwJdR_aJbVAJ75_Kb8QMDJXBXrRIQlO70C * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/dabfa7bf23..2da767c6c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1fc4378acc..d4c6cbeb61 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/5c37b64062..d5c6b948ac * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/ba3388ace3..080db61c3b * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/db69ce6aea..f7ca33c46c * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a35f242713..cb0e1eabbb * src/third_party/r8: yvEIZjnSOPWliC9W2w9jL6S_yiEgGLPIIwutpDIltoYC..dapol0ILZtTgGEQGfNsvmcFZMjD56XbJH5eo7kG0lAMC * src/third_party/turbine: YQC-btuan_DTe9V9dv_e1LxgYSWeOoDfrd-VSqzIvHkC..epnqx7Yf9QxgyDaU87KJ1fLQvdZ_Mho_JjfpjmIBYWYC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/1dbedd5fb9..b12d6e2b16 * src/tools/luci-go: git_revision:67696c7e93f9dbf03f7bcf7f8fafe9c5728e1ebe..git_revision:e260f2e6d3531f534378dd1017e140374ba8df48 * src/tools/luci-go: git_revision:67696c7e93f9dbf03f7bcf7f8fafe9c5728e1ebe..git_revision:e260f2e6d3531f534378dd1017e140374ba8df48 Added dependencies * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_android * src/third_party/android_deps/libs/org_mockito_mockito_android DEPS diff: https://chromium.googlesource.com/chromium/src/+/b41c914607..11e681944b/DEPS Clang version changed llvmorg-17-init-3170-g6e30dffe:llvmorg-17-init-3874-g93a2fecc Details: https://chromium.googlesource.com/chromium/src/+/b41c914607..11e681944b/tools/clang/scripts/update.py BUG=None Change-Id: Icd35715ea888a73b10b6a36927de8e82bf4e51f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/296605 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#39499}
2023-03-07 22:02:19 -08:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision b41c914607..11e681944b (1112929:1114399) Change log: https://chromium.googlesource.com/chromium/src/+log/b41c914607..11e681944b Full diff: https://chromium.googlesource.com/chromium/src/+/b41c914607..11e681944b Changed dependencies * fuchsia_vesion: version:11.20230303.3.1..version:11.20230307.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e19aacc62..6fb7e1ff0b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6b54f10ade..984f82d89c * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e0c6f981d5..c20dc6aaed * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/2213f1846f..e136ec5032 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/ff8e691cbc..c86761b030 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/c5e861c7b4..d101cb5933 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c21e6f5fd9..128eeaf931 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e554cdb770..37423855c5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f9ad7ed14e..dfed239d19 * src/third_party/android_build_tools/manifest_merger: saMCpz15quEEWToMloh-A_rMqC0WSdJlyYTFvwAd840C..-MEtSi1dPRGwJdR_aJbVAJ75_Kb8QMDJXBXrRIQlO70C * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/dabfa7bf23..2da767c6c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1fc4378acc..d4c6cbeb61 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/5c37b64062..d5c6b948ac * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/ba3388ace3..080db61c3b * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/db69ce6aea..f7ca33c46c * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a35f242713..cb0e1eabbb * src/third_party/r8: yvEIZjnSOPWliC9W2w9jL6S_yiEgGLPIIwutpDIltoYC..dapol0ILZtTgGEQGfNsvmcFZMjD56XbJH5eo7kG0lAMC * src/third_party/turbine: YQC-btuan_DTe9V9dv_e1LxgYSWeOoDfrd-VSqzIvHkC..epnqx7Yf9QxgyDaU87KJ1fLQvdZ_Mho_JjfpjmIBYWYC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/1dbedd5fb9..b12d6e2b16 * src/tools/luci-go: git_revision:67696c7e93f9dbf03f7bcf7f8fafe9c5728e1ebe..git_revision:e260f2e6d3531f534378dd1017e140374ba8df48 * src/tools/luci-go: git_revision:67696c7e93f9dbf03f7bcf7f8fafe9c5728e1ebe..git_revision:e260f2e6d3531f534378dd1017e140374ba8df48 Added dependencies * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_android * src/third_party/android_deps/libs/org_mockito_mockito_android DEPS diff: https://chromium.googlesource.com/chromium/src/+/b41c914607..11e681944b/DEPS Clang version changed llvmorg-17-init-3170-g6e30dffe:llvmorg-17-init-3874-g93a2fecc Details: https://chromium.googlesource.com/chromium/src/+/b41c914607..11e681944b/tools/clang/scripts/update.py BUG=None Change-Id: Icd35715ea888a73b10b6a36927de8e82bf4e51f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/296605 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#39499}
2023-03-07 22:02:19 -08:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_mockito_mockito_core': {
Roll chromium_revision 634d852d69..6e61ef84b1 (1042444:1046816) Change log: https://chromium.googlesource.com/chromium/src/+log/634d852d69..6e61ef84b1 Full diff: https://chromium.googlesource.com/chromium/src/+/634d852d69..6e61ef84b1 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/4740e2c0f5..a2202933ca * src/build: https://chromium.googlesource.com/chromium/src/build/+log/15f3aedda7..b7148ee91d * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/734683a3d6..e713c13e2f * src/buildtools/linux64: git_revision:00b741b1568d56cf4e117dcb9f70cd42653b4c78..git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e * src/buildtools/mac: git_revision:00b741b1568d56cf4e117dcb9f70cd42653b4c78..git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e * src/buildtools/reclient: re_client_version:0.77.2.9cc22cf-gomaip..re_client_version:0.78.0.6f1e751-gomaip * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/84f06932d7..c1e647c7c3 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/48afced8aa..5c3e02e92a * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/42aa6de554..60a480ee18 * src/buildtools/win: git_revision:00b741b1568d56cf4e117dcb9f70cd42653b4c78..git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/eeefca2111..af037ea36a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/579c4c34ac..6b803972c9 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/2b69b08490..250f81aa11 * src/third_party/android_build_tools/bundletool: qLkNwA6wjoqznVqaa151GelgGBP4X495n0z-jluACPcC..IEZQhHFQzO9Ci1QxWZmssKqGmt2r_nCDMKr8t4cKY34C * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework: version:2@3.1.2.cr1..version:2@4.0.0.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.11.0.cr1..version:2@2.14.0.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.12.0.cr1..version:2@3.22.1.cr1 * src/third_party/android_deps/libs/org_jsoup_jsoup: version:2@1.14.3.cr1..version:2@1.15.1.cr1 * src/third_party/androidx: 32V52h3rlrpZqQ85cpCUJYyonyvMwplznzMVsLdWcosC..ZdhBYngU8wyq5rvMrY4fNAijgdagR98QnLw9JFadQgQC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7ee071132a..37391a1619 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/8cdc635be8..9ebcfa6be1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/dd91f6e7f5..8e68439a6f * src/third_party/fuchsia-sdk/sdk: version:9.20220912.3.1..version:9.20220913.3.1 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/bbdc7d8936..20f8ac695a * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/22f1a22c99..ed683925e4 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/3a01865035..b910084bb4 * src/third_party/r8: k-rsF0crG3zBArTjEZbYn9ZKk1MGSMeSKp_ruAONHXAC..szXK3tCGU7smsNs4r2mGqxme7d9KWLaOk0_ghbCJxUQC * src/third_party/r8/d8: PWja-vUPRluhUOsoIZey_Dmxkw106_xQR7NM_Z8aZxIC..DbVJ-oYhMQRvNqZYr37TP1-U_0vkeVNii078zhzdUmUC * src/third_party/turbine: cMFT-KTiKSkVefC3nASLc0KQv9JrVmwmFUgJlo6jOosC..RXO2k7-PyXvbDjiK9EjbsheQfxXme2n0ABNX-MxR0JcC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5ac6e1525c..658257b49f * src/tools/luci-go: git_revision:3226112a79a7c2de84c3186191e24dd61680a77d..git_revision:c93fd3c5ebdc3999eea86a7623dbd1ed4b40bc78 * src/tools/luci-go: git_revision:3226112a79a7c2de84c3186191e24dd61680a77d..git_revision:c93fd3c5ebdc3999eea86a7623dbd1ed4b40bc78 Added dependency * src/third_party/android_deps/libs/org_mockito_mockito_core Removed dependency * src/third_party/android_deps/libs/com_google_protobuf_protobuf_lite DEPS diff: https://chromium.googlesource.com/chromium/src/+/634d852d69..6e61ef84b1/DEPS Clang version changed llvmorg-16-init-3375-gfed71b04:llvmorg-16-init-4438-gc922cac8 Details: https://chromium.googlesource.com/chromium/src/+/634d852d69..6e61ef84b1/tools/clang/scripts/update.py BUG=None Change-Id: Ic1d3d1a75393f3f9c0cea2cd10a95d7aa24e775a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275462 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@{#38075}
2022-09-14 02:41:26 -07:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_mockito_mockito_core',
Roll chromium_revision 669d8ffcd7..d6f2f1ce6b (1292426:1296010) Change log: https://chromium.googlesource.com/chromium/src/+log/669d8ffcd7..d6f2f1ce6b Full diff: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b Changed dependencies * fuchsia_version: version:20.20240412.2.1..version:20.20240430.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b9a86f600d..19d62484ea * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3be1f2e6bb..ce8359ec57 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/571c37f17d..9703d9137f * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4873438ace..53137cc40f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/03850de4bf..47f4e44806 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ffa3f1738b..81e66a1a83 * src/third_party/android_build_tools/manifest_merger: Xef4nLhp0rWWjXJXt9CTFjQF8S6qRduSY7LZCcJi48QC..wRnJA-ZlBBQipw_wjYJJemxCCPSZHenIFsWKi3GI_FUC * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@18.1.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy: version:2@1.14.10.cr1..version:2@1.14.12.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent: version:2@1.14.10.cr1..version:2@1.14.12.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_android: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_core: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_subclass: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/androidx: zZo5F2oXtUeFEEaLYtDIDMxZ_AFkQy6IYppOXRw7QeYC..QJH3W7euxvA0VlO7Gw3B_5KT8nHZUNzykyAm-WXiLF0C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f94f3ed396..2db0eb3f96 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d980d879d2..0421a22c02 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fb94001f06..39c8c75cf6 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e2bcca40ca..13d1180f45 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/5a37b517ad..2954cb8d87 * src/third_party/kotlin_stdlib: E67atHdREsWLno-3b4Py3r87C4LB7gpVYDq3Q1z7t90C..05hzFgOi0AqRK3RxbSvGj2TWTFUNeLcwkJwVzwgLttUC * src/third_party/kotlinc/current: ELruSeR7Qcliv5lwPAn7f-Y-X9PgbEy49_PiJ6pBes4C..t124SWrNvQMrBqfiKvRIZ_e7uk6FXfYYrXFw6s7hiBwC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/a4420e55a8..ae7e8cc435 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/85dafa9c61..b61b272208 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/234fd02711..6aaa8a1fb1 * src/third_party/r8: mhSwabeiU2ueQeYkj0X1JTg-6ZdtQgiVVXM1bo0yu4IC..fXvmQSzprkeb1fs3dnkBm_gsAhb5aUtQGRmUq3Oi1WYC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/b84e3ff189..2b354c6ad0 * src/third_party/turbine: agNIST7gEMTmrnvQLPzx2dduGa52uMmOx3fEWm9z5MEC..fYpnoJAvh8-OaNB9k81XWGrwiODb_uTipTBEUeIFM98C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/736f7f77cd..0d315e6aaf * src/tools/luci-go: git_revision:239be4fd8499df782db6bddb0f55832bf4f01307..git_revision:69f852c6aea2797c75712d59145efd38d7032196 * src/tools/luci-go: git_revision:239be4fd8499df782db6bddb0f55832bf4f01307..git_revision:69f852c6aea2797c75712d59145efd38d7032196 Removed dependencies * src/third_party/android_deps/libs/com_google_android_gms_play_services_tflite_impl * src/third_party/android_deps/libs/com_google_android_gms_play_services_tflite_java * src/third_party/android_deps/libs/org_tensorflow_tensorflow_lite_api DEPS diff: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b/DEPS Clang version changed llvmorg-19-init-8943-gd8503a38:llvmorg-19-init-9433-g76ea5feb Details: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b/tools/clang/scripts/update.py BUG=None Change-Id: Idc7fc43626c27091c3c92654eb922cc0a1efd2f9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/349760 Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42231}
2024-05-06 09:54:59 +02:00
'version': 'version:2@5.11.0.cr1',
Roll chromium_revision 45304a5b38..417b7ce146 (999433:999552) Change log: https://chromium.googlesource.com/chromium/src/+log/45304a5b38..417b7ce146 Full diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c5ff734ecb..01e3d9104d * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/113378f9b3..7208eddba1 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/3170f27462..e248592443 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fa918eb7ae..bad52baf02 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e3744eedbc..aa14c9b817 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/13acea3645..23ddab2235 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ded0ab1e86..fd5689b73c Added dependencies * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_protobuf_protobuf_lite * src/third_party/android_deps/libs/org_hamcrest_hamcrest DEPS diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146/DEPS No update to Clang. BUG=None Change-Id: I64b46dcefe03bceca69ee6f3ed1de85d01881340 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261142 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#36764}
2022-05-04 13:08:10 -07:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 6ccdf1a255..5f70135093 (1046947:1047943) Change log: https://chromium.googlesource.com/chromium/src/+log/6ccdf1a255..5f70135093 Full diff: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ebdf2642c3..9f6376cc6b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b7148ee91d..48abf311f6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e713c13e2f..813d569b26 * src/buildtools/linux64: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/buildtools/mac: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/c1e647c7c3..e2f63a1a48 * src/buildtools/win: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7dd3e07106..4d3e2e3d24 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/70b311279f..6235452f8c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/fba1719f4f..8819efcddb * src/third_party/androidx: ZdhBYngU8wyq5rvMrY4fNAijgdagR98QnLw9JFadQgQC..JhE-AIohCaCjpsq8dv30ZYeZmDQ4qebqPEvXPcbNsScC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/37391a1619..c067655636 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9ebcfa6be1..dca14bc463 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/64d7d8d0e5..3dd1a90db3 * src/third_party/fuchsia-sdk/sdk: version:9.20220914.1.1..version:9.20220915.3.1 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/ff7b753a63..fd35001068 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a8b5c6144d..38a2594dee * src/third_party/r8/d8: M3EMkYB8eJSrmuVBALj8iJw_ysvzFKniQRYFZ7d61XkC..4DSZMtRXZITDo6YY90ljp92vzRT0eY52akTTR-2Jh7kC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/13c574e103..1b73b1f06a Added dependencies * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent DEPS diff: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093/DEPS Clang version changed llvmorg-16-init-4438-gc922cac8:llvmorg-16-init-4609-g025a5b22 Details: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093/tools/clang/scripts/update.py BUG=None Change-Id: Ide422b8875b7ac5ff5264197f61038715ed6b284 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275744 Reviewed-by: Björn Terelius <terelius@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Owners-Override: Christoffer Jansson <jansson@webrtc.org> Commit-Queue: Christoffer Jansson <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38104}
2022-09-16 16:29:56 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass': {
2023-03-15 13:01:54 -07:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_mockito_mockito_subclass',
Roll chromium_revision 669d8ffcd7..d6f2f1ce6b (1292426:1296010) Change log: https://chromium.googlesource.com/chromium/src/+log/669d8ffcd7..d6f2f1ce6b Full diff: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b Changed dependencies * fuchsia_version: version:20.20240412.2.1..version:20.20240430.3.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b9a86f600d..19d62484ea * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3be1f2e6bb..ce8359ec57 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/571c37f17d..9703d9137f * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4873438ace..53137cc40f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/03850de4bf..47f4e44806 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ffa3f1738b..81e66a1a83 * src/third_party/android_build_tools/manifest_merger: Xef4nLhp0rWWjXJXt9CTFjQF8S6qRduSY7LZCcJi48QC..wRnJA-ZlBBQipw_wjYJJemxCCPSZHenIFsWKi3GI_FUC * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:2@18.1.0.cr1..version:2@18.0.1.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy: version:2@1.14.10.cr1..version:2@1.14.12.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent: version:2@1.14.10.cr1..version:2@1.14.12.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_android: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_core: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_subclass: version:2@5.8.0.cr1..version:2@5.11.0.cr1 * src/third_party/androidx: zZo5F2oXtUeFEEaLYtDIDMxZ_AFkQy6IYppOXRw7QeYC..QJH3W7euxvA0VlO7Gw3B_5KT8nHZUNzykyAm-WXiLF0C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f94f3ed396..2db0eb3f96 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d980d879d2..0421a22c02 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fb94001f06..39c8c75cf6 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e2bcca40ca..13d1180f45 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/5a37b517ad..2954cb8d87 * src/third_party/kotlin_stdlib: E67atHdREsWLno-3b4Py3r87C4LB7gpVYDq3Q1z7t90C..05hzFgOi0AqRK3RxbSvGj2TWTFUNeLcwkJwVzwgLttUC * src/third_party/kotlinc/current: ELruSeR7Qcliv5lwPAn7f-Y-X9PgbEy49_PiJ6pBes4C..t124SWrNvQMrBqfiKvRIZ_e7uk6FXfYYrXFw6s7hiBwC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/a4420e55a8..ae7e8cc435 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/85dafa9c61..b61b272208 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/234fd02711..6aaa8a1fb1 * src/third_party/r8: mhSwabeiU2ueQeYkj0X1JTg-6ZdtQgiVVXM1bo0yu4IC..fXvmQSzprkeb1fs3dnkBm_gsAhb5aUtQGRmUq3Oi1WYC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/b84e3ff189..2b354c6ad0 * src/third_party/turbine: agNIST7gEMTmrnvQLPzx2dduGa52uMmOx3fEWm9z5MEC..fYpnoJAvh8-OaNB9k81XWGrwiODb_uTipTBEUeIFM98C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/736f7f77cd..0d315e6aaf * src/tools/luci-go: git_revision:239be4fd8499df782db6bddb0f55832bf4f01307..git_revision:69f852c6aea2797c75712d59145efd38d7032196 * src/tools/luci-go: git_revision:239be4fd8499df782db6bddb0f55832bf4f01307..git_revision:69f852c6aea2797c75712d59145efd38d7032196 Removed dependencies * src/third_party/android_deps/libs/com_google_android_gms_play_services_tflite_impl * src/third_party/android_deps/libs/com_google_android_gms_play_services_tflite_java * src/third_party/android_deps/libs/org_tensorflow_tensorflow_lite_api DEPS diff: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b/DEPS Clang version changed llvmorg-19-init-8943-gd8503a38:llvmorg-19-init-9433-g76ea5feb Details: https://chromium.googlesource.com/chromium/src/+/669d8ffcd7..d6f2f1ce6b/tools/clang/scripts/update.py BUG=None Change-Id: Idc7fc43626c27091c3c92654eb922cc0a1efd2f9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/349760 Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42231}
2024-05-06 09:54:59 +02:00
'version': 'version:2@5.11.0.cr1',
2023-03-15 13:01:54 -07:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
2023-03-15 13:01:54 -07:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_objenesis_objenesis': {
Roll chromium_revision 6ccdf1a255..5f70135093 (1046947:1047943) Change log: https://chromium.googlesource.com/chromium/src/+log/6ccdf1a255..5f70135093 Full diff: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ebdf2642c3..9f6376cc6b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b7148ee91d..48abf311f6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e713c13e2f..813d569b26 * src/buildtools/linux64: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/buildtools/mac: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/c1e647c7c3..e2f63a1a48 * src/buildtools/win: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7dd3e07106..4d3e2e3d24 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/70b311279f..6235452f8c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/fba1719f4f..8819efcddb * src/third_party/androidx: ZdhBYngU8wyq5rvMrY4fNAijgdagR98QnLw9JFadQgQC..JhE-AIohCaCjpsq8dv30ZYeZmDQ4qebqPEvXPcbNsScC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/37391a1619..c067655636 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9ebcfa6be1..dca14bc463 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/64d7d8d0e5..3dd1a90db3 * src/third_party/fuchsia-sdk/sdk: version:9.20220914.1.1..version:9.20220915.3.1 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/ff7b753a63..fd35001068 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a8b5c6144d..38a2594dee * src/third_party/r8/d8: M3EMkYB8eJSrmuVBALj8iJw_ysvzFKniQRYFZ7d61XkC..4DSZMtRXZITDo6YY90ljp92vzRT0eY52akTTR-2Jh7kC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/13c574e103..1b73b1f06a Added dependencies * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent DEPS diff: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093/DEPS Clang version changed llvmorg-16-init-4438-gc922cac8:llvmorg-16-init-4609-g025a5b22 Details: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093/tools/clang/scripts/update.py BUG=None Change-Id: Ide422b8875b7ac5ff5264197f61038715ed6b284 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275744 Reviewed-by: Björn Terelius <terelius@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Owners-Override: Christoffer Jansson <jansson@webrtc.org> Commit-Queue: Christoffer Jansson <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38104}
2022-09-16 16:29:56 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_objenesis_objenesis',
Roll chromium_revision e182675fbb..2e99d26f79 (1098562:1102579) Change log: https://chromium.googlesource.com/chromium/src/+log/e182675fbb..2e99d26f79 Full diff: https://chromium.googlesource.com/chromium/src/+/e182675fbb..2e99d26f79 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5f5494ca68..ff1fad290c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/882a4eaafa..1927b9f65b * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/3c7e3f1b8b..8d801d3675 * src/buildtools/linux64: git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8..git_revision:edf6ef4b06b42c58292faea78498aff76bdf68ed * src/buildtools/mac: git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8..git_revision:edf6ef4b06b42c58292faea78498aff76bdf68ed * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/1127c78cf9..6569774a33 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/d520d582aa..b74d771611 * src/buildtools/win: git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8..git_revision:edf6ef4b06b42c58292faea78498aff76bdf68ed * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6a6fc13416..aa6029a62f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fb8aa9ad33..c8fdd94c0f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/adbb0963bd..1f4e92205f * src/third_party/android_build_tools/bundletool: XIPSJgFHEHN1ogOJqWVktlbl8PTfLZdNf_G2h4GcnrYC..TpDdbF-PPgwL0iOVsdLM07L-DUp2DV3hgzCMmPd2_GUC * src/third_party/android_build_tools/manifest_merger: 5Zw4RYBL86koJro2O-jjcZYxOOdEW-hJDYykae8efQAC..gzy9U2HI42hR8r1zspR-mPI3BQ6I3zTmJ3GojAQrvgcC * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy: version:2@1.12.13.cr1..version:2@1.12.22.cr1 * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent: version:2@1.12.13.cr1..version:2@1.12.22.cr1 * src/third_party/android_deps/libs/org_mockito_mockito_core: version:2@4.7.0.cr1..version:2@5.1.1.cr1 * src/third_party/android_deps/libs/org_objenesis_objenesis: version:2@3.2.cr1..version:2@3.3.cr1 * src/third_party/androidx: Hdb7ZPqGV3lLyY7geGwmoelVab7mxM0oA0jtglEVp2MC..DmFWfKTs5X8UZayNJFuL3kDaONOVDU9NarTxeqLoyRYC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/45b8d7bbd7..0586618453 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/79326ebe94..5687ac51ca * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/35d06490ad..bf85e76dc3 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9d77ca716f..9d4c379aeb * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/dcb9e9003f..f2459ece25 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/bea675cde6..d3582e3f8d * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/2c51e5cc7e..266a46937f * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/706ee36dcc..70b12695e1 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/ed683925e4..0b6e6a1522 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/81c39bac7b..79b41912cc * src/third_party/r8: kTwoRbYJ0cNEX_B1XARsNkSFKf4bOHgQCEiP4afsmBUC..7NX1KWQ3KHKbmaaxraYpk3oE7zBzlk8IcJ4_srR86PAC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ff1e059133..0b98659319 * src/tools/luci-go: git_revision:221383f749a2c5b8587449d3d2e4982857daa9e7..git_revision:a8b84fba102daff5bf5e65975dcc0887da7ab62a * src/tools/luci-go: git_revision:221383f749a2c5b8587449d3d2e4982857daa9e7..git_revision:a8b84fba102daff5bf5e65975dcc0887da7ab62a Removed dependencies * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common DEPS diff: https://chromium.googlesource.com/chromium/src/+/e182675fbb..2e99d26f79/DEPS No update to Clang. BUG=None Change-Id: Ie1922d8814728fe1773c46c7a1de5a8956b359ce Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/292608 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#39269}
2023-02-08 09:43:13 +00:00
'version': 'version:2@3.3.cr1',
Roll chromium_revision 6ccdf1a255..5f70135093 (1046947:1047943) Change log: https://chromium.googlesource.com/chromium/src/+log/6ccdf1a255..5f70135093 Full diff: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ebdf2642c3..9f6376cc6b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b7148ee91d..48abf311f6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/e713c13e2f..813d569b26 * src/buildtools/linux64: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/buildtools/mac: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/c1e647c7c3..e2f63a1a48 * src/buildtools/win: git_revision:b4851eb2062f76a880c07f7fa0d12913beb6d79e..git_revision:e70d8c3d5620bc0ddcbad23a36b1b26f815ca90a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7dd3e07106..4d3e2e3d24 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/70b311279f..6235452f8c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/fba1719f4f..8819efcddb * src/third_party/androidx: ZdhBYngU8wyq5rvMrY4fNAijgdagR98QnLw9JFadQgQC..JhE-AIohCaCjpsq8dv30ZYeZmDQ4qebqPEvXPcbNsScC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/37391a1619..c067655636 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9ebcfa6be1..dca14bc463 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/64d7d8d0e5..3dd1a90db3 * src/third_party/fuchsia-sdk/sdk: version:9.20220914.1.1..version:9.20220915.3.1 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/ff7b753a63..fd35001068 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a8b5c6144d..38a2594dee * src/third_party/r8/d8: M3EMkYB8eJSrmuVBALj8iJw_ysvzFKniQRYFZ7d61XkC..4DSZMtRXZITDo6YY90ljp92vzRT0eY52akTTR-2Jh7kC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/13c574e103..1b73b1f06a Added dependencies * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent DEPS diff: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093/DEPS Clang version changed llvmorg-16-init-4438-gc922cac8:llvmorg-16-init-4609-g025a5b22 Details: https://chromium.googlesource.com/chromium/src/+/6ccdf1a255..5f70135093/tools/clang/scripts/update.py BUG=None Change-Id: Ide422b8875b7ac5ff5264197f61038715ed6b284 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275744 Reviewed-by: Björn Terelius <terelius@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Owners-Override: Christoffer Jansson <jansson@webrtc.org> Commit-Queue: Christoffer Jansson <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38104}
2022-09-16 16:29:56 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 45304a5b38..417b7ce146 (999433:999552) Change log: https://chromium.googlesource.com/chromium/src/+log/45304a5b38..417b7ce146 Full diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146 Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c5ff734ecb..01e3d9104d * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/113378f9b3..7208eddba1 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/3170f27462..e248592443 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fa918eb7ae..bad52baf02 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e3744eedbc..aa14c9b817 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.20.cr1..version:2@1.6.21.cr1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/13acea3645..23ddab2235 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ded0ab1e86..fd5689b73c Added dependencies * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_protobuf_protobuf_lite * src/third_party/android_deps/libs/org_hamcrest_hamcrest DEPS diff: https://chromium.googlesource.com/chromium/src/+/45304a5b38..417b7ce146/DEPS No update to Clang. BUG=None Change-Id: I64b46dcefe03bceca69ee6f3ed1de85d01881340 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261142 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#36764}
2022-05-04 13:08:10 -07:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_ow2_asm_asm': {
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_ow2_asm_asm',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@9.7.1.cr1',
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis': {
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_ow2_asm_asm_analysis',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@9.7.1.cr1',
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons': {
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_ow2_asm_asm_commons',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@9.7.1.cr1',
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree': {
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_ow2_asm_asm_tree',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@9.7.1.cr1',
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util': {
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_ow2_asm_asm_util',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@9.7.1.cr1',
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision dd5a54c29b..ce459ab383 (736224:742528) Change log: https://chromium.googlesource.com/chromium/src/+log/dd5a54c29b..ce459ab383 Full diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce806f00e6..1d6cd336dc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2f17606c25..188f078b2d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/31829ea7dd..084a00adec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/403d2930e5..688f493e49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/18f4ad54fc..c6a4254b5e * src/third_party/android_deps/libs/androidx_test_core: version:1.0.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_ext_junit: version:1.0.0-cr0..version:1.1.1-cr0 * src/third_party/android_deps/libs/androidx_test_monitor: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_rules: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/android_deps/libs/androidx_test_runner: version:1.1.0-cr0..version:1.2.0-cr0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/1cc95ac07c..7e43e2e8ee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2e0a0cb9ad..9508452e18 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ea8b58b970..10e0e6d6c1 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/e5038be704..d09e831559 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/306f3754a7..10b1902d89 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/5440313924..63b8190db8 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/dbd3825b31..9f4020916e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/4254ecaa07..36133b04c0 * src/third_party/robolectric: 1KXoOiNP1a_uZNdM2ybWKwAQNow1dHTXTig-ZK4Xgq8C..iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/3d6dcabf55..f2df0efb03 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39d70a2950..af708e0676 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/luci-go: git_revision:37a855b64d59b7f079c9a0e5368f2757099d14d3..git_revision:02ba678a47594da180904851f3e6f809da7e0fc5 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc..0ac28472d0 Added dependencies * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_jetbrains_annotations * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/DEPS Clang version changed c2443155a0fb245c8f17f2c1c72b6ea391e86e81:c29003813ab9bd6ea7b6de40ea8f1fe21979f13f Details: https://chromium.googlesource.com/chromium/src/+/dd5a54c29b..ce459ab383/tools/clang/scripts/update.py TBR=phoglund@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ifd7b8be046320123a0dd0a4c782c57e704ab6bb6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168763 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30582}
2020-02-20 15:59:54 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_robolectric_annotations': {
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_robolectric_annotations',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@4.14.1.cr1',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_robolectric_junit': {
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_robolectric_junit',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@4.14.1.cr1',
Roll chromium_revision a797b62bc8..43d357affd (976680:976829) Change log: https://chromium.googlesource.com/chromium/src/+log/a797b62bc8..43d357affd Full diff: https://chromium.googlesource.com/chromium/src/+/a797b62bc8..43d357affd Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7664dd78db..d385116c24 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4d94be0a53..6db0c8ef95 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7cb58f816a..c2e598dc20 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/778f1ff21a..d41c34a878 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f5db9971fa..97276a539b * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.10.0.cr0..version:2@2.9.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:2@9.0.cr0..version:2@9.2.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:2@9.0.cr0..version:2@9.2.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:2@9.0.cr0..version:2@9.2.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:2@9.0.cr0..version:2@9.2.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:2@9.0.cr0..version:2@9.2.cr1 * src/third_party/android_deps/libs/org_robolectric_annotations: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_junit: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_resources: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_multidex: version:2@4.6.1.cr1..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_playservices: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_utils: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1c22c511d0..c0af61c8dd * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a930f3799c..3a7d7533ce * src/third_party/robolectric: FihBToFLI9o7fW09ZtQ_5YruQy6sDWMo1Pv0g97eAxEC..WZ96VJuhBM63xzHb-_E72Tf46M9yIbfia6basI1YG4EC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/57b2e41ea8..b77b9fda3c Added dependency * src/third_party/android_deps/libs/org_robolectric_nativeruntime DEPS diff: https://chromium.googlesource.com/chromium/src/+/a797b62bc8..43d357affd/DEPS No update to Clang. BUG=None Change-Id: I94dabff90af885c8f2da254e3d77ee0db0f249a2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/253280 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@{#36117}
2022-03-02 14:02:36 -08:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision a797b62bc8..43d357affd (976680:976829) Change log: https://chromium.googlesource.com/chromium/src/+log/a797b62bc8..43d357affd Full diff: https://chromium.googlesource.com/chromium/src/+/a797b62bc8..43d357affd Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7664dd78db..d385116c24 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4d94be0a53..6db0c8ef95 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7cb58f816a..c2e598dc20 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/778f1ff21a..d41c34a878 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f5db9971fa..97276a539b * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.10.0.cr0..version:2@2.9.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:2@9.0.cr0..version:2@9.2.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:2@9.0.cr0..version:2@9.2.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:2@9.0.cr0..version:2@9.2.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:2@9.0.cr0..version:2@9.2.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:2@9.0.cr0..version:2@9.2.cr1 * src/third_party/android_deps/libs/org_robolectric_annotations: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_junit: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_resources: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_multidex: version:2@4.6.1.cr1..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_playservices: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_utils: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1c22c511d0..c0af61c8dd * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a930f3799c..3a7d7533ce * src/third_party/robolectric: FihBToFLI9o7fW09ZtQ_5YruQy6sDWMo1Pv0g97eAxEC..WZ96VJuhBM63xzHb-_E72Tf46M9yIbfia6basI1YG4EC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/57b2e41ea8..b77b9fda3c Added dependency * src/third_party/android_deps/libs/org_robolectric_nativeruntime DEPS diff: https://chromium.googlesource.com/chromium/src/+/a797b62bc8..43d357affd/DEPS No update to Clang. BUG=None Change-Id: I94dabff90af885c8f2da254e3d77ee0db0f249a2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/253280 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@{#36117}
2022-03-02 14:02:36 -08:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime': {
Roll chromium_revision a797b62bc8..43d357affd (976680:976829) Change log: https://chromium.googlesource.com/chromium/src/+log/a797b62bc8..43d357affd Full diff: https://chromium.googlesource.com/chromium/src/+/a797b62bc8..43d357affd Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7664dd78db..d385116c24 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4d94be0a53..6db0c8ef95 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7cb58f816a..c2e598dc20 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/778f1ff21a..d41c34a878 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f5db9971fa..97276a539b * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.10.0.cr0..version:2@2.9.0.cr0 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:2@9.0.cr0..version:2@9.2.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:2@9.0.cr0..version:2@9.2.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:2@9.0.cr0..version:2@9.2.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:2@9.0.cr0..version:2@9.2.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:2@9.0.cr0..version:2@9.2.cr1 * src/third_party/android_deps/libs/org_robolectric_annotations: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_junit: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_resources: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_multidex: version:2@4.6.1.cr1..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_playservices: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_utils: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:2@4.6.1.cr0..version:2@4.7.3.cr1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1c22c511d0..c0af61c8dd * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a930f3799c..3a7d7533ce * src/third_party/robolectric: FihBToFLI9o7fW09ZtQ_5YruQy6sDWMo1Pv0g97eAxEC..WZ96VJuhBM63xzHb-_E72Tf46M9yIbfia6basI1YG4EC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/57b2e41ea8..b77b9fda3c Added dependency * src/third_party/android_deps/libs/org_robolectric_nativeruntime DEPS diff: https://chromium.googlesource.com/chromium/src/+/a797b62bc8..43d357affd/DEPS No update to Clang. BUG=None Change-Id: I94dabff90af885c8f2da254e3d77ee0db0f249a2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/253280 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@{#36117}
2022-03-02 14:02:36 -08:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_robolectric_nativeruntime',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@4.14.1.cr1',
Roll chromium_revision 2c95045134..8b3bd7ad9d (1140801:1141019) Change log: https://chromium.googlesource.com/chromium/src/+log/2c95045134..8b3bd7ad9d Full diff: https://chromium.googlesource.com/chromium/src/+/2c95045134..8b3bd7ad9d Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e8104e16bc..7fdc8d3071 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5408f3a5b9..23ccfe47d5 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b9c698624f..20fc9d28fc * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/2bb566a6ca..a6af50ca57 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/5129f6ffd7..0ec2eead61 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.9.cr1..version:2@1.10.1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.14.0.cr1..version:2@2.18.0.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0.1-jre.cr1..version:2@31.1-jre.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_robolectric_annotations: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_junit: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_resources: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_playservices: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/androidx: c8XCgnDa6lP6C1IcJKADz2cE9moc4Ohv4JGKUaWotKYC..XXY63ZMXsEh9Q723ZYgW4JxYtzVhxNIoUxUwwjMSeBAC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/86fe6c71d6..3611b9c58d * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/9127c68f59..8fe50c2adc * src/third_party/r8: _FuL1VmaJnETpwNIaiuiSLxVNzzt0qXGmsfAck4CPCkC..l_fNXfqk0MnMDwxEr_PymvAgsB3cvsXGv80UVJYawgMC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/45a8f9e222..739cb7053d Added dependencies * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on Removed dependency * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk15on DEPS diff: https://chromium.googlesource.com/chromium/src/+/2c95045134..8b3bd7ad9d/DEPS No update to Clang. BUG=None Change-Id: I62ab49393fcf7b5187eed8b0f5abfcbaad872165 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/304560 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@{#40014}
2023-05-08 13:03:32 -07:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 2c95045134..8b3bd7ad9d (1140801:1141019) Change log: https://chromium.googlesource.com/chromium/src/+log/2c95045134..8b3bd7ad9d Full diff: https://chromium.googlesource.com/chromium/src/+/2c95045134..8b3bd7ad9d Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e8104e16bc..7fdc8d3071 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5408f3a5b9..23ccfe47d5 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b9c698624f..20fc9d28fc * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/2bb566a6ca..a6af50ca57 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/5129f6ffd7..0ec2eead61 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.9.cr1..version:2@1.10.1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.14.0.cr1..version:2@2.18.0.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0.1-jre.cr1..version:2@31.1-jre.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_robolectric_annotations: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_junit: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_resources: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_playservices: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/androidx: c8XCgnDa6lP6C1IcJKADz2cE9moc4Ohv4JGKUaWotKYC..XXY63ZMXsEh9Q723ZYgW4JxYtzVhxNIoUxUwwjMSeBAC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/86fe6c71d6..3611b9c58d * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/9127c68f59..8fe50c2adc * src/third_party/r8: _FuL1VmaJnETpwNIaiuiSLxVNzzt0qXGmsfAck4CPCkC..l_fNXfqk0MnMDwxEr_PymvAgsB3cvsXGv80UVJYawgMC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/45a8f9e222..739cb7053d Added dependencies * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on Removed dependency * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk15on DEPS diff: https://chromium.googlesource.com/chromium/src/+/2c95045134..8b3bd7ad9d/DEPS No update to Clang. BUG=None Change-Id: I62ab49393fcf7b5187eed8b0f5abfcbaad872165 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/304560 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@{#40014}
2023-05-08 13:03:32 -07:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat': {
Roll chromium_revision 2c95045134..8b3bd7ad9d (1140801:1141019) Change log: https://chromium.googlesource.com/chromium/src/+log/2c95045134..8b3bd7ad9d Full diff: https://chromium.googlesource.com/chromium/src/+/2c95045134..8b3bd7ad9d Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e8104e16bc..7fdc8d3071 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5408f3a5b9..23ccfe47d5 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b9c698624f..20fc9d28fc * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/2bb566a6ca..a6af50ca57 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/5129f6ffd7..0ec2eead61 * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.9.cr1..version:2@1.10.1.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations: version:2@2.14.0.cr1..version:2@2.18.0.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.0.1-jre.cr1..version:2@31.1-jre.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:2@9.2.cr1..version:2@9.5.cr1 * src/third_party/android_deps/libs/org_robolectric_annotations: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_junit: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_resources: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_playservices: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:2@4.8.1.cr1..version:2@4.10.2.cr1 * src/third_party/androidx: c8XCgnDa6lP6C1IcJKADz2cE9moc4Ohv4JGKUaWotKYC..XXY63ZMXsEh9Q723ZYgW4JxYtzVhxNIoUxUwwjMSeBAC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/86fe6c71d6..3611b9c58d * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/9127c68f59..8fe50c2adc * src/third_party/r8: _FuL1VmaJnETpwNIaiuiSLxVNzzt0qXGmsfAck4CPCkC..l_fNXfqk0MnMDwxEr_PymvAgsB3cvsXGv80UVJYawgMC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/45a8f9e222..739cb7053d Added dependencies * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on Removed dependency * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk15on DEPS diff: https://chromium.googlesource.com/chromium/src/+/2c95045134..8b3bd7ad9d/DEPS No update to Clang. BUG=None Change-Id: I62ab49393fcf7b5187eed8b0f5abfcbaad872165 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/304560 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@{#40014}
2023-05-08 13:03:32 -07:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@1.0.16.cr1',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi': {
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_robolectric_pluginapi',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@4.14.1.cr1',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver': {
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@4.14.1.cr1',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_robolectric_resources': {
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_robolectric_resources',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@4.14.1.cr1',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_robolectric_robolectric': {
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_robolectric_robolectric',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@4.14.1.cr1',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_robolectric_sandbox': {
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_robolectric_sandbox',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@4.14.1.cr1',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi': {
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_robolectric_shadowapi',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@4.14.1.cr1',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework': {
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_robolectric_shadows_framework',
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'version': 'version:2@4.14.1.cr1',
Roll chromium_revision c89d7a6d7f..1204aeca4d (1216881:1220240) Change log: https://chromium.googlesource.com/chromium/src/+log/c89d7a6d7f..1204aeca4d Full diff: https://chromium.googlesource.com/chromium/src/+/c89d7a6d7f..1204aeca4d Changed dependencies * fuchsia_version: version:15.20231022.3.1..version:16.20231030.2.1 * reclient_version: re_client_version:0.117.1.21520c6-gomaip..re_client_version:0.118.1.ae3c3be-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1546e3adb6..ae6082baab * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a21fc60651..65cd2ac234 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/6f834e2039..e1fa8831f1 * src/buildtools/reclient: re_client_version:0.117.1.21520c6-gomaip..re_client_version:0.118.1.ae3c3be-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5139a7efd4..9a13e5ba21 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/46366a7e4d..da5a47c57c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/64d9ec3158..3ff0a6225a * src/third_party/android_build_tools/manifest_merger: V90mMwKNdDvQaZ-2eMjmdkHQdGrDn3w4DxA-fGMA8y0C..doEA4zEMMRwIiYmB3veT2pt-7z3UasxhbTo279pDV40C * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.1.cr1..version:2@1.10.4.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.11.0.cr1..version:2@2.19.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.1-jre.cr1..version:2@32.1.3-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.1-android.cr1..version:2@32.1.3-android.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr1..version:2@2.8.cr1 * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.72.cr1..version:2@1.76.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.25.0.cr1..version:2@3.37.0.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_robolectric_annotations: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_junit: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_resources: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/androidx: F-habe4EUUBiRQmzyGAB5oOUtnTNQkhvpoUe4vVZuegC..jYnZMA1q1qNqyYpVcsoN14-OPUhM_wdPIFCxcGj8zakC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/c38dc29860..a96e7377fc * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/47efdb4b14..f3e882d631 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9f3b33a275..b4e466e610 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/55d0287cfc..6d6607b8b3 * src/third_party/kotlin_stdlib: ZwEhbBOU3zJ8iFzea34zthR0d1a1LlfSPjfsblxKbSgC..UHG1TEvmBMX93y7dRSaoalB3LBMY2O5-OOvlFUByl5wC * src/third_party/kotlinc/current: 6Hdj5fkzcomS1cNTWnXoeTZj0wvCG4zdyLtZ23eK-U4C..qeRCtEA1uhs8D1wL8wj0UZllCoScbcA6QrEQu9g4NGoC * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/a429c26ae2..d781e6e1b8 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/2ca9f38714..0226cb1cdf * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/7686b5d38c..69b8c64697 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/cefa83de08..eaa388ea81 * src/third_party/r8: jj098_uPn3EKB7YisD1VAQXkZWNtSa6Qxz3vpMQkPR4C..LSKbogNru-rwoTlrVtJniI4WT8_ZQbcI8QyWQJfwHXoC * src/third_party/turbine: VRQ9UNP0lvjDXJ4DhORCj66go0TLg5uuGnHWkNN_hgUC..rg7X3-H8Yd0enT9HWZY9KwEh1ciZBP0jkla5_rGW2pUC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d7f60c3fd2..97c493c880 * src/tools/luci-go: git_revision:924cfd2323a9192361b765f81fffc135026c1fee..git_revision:540222a3d0b11c1370539a1f698643113a0ee029 * src/tools/luci-go: git_revision:924cfd2323a9192361b765f81fffc135026c1fee..git_revision:540222a3d0b11c1370539a1f698643113a0ee029 Added dependency * src/third_party/android_deps/libs/org_robolectric_shadows_versioning Removed dependency * src/third_party/android_deps/libs/com_google_guava_listenablefuture DEPS diff: https://chromium.googlesource.com/chromium/src/+/c89d7a6d7f..1204aeca4d/DEPS No update to Clang. BUG=None Change-Id: I37f1fdcc2b2ecfe2d0cb655c65dd666049b039ca Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/326072 Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41086}
2023-11-06 14:17:46 +00:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision c89d7a6d7f..1204aeca4d (1216881:1220240) Change log: https://chromium.googlesource.com/chromium/src/+log/c89d7a6d7f..1204aeca4d Full diff: https://chromium.googlesource.com/chromium/src/+/c89d7a6d7f..1204aeca4d Changed dependencies * fuchsia_version: version:15.20231022.3.1..version:16.20231030.2.1 * reclient_version: re_client_version:0.117.1.21520c6-gomaip..re_client_version:0.118.1.ae3c3be-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1546e3adb6..ae6082baab * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a21fc60651..65cd2ac234 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/6f834e2039..e1fa8831f1 * src/buildtools/reclient: re_client_version:0.117.1.21520c6-gomaip..re_client_version:0.118.1.ae3c3be-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5139a7efd4..9a13e5ba21 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/46366a7e4d..da5a47c57c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/64d9ec3158..3ff0a6225a * src/third_party/android_build_tools/manifest_merger: V90mMwKNdDvQaZ-2eMjmdkHQdGrDn3w4DxA-fGMA8y0C..doEA4zEMMRwIiYmB3veT2pt-7z3UasxhbTo279pDV40C * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.1.cr1..version:2@1.10.4.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.11.0.cr1..version:2@2.19.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.1-jre.cr1..version:2@32.1.3-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.1-android.cr1..version:2@32.1.3-android.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr1..version:2@2.8.cr1 * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.72.cr1..version:2@1.76.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.25.0.cr1..version:2@3.37.0.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_robolectric_annotations: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_junit: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_resources: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/androidx: F-habe4EUUBiRQmzyGAB5oOUtnTNQkhvpoUe4vVZuegC..jYnZMA1q1qNqyYpVcsoN14-OPUhM_wdPIFCxcGj8zakC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/c38dc29860..a96e7377fc * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/47efdb4b14..f3e882d631 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9f3b33a275..b4e466e610 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/55d0287cfc..6d6607b8b3 * src/third_party/kotlin_stdlib: ZwEhbBOU3zJ8iFzea34zthR0d1a1LlfSPjfsblxKbSgC..UHG1TEvmBMX93y7dRSaoalB3LBMY2O5-OOvlFUByl5wC * src/third_party/kotlinc/current: 6Hdj5fkzcomS1cNTWnXoeTZj0wvCG4zdyLtZ23eK-U4C..qeRCtEA1uhs8D1wL8wj0UZllCoScbcA6QrEQu9g4NGoC * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/a429c26ae2..d781e6e1b8 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/2ca9f38714..0226cb1cdf * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/7686b5d38c..69b8c64697 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/cefa83de08..eaa388ea81 * src/third_party/r8: jj098_uPn3EKB7YisD1VAQXkZWNtSa6Qxz3vpMQkPR4C..LSKbogNru-rwoTlrVtJniI4WT8_ZQbcI8QyWQJfwHXoC * src/third_party/turbine: VRQ9UNP0lvjDXJ4DhORCj66go0TLg5uuGnHWkNN_hgUC..rg7X3-H8Yd0enT9HWZY9KwEh1ciZBP0jkla5_rGW2pUC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d7f60c3fd2..97c493c880 * src/tools/luci-go: git_revision:924cfd2323a9192361b765f81fffc135026c1fee..git_revision:540222a3d0b11c1370539a1f698643113a0ee029 * src/tools/luci-go: git_revision:924cfd2323a9192361b765f81fffc135026c1fee..git_revision:540222a3d0b11c1370539a1f698643113a0ee029 Added dependency * src/third_party/android_deps/libs/org_robolectric_shadows_versioning Removed dependency * src/third_party/android_deps/libs/com_google_guava_listenablefuture DEPS diff: https://chromium.googlesource.com/chromium/src/+/c89d7a6d7f..1204aeca4d/DEPS No update to Clang. BUG=None Change-Id: I37f1fdcc2b2ecfe2d0cb655c65dd666049b039ca Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/326072 Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41086}
2023-11-06 14:17:46 +00:00
'dep_type': 'cipd',
},
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'src/third_party/android_deps/cipd/libs/org_robolectric_utils': {
Roll chromium_revision c89d7a6d7f..1204aeca4d (1216881:1220240) Change log: https://chromium.googlesource.com/chromium/src/+log/c89d7a6d7f..1204aeca4d Full diff: https://chromium.googlesource.com/chromium/src/+/c89d7a6d7f..1204aeca4d Changed dependencies * fuchsia_version: version:15.20231022.3.1..version:16.20231030.2.1 * reclient_version: re_client_version:0.117.1.21520c6-gomaip..re_client_version:0.118.1.ae3c3be-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1546e3adb6..ae6082baab * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a21fc60651..65cd2ac234 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/6f834e2039..e1fa8831f1 * src/buildtools/reclient: re_client_version:0.117.1.21520c6-gomaip..re_client_version:0.118.1.ae3c3be-gomaip * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5139a7efd4..9a13e5ba21 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/46366a7e4d..da5a47c57c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/64d9ec3158..3ff0a6225a * src/third_party/android_build_tools/manifest_merger: V90mMwKNdDvQaZ-2eMjmdkHQdGrDn3w4DxA-fGMA8y0C..doEA4zEMMRwIiYmB3veT2pt-7z3UasxhbTo279pDV40C * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.1.cr1..version:2@1.10.4.cr1 * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation: version:2@2.11.0.cr1..version:2@2.19.1.cr1 * src/third_party/android_deps/libs/com_google_guava_guava: version:2@31.1-jre.cr1..version:2@32.1.3-jre.cr1 * src/third_party/android_deps/libs/com_google_guava_guava_android: version:2@31.1-android.cr1..version:2@32.1.3-android.cr1 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations: version:2@1.3.cr1..version:2@2.8.cr1 * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.72.cr1..version:2@1.76.cr1 * src/third_party/android_deps/libs/org_checkerframework_checker_qual: version:2@3.25.0.cr1..version:2@3.37.0.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_commons: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_tree: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_ow2_asm_asm_util: version:2@9.5.cr1..version:2@9.6.cr1 * src/third_party/android_deps/libs/org_robolectric_annotations: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_junit: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/libs/org_robolectric_pluginapi: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_resources: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_robolectric: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_sandbox: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadowapi: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_shadows_framework: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/android_deps/libs/org_robolectric_utils_reflector: version:2@4.10.3.cr1..version:2@4.11-beta-2.cr1 * src/third_party/androidx: F-habe4EUUBiRQmzyGAB5oOUtnTNQkhvpoUe4vVZuegC..jYnZMA1q1qNqyYpVcsoN14-OPUhM_wdPIFCxcGj8zakC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/c38dc29860..a96e7377fc * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/47efdb4b14..f3e882d631 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9f3b33a275..b4e466e610 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/55d0287cfc..6d6607b8b3 * src/third_party/kotlin_stdlib: ZwEhbBOU3zJ8iFzea34zthR0d1a1LlfSPjfsblxKbSgC..UHG1TEvmBMX93y7dRSaoalB3LBMY2O5-OOvlFUByl5wC * src/third_party/kotlinc/current: 6Hdj5fkzcomS1cNTWnXoeTZj0wvCG4zdyLtZ23eK-U4C..qeRCtEA1uhs8D1wL8wj0UZllCoScbcA6QrEQu9g4NGoC * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/a429c26ae2..d781e6e1b8 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/2ca9f38714..0226cb1cdf * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/7686b5d38c..69b8c64697 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/cefa83de08..eaa388ea81 * src/third_party/r8: jj098_uPn3EKB7YisD1VAQXkZWNtSa6Qxz3vpMQkPR4C..LSKbogNru-rwoTlrVtJniI4WT8_ZQbcI8QyWQJfwHXoC * src/third_party/turbine: VRQ9UNP0lvjDXJ4DhORCj66go0TLg5uuGnHWkNN_hgUC..rg7X3-H8Yd0enT9HWZY9KwEh1ciZBP0jkla5_rGW2pUC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d7f60c3fd2..97c493c880 * src/tools/luci-go: git_revision:924cfd2323a9192361b765f81fffc135026c1fee..git_revision:540222a3d0b11c1370539a1f698643113a0ee029 * src/tools/luci-go: git_revision:924cfd2323a9192361b765f81fffc135026c1fee..git_revision:540222a3d0b11c1370539a1f698643113a0ee029 Added dependency * src/third_party/android_deps/libs/org_robolectric_shadows_versioning Removed dependency * src/third_party/android_deps/libs/com_google_guava_listenablefuture DEPS diff: https://chromium.googlesource.com/chromium/src/+/c89d7a6d7f..1204aeca4d/DEPS No update to Clang. BUG=None Change-Id: I37f1fdcc2b2ecfe2d0cb655c65dd666049b039ca Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/326072 Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41086}
2023-11-06 14:17:46 +00:00
'packages': [
{
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'package': 'chromium/third_party/android_deps/libs/org_robolectric_utils',
'version': 'version:2@4.14.1.cr1',
Roll chromium_revision 47fab10a5d..b4562c8dc8 (974582:974583) The third_party/android_deps/libs/org_robolectric_shadows_multidex dependency had to be moved manually. Change log: https://chromium.googlesource.com/chromium/src/+log/47fab10a5d..b4562c8dc8 Full diff: https://chromium.googlesource.com/chromium/src/+/47fab10a5d..b4562c8dc8 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1ccd6b651d..187616c5fc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/e3b729952d..bcfb6fca6d * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/93c15529c3..893aa038dd * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/469142ebf2..4eaa194b8b * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/bede1d9398..629e78f5b3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/0c497a1ac6..d2f57fb779 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/8f3c4ef866..08a8050c47 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/306b03b191..2c668c866d * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/bcdfa38692..034e5dbf92 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/b867f209e4..901474b180 * src/third_party/robolectric: Kdd6dNFAKqj9g9Bsfo2z1zQr52Vk60EL_wb9Bf2c8rcC..FihBToFLI9o7fW09ZtQ_5YruQy6sDWMo1Pv0g97eAxEC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/01862032d8..bc929d3e94 DEPS diff: https://chromium.googlesource.com/chromium/src/+/47fab10a5d..b4562c8dc8/DEPS No update to Clang. BUG=chromium:1184780 Change-Id: If302a3bec96f4b94d320d611e6cdb163305c591e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252420 Auto-Submit: Björn Terelius <terelius@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36065}
2022-02-24 12:15:25 +01:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision 47fab10a5d..b4562c8dc8 (974582:974583) The third_party/android_deps/libs/org_robolectric_shadows_multidex dependency had to be moved manually. Change log: https://chromium.googlesource.com/chromium/src/+log/47fab10a5d..b4562c8dc8 Full diff: https://chromium.googlesource.com/chromium/src/+/47fab10a5d..b4562c8dc8 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1ccd6b651d..187616c5fc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/e3b729952d..bcfb6fca6d * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/93c15529c3..893aa038dd * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/469142ebf2..4eaa194b8b * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/bede1d9398..629e78f5b3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/0c497a1ac6..d2f57fb779 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/8f3c4ef866..08a8050c47 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/306b03b191..2c668c866d * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/bcdfa38692..034e5dbf92 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/b867f209e4..901474b180 * src/third_party/robolectric: Kdd6dNFAKqj9g9Bsfo2z1zQr52Vk60EL_wb9Bf2c8rcC..FihBToFLI9o7fW09ZtQ_5YruQy6sDWMo1Pv0g97eAxEC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/01862032d8..bc929d3e94 DEPS diff: https://chromium.googlesource.com/chromium/src/+/47fab10a5d..b4562c8dc8/DEPS No update to Clang. BUG=chromium:1184780 Change-Id: If302a3bec96f4b94d320d611e6cdb163305c591e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252420 Auto-Submit: Björn Terelius <terelius@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36065}
2022-02-24 12:15:25 +01:00
'dep_type': 'cipd',
},
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector': {
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'packages': [
{
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'package': 'chromium/third_party/android_deps/libs/org_robolectric_utils_reflector',
'version': 'version:2@4.14.1.cr1',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml': {
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'packages': [
{
Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromium/src/+log/d05e8f8b88..e559f5136a Full diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ac600591cc..45d90f06b2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0958114dad..5f2852b973 * src/buildtools/linux64: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/mac: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/buildtools/win: git_revision:468c6128db7fabe32a29d4753460ef53594406fc..git_revision:7296b601ea80252ccf8cce300c4bebcabf235f20 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/883cbfa7a9..040c5325df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac6ae3f2cc..0ce051b409 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ba2e4b07d..75a5c5a22f * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations: version:2@1.10.4.cr1..version:2@1.11.0.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess: version:2@1.0.1.cr1..version:2@1.0.2.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava: version:2@32.1.3-jre.cr1..version:2@33.3.1-jre.cr1 * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android: version:2@32.1.3-android.cr1..version:2@33.3.1-android.cr1 * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations: version:2@2.8.cr1..version:2@3.0.0.cr1 * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on: version:2@1.77.cr1..version:2@1.78.1.cr1 * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual: version:2@3.37.0.cr1..version:2@3.43.0.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util: version:2@9.7.cr1..version:2@9.7.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_annotations: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_junit: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat: version:2@1.0.9.cr1..version:2@1.0.16.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_resources: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector: version:2@4.12.1.cr1..version:2@4.14.1.cr1 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/59fc518963..9338cc2512 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f548b21cd3..138f15432a * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/09341dae51..8345f5d50f * src/third_party/robolectric/cipd: Y1B0M_fCpPZ058xErMX6GQOJEVRBWR342juuxNLpVnkC..G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9af1af53c4..c5ce6eacf5 Added dependencies * src/third_party/android_deps/cipd/libs/org_yaml_snakeyaml * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm * src/third_party/android_deps/cipd/libs/com_google_testparameterinjector_test_parameter_injector Removed dependency * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning DEPS diff: https://chromium.googlesource.com/chromium/src/+/d05e8f8b88..e559f5136a/DEPS No update to Clang. BUG=None Change-Id: I3ce69c0f3afcbeace96f15a84d6cef802435ce82 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371980 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43591}
2024-12-17 14:06:40 -08:00
'package': 'chromium/third_party/android_deps/libs/org_yaml_snakeyaml',
'version': 'version:2@2.3.cr1',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
},
],
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
'condition': 'checkout_android and non_git_source',
Roll chromium_revision a775f4aeaa..ceb47b836c (759199:767701) Change log: https://chromium.googlesource.com/chromium/src/+log/a775f4aeaa..ceb47b836c Full diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e2abc3c38..96e022e94f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/212b25dc86..694ba37aa6 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/2c41dfb19a..204a35a2a6 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/43bb9f8722..d999d54f4b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2f8d00d1cb..022f563d9d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e5ced51413..5c92cb7930 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76bcf1e499..1d3eddb497 * src/third_party/android_build_tools/aapt2: LKH_DI44rZhQ4RkScMFQLGSJ4jZyuPcff0llITnq-i4C..R2k5wwOlIaS6sjv2TIyHotiPJod-6KqnZO8NH-KFK8sC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f9e0cda2d8..5f43b12d52 * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/f32b83eb08..2ffe116322 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4b4e879132..ed728376c1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1a9c8db7e..1fbaf73aef * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/31886e8f39..587a3f4849 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/11beee855e..093f87bfe4 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/e3f0319d89..a09ea700d3 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/0d5695983e..100d40c827 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/13cfcd5874..f222396170 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/611c58e511..c810066815 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8dc6f353c6..77960f37b3 * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1..a5473711f3 * src/third_party/r8: I91wspV6GMc7l_m-k9v3-ooP-CBrK76OVc3rfnB5T7kC..UAycWqc5QfELtJhhnoU4jQHjsyxPjRNyZ0EfvlojaY4C * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/bee946a606..a8c51df76c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f15275073..fe020f1696 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 * src/tools/luci-go: git_revision:513b1319d7d855f6c42bc01471562df910fd61b3..git_revision:56ae79476e3caf14da59d75118408aa778637936 Added dependencies * src/third_party/android_deps/libs/org_apache_maven_maven_plugin_registry * src/third_party/android_deps/libs/org_apache_maven_maven_ant_tasks * src/third_party/android_deps/libs/org_apache_maven_maven_artifact_manager * src/third_party/android_deps/libs/nekohtml_xercesMinimal * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_apache_maven_maven_artifact * src/third_party/android_deps/libs/backport_util_concurrent_backport_util_concurrent * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_file * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_shared * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_utils_reflector * src/third_party/android_deps/libs/nekohtml_nekohtml * src/third_party/android_deps/libs/org_apache_ant_ant * src/third_party/android_deps/libs/org_apache_ant_ant_launcher * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/com_android_tools_desugar_jdk_libs * src/third_party/android_deps/libs/classworlds_classworlds * src/third_party/android_deps/libs/org_apache_maven_maven_error_diagnostics * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_apache_maven_maven_model * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_container_default * src/third_party/android_deps/libs/org_apache_maven_maven_profile * src/third_party/android_deps/libs/org_apache_maven_maven_settings * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_provider_api * src/third_party/android_deps/libs/org_apache_maven_maven_repository_metadata * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_apache_maven_maven_project * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_codehaus_plexus_plexus_interpolation * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_apache_maven_wagon_wagon_http_lightweight * src/third_party/android_deps/libs/androidx_tvprovider_tvprovider DEPS diff: https://chromium.googlesource.com/chromium/src/+/a775f4aeaa..ceb47b836c/DEPS No update to Clang. TBR=mbonadei@webrtc.org,marpan@webrtc.org, jianj@chromium.org, BUG=None Roll Change-Id: Ic5663e5313eb2a2a37cd0e5cca2c896e22512740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174829 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31223}
2020-05-12 12:12:13 +02:00
'dep_type': 'cipd',
},
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
# === ANDROID_DEPS Generated Code End ===
}
hooks = [
{
# This clobbers when necessary (based on get_landmines.py). It should be
# an early hook but it will need to be run after syncing Chromium and
# setting up the links, so the script actually exists.
'name': 'landmines',
'pattern': '.',
'action': [
'python3',
'src/build/landmines.py',
'--landmine-scripts',
'src/tools_webrtc/get_landmines.py',
'--src-dir',
'src',
],
},
{
# Ensure that the DEPS'd "depot_tools" has its self-update capability
# disabled.
'name': 'disable_depot_tools_selfupdate',
'pattern': '.',
'action': [
'python3',
'src/third_party/depot_tools/update_depot_tools_toggle.py',
'--disable',
],
},
{
'name': 'sysroot_arm',
'pattern': '.',
'condition': 'checkout_linux and checkout_arm',
'action': ['python3', 'src/build/linux/sysroot_scripts/install-sysroot.py',
'--arch=arm'],
},
{
'name': 'sysroot_arm64',
'pattern': '.',
'condition': 'checkout_linux and checkout_arm64',
'action': ['python3', 'src/build/linux/sysroot_scripts/install-sysroot.py',
'--arch=arm64'],
},
{
'name': 'sysroot_x86',
'pattern': '.',
'condition': 'checkout_linux and (checkout_x86 or checkout_x64)',
# TODO(mbonadei): change to --arch=x86.
'action': ['python3', 'src/build/linux/sysroot_scripts/install-sysroot.py',
'--arch=i386'],
},
{
'name': 'sysroot_mips',
'pattern': '.',
'condition': 'checkout_linux and checkout_mips',
# TODO(mbonadei): change to --arch=mips.
'action': ['python3', 'src/build/linux/sysroot_scripts/install-sysroot.py',
'--arch=mipsel'],
},
{
'name': 'sysroot_x64',
'pattern': '.',
'condition': 'checkout_linux and checkout_x64',
# TODO(mbonadei): change to --arch=x64.
'action': ['python3', 'src/build/linux/sysroot_scripts/install-sysroot.py',
'--arch=amd64'],
},
{
# Case-insensitivity for the Win SDK. Must run before win_toolchain below.
'name': 'ciopfs_linux',
'pattern': '.',
'condition': 'checkout_win and host_os == "linux"',
'action': [ 'python3',
'src/third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--no_auth',
'--bucket', 'chromium-browser-clang/ciopfs',
'-s', 'src/build/ciopfs.sha1',
]
},
{
# Update the Windows toolchain if necessary. Must run before 'clang' below.
'name': 'win_toolchain',
'pattern': '.',
'condition': 'checkout_win',
'action': ['python3', 'src/build/vs_toolchain.py', 'update', '--force'],
},
{
# Update the Mac toolchain if necessary.
'name': 'mac_toolchain',
'pattern': '.',
'condition': 'checkout_mac',
'action': ['python3', 'src/build/mac_toolchain.py'],
},
{
'name': 'Download Fuchsia SDK from GCS',
'pattern': '.',
'condition': 'checkout_fuchsia',
'action': [
'python3',
'src/build/fuchsia/update_sdk.py',
'--cipd-prefix={fuchsia_sdk_cipd_prefix}',
'--version={fuchsia_version}',
],
},
{
'name': 'Download Fuchsia system images',
'pattern': '.',
'condition': 'checkout_fuchsia and checkout_fuchsia_product_bundles',
'action': [
'python3',
'src/build/fuchsia/update_product_bundles.py',
'{checkout_fuchsia_boot_images}',
],
},
{
# Note: On Win, this should run after win_toolchain, as it may use it.
'name': 'clang',
'pattern': '.',
'action': ['python3', 'src/tools/clang/scripts/update.py'],
},
{
# This is supposed to support the same set of platforms as 'clang' above.
'name': 'clang_coverage',
'pattern': '.',
'condition': 'checkout_clang_coverage_tools',
'action': ['python3', 'src/tools/clang/scripts/update.py',
'--package=coverage_tools'],
},
{
# This is also supposed to support the same set of platforms as 'clang'
# above. LLVM ToT support isn't provided at the moment.
'name': 'clangd',
'pattern': '.',
'condition': 'checkout_clangd',
'action': ['vpython3', 'src/tools/clang/scripts/update.py',
'--package=clangd'],
},
{
'name': 'rust',
'pattern': '.',
'condition': 'checkout_fuzzer',
'action': ['python3', 'src/tools/rust/update_rust.py'],
},
{
# Update LASTCHANGE.
'name': 'lastchange',
'pattern': '.',
'action': ['python3', 'src/build/util/lastchange.py',
'-o', 'src/build/util/LASTCHANGE'],
},
Roll chromium_revision a929241fb2..bd29a99c80 (989850:991577) Manually change dsymutil dependency to use download_from_google_storage.py Change log: https://chromium.googlesource.com/chromium/src/+log/a929241fb2..bd29a99c80 Full diff: https://chromium.googlesource.com/chromium/src/+/a929241fb2..bd29a99c80 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/676395445e..c164e5b3ed * src/build: https://chromium.googlesource.com/chromium/src/build/+log/13488f684b..2eb794502b * src/buildtools/linux64: git_revision:04a2891d554d2325f04631bac356c29ffcdebf2a..git_revision:ae110f8b525009255ba1f9ae96982176d3bfad3d * src/buildtools/mac: git_revision:04a2891d554d2325f04631bac356c29ffcdebf2a..git_revision:ae110f8b525009255ba1f9ae96982176d3bfad3d * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/ac492da4a7..e025ba5dc8 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/cb96c63d05..c39fea8873 * src/buildtools/win: git_revision:04a2891d554d2325f04631bac356c29ffcdebf2a..git_revision:ae110f8b525009255ba1f9ae96982176d3bfad3d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d92c2079d..edb9f2d80a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/044964b58c..80545bb8f1 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/0670b31598..6da366cf3a * src/third_party/android_build_tools/aapt2: wicn5Ce1ay6ivbZ1GNFF0gRSS3NYv_7hJTPtVga3O-QC..u2Cw4baoLfvlEDMwcJjq9iOJRF0_2BjsgMFl7UhJxGAC * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib: version:2@1.6.10.cr1..version:2@1.6.20.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common: version:2@1.6.10.cr1..version:2@1.6.20.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7: version:2@1.5.0.cr1..version:2@1.6.20.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8: version:2@1.5.0.cr1..version:2@1.6.20.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android: version:2@1.5.0.cr1..version:2@1.6.1.cr1 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm: version:2@1.5.0.cr1..version:2@1.6.1.cr1 * src/third_party/android_ndk: https://chromium.googlesource.com/android_ndk.git/+log/9644104c8c..8388a2be54 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/5ff11ff500..0e3c38595b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0a6b544e20..3b97fa826e * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/965cf1d665..61486746d3 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/5fb4338560..1fd0dbea04 * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/d48a17ce98..ad6c0b4051 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f3337aeb22..9091f8c694 * src/third_party/turbine: CJm6IViplElcjFYLJc0XtAjZ97BOVjQIwigcJN6C9gsC..y4x80kUnDOxC5QyG48MlVoiRIEn09eaHcIJQFavlqgMC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6dbc00b623..e9a6b08461 DEPS diff: https://chromium.googlesource.com/chromium/src/+/a929241fb2..bd29a99c80/DEPS No update to Clang. BUG=None Change-Id: I96fdea592f462217f2c63b5932cb6c7f631580d4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258782 Auto-Submit: Björn Terelius <terelius@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#36544}
2022-04-12 19:04:32 +02:00
# Pull dsymutil binaries using checked-in hashes.
{
'name': 'dsymutil_mac_arm64',
'pattern': '.',
'condition': 'host_os == "mac" and host_cpu == "arm64"',
'action': [ 'python3',
'src/third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--no_auth',
'--bucket', 'chromium-browser-clang',
'-s', 'src/tools/clang/dsymutil/bin/dsymutil.arm64.sha1',
'-o', 'src/tools/clang/dsymutil/bin/dsymutil',
],
},
{
'name': 'dsymutil_mac_x64',
'pattern': '.',
'condition': 'host_os == "mac" and host_cpu == "x64"',
'action': [ 'python3',
'src/third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--no_auth',
'--bucket', 'chromium-browser-clang',
'-s', 'src/tools/clang/dsymutil/bin/dsymutil.x64.sha1',
'-o', 'src/tools/clang/dsymutil/bin/dsymutil',
],
},
Roll chromium_revision f4ecd4bed3..f1b66c7b37 (508787:512062) + Windows fix Includes a fix for Windows build by mbonadei@: Adding rc to DEPS using checked-in hashes. https://webrtc-review.googlesource.com/14780 Change log: https://chromium.googlesource.com/chromium/src/+log/f4ecd4bed3..f1b66c7b37 Full diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/041cecf43e..987a84e03a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8afa1551c5..e1ba03bda3 * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/f6d165d9d8..e043d81e91 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f556c12cad..ef56503ef5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/744b907c60..94d5c035a5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/96b848f800..bd60ce1398 * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/ca9dc7245b..110e5f6c0d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6f19655f67..52d748d48b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7de54ef0a2..781e71e49f * src/third_party/errorprone/lib: https://chromium.googlesource.com/chromium/third_party/errorprone.git/+log/6a55852cd7..16b8b7298b * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/3098b6a245..f9e8b42758 * src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/ee20273811..3fee5ae8cb * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/caa116c9be..401e6d48bf * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/5b1af9a335..8fa02df3c0 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/63f24c8221..e6527b0cd4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b6a9a695f5..8bff363f00 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/5e8001d9a7..fe94e7274e DEPS diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/DEPS Clang version changed 313786:315613 Details: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/tools/clang/scripts/update.py CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Bug: chromium:777448 Change-Id: I362bec887805f8d4a6649d57d752dcd34f0ea9c0 Reviewed-on: https://webrtc-review.googlesource.com/16422 Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20465}
2017-10-27 10:14:45 +02:00
# Pull rc binaries using checked-in hashes.
{
'name': 'rc_win',
'pattern': '.',
'condition': 'checkout_win and host_os == "win"',
'action': [ 'python3',
Roll chromium_revision f4ecd4bed3..f1b66c7b37 (508787:512062) + Windows fix Includes a fix for Windows build by mbonadei@: Adding rc to DEPS using checked-in hashes. https://webrtc-review.googlesource.com/14780 Change log: https://chromium.googlesource.com/chromium/src/+log/f4ecd4bed3..f1b66c7b37 Full diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/041cecf43e..987a84e03a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8afa1551c5..e1ba03bda3 * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/f6d165d9d8..e043d81e91 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f556c12cad..ef56503ef5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/744b907c60..94d5c035a5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/96b848f800..bd60ce1398 * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/ca9dc7245b..110e5f6c0d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6f19655f67..52d748d48b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7de54ef0a2..781e71e49f * src/third_party/errorprone/lib: https://chromium.googlesource.com/chromium/third_party/errorprone.git/+log/6a55852cd7..16b8b7298b * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/3098b6a245..f9e8b42758 * src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/ee20273811..3fee5ae8cb * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/caa116c9be..401e6d48bf * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/5b1af9a335..8fa02df3c0 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/63f24c8221..e6527b0cd4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b6a9a695f5..8bff363f00 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/5e8001d9a7..fe94e7274e DEPS diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/DEPS Clang version changed 313786:315613 Details: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/tools/clang/scripts/update.py CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Bug: chromium:777448 Change-Id: I362bec887805f8d4a6649d57d752dcd34f0ea9c0 Reviewed-on: https://webrtc-review.googlesource.com/16422 Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20465}
2017-10-27 10:14:45 +02:00
'src/third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--no_auth',
'--bucket', 'chromium-browser-clang/rc',
'-s', 'src/build/toolchain/win/rc/win/rc.exe.sha1',
],
},
{
'name': 'rc_mac',
'pattern': '.',
'condition': 'checkout_win and host_os == "mac"',
'action': [ 'python3',
Roll chromium_revision f4ecd4bed3..f1b66c7b37 (508787:512062) + Windows fix Includes a fix for Windows build by mbonadei@: Adding rc to DEPS using checked-in hashes. https://webrtc-review.googlesource.com/14780 Change log: https://chromium.googlesource.com/chromium/src/+log/f4ecd4bed3..f1b66c7b37 Full diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/041cecf43e..987a84e03a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8afa1551c5..e1ba03bda3 * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/f6d165d9d8..e043d81e91 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f556c12cad..ef56503ef5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/744b907c60..94d5c035a5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/96b848f800..bd60ce1398 * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/ca9dc7245b..110e5f6c0d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6f19655f67..52d748d48b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7de54ef0a2..781e71e49f * src/third_party/errorprone/lib: https://chromium.googlesource.com/chromium/third_party/errorprone.git/+log/6a55852cd7..16b8b7298b * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/3098b6a245..f9e8b42758 * src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/ee20273811..3fee5ae8cb * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/caa116c9be..401e6d48bf * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/5b1af9a335..8fa02df3c0 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/63f24c8221..e6527b0cd4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b6a9a695f5..8bff363f00 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/5e8001d9a7..fe94e7274e DEPS diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/DEPS Clang version changed 313786:315613 Details: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/tools/clang/scripts/update.py CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Bug: chromium:777448 Change-Id: I362bec887805f8d4a6649d57d752dcd34f0ea9c0 Reviewed-on: https://webrtc-review.googlesource.com/16422 Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20465}
2017-10-27 10:14:45 +02:00
'src/third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--no_auth',
'--bucket', 'chromium-browser-clang/rc',
'-s', 'src/build/toolchain/win/rc/mac/rc.sha1',
],
},
{
'name': 'rc_linux',
'pattern': '.',
'condition': 'checkout_win and host_os == "linux"',
'action': [ 'python3',
Roll chromium_revision f4ecd4bed3..f1b66c7b37 (508787:512062) + Windows fix Includes a fix for Windows build by mbonadei@: Adding rc to DEPS using checked-in hashes. https://webrtc-review.googlesource.com/14780 Change log: https://chromium.googlesource.com/chromium/src/+log/f4ecd4bed3..f1b66c7b37 Full diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/041cecf43e..987a84e03a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8afa1551c5..e1ba03bda3 * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/f6d165d9d8..e043d81e91 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f556c12cad..ef56503ef5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/744b907c60..94d5c035a5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/96b848f800..bd60ce1398 * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/ca9dc7245b..110e5f6c0d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6f19655f67..52d748d48b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7de54ef0a2..781e71e49f * src/third_party/errorprone/lib: https://chromium.googlesource.com/chromium/third_party/errorprone.git/+log/6a55852cd7..16b8b7298b * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/3098b6a245..f9e8b42758 * src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/ee20273811..3fee5ae8cb * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/caa116c9be..401e6d48bf * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/5b1af9a335..8fa02df3c0 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/63f24c8221..e6527b0cd4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b6a9a695f5..8bff363f00 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/5e8001d9a7..fe94e7274e DEPS diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/DEPS Clang version changed 313786:315613 Details: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/tools/clang/scripts/update.py CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Bug: chromium:777448 Change-Id: I362bec887805f8d4a6649d57d752dcd34f0ea9c0 Reviewed-on: https://webrtc-review.googlesource.com/16422 Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20465}
2017-10-27 10:14:45 +02:00
'src/third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--no_auth',
'--bucket', 'chromium-browser-clang/rc',
'-s', 'src/build/toolchain/win/rc/linux64/rc.sha1',
],
},
{
# Download test resources, i.e. video and audio files from Google Storage.
'pattern': '.',
'action': ['download_from_google_storage',
'--directory',
'--recursive',
'--num_threads=10',
'--no_auth',
'--quiet',
'--bucket', 'chromium-webrtc-resources',
'src/resources'],
},
Roll chromium_revision c0436807ae..299329ad06 (865247:866589) Change log: https://chromium.googlesource.com/chromium/src/+log/c0436807ae..299329ad06 Full diff: https://chromium.googlesource.com/chromium/src/+/c0436807ae..299329ad06 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8d5e7ce339..edbefc3149 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/7ce3b71efa..d47f88a20f * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/4e078437d0..f50df92a29 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/0f60053c1f..e5658a0dbe * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/5515895a0f..3977fbe3b4 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9dec2334e3..84f26c9bc3 * src/third_party/androidx: c1XqVP7XC51iTS4Zs03SWVTsz5AdCYHK01o4IsyEC0MC..w9GAjqe9yb27SB37J97HO2Csomsj30SOyHZrDvgbbP0C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/dfe0b01b3e..49f0329110 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/999f35f30e..36e45025a8 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/07f4869221..1a8ecf1813 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/0c50637320..5c32bc92b2 * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/991335be3d..79f0178cd3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4c1d963f3e..d3e1920041 * src/tools/luci-go: git_revision:e567b4580a0854199f30444e583c17ee65abcc10..git_revision:e1c81c53ccd0366e8fff438f89030043343d4d6b * src/tools/luci-go: git_revision:e567b4580a0854199f30444e583c17ee65abcc10..git_revision:e1c81c53ccd0366e8fff438f89030043343d4d6b * src/tools/luci-go: git_revision:e567b4580a0854199f30444e583c17ee65abcc10..git_revision:e1c81c53ccd0366e8fff438f89030043343d4d6b DEPS diff: https://chromium.googlesource.com/chromium/src/+/c0436807ae..299329ad06/DEPS No update to Clang. No-Try: True TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I8ad54bccdc1f7589a1b01c85d5628a5544686150 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/212992 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33565}
2021-03-25 15:15:21 +01:00
{
'name': 'Generate component metadata for tests',
'pattern': '.',
'action': [
'vpython3',
Roll chromium_revision c0436807ae..299329ad06 (865247:866589) Change log: https://chromium.googlesource.com/chromium/src/+log/c0436807ae..299329ad06 Full diff: https://chromium.googlesource.com/chromium/src/+/c0436807ae..299329ad06 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8d5e7ce339..edbefc3149 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/7ce3b71efa..d47f88a20f * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/4e078437d0..f50df92a29 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/0f60053c1f..e5658a0dbe * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/5515895a0f..3977fbe3b4 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9dec2334e3..84f26c9bc3 * src/third_party/androidx: c1XqVP7XC51iTS4Zs03SWVTsz5AdCYHK01o4IsyEC0MC..w9GAjqe9yb27SB37J97HO2Csomsj30SOyHZrDvgbbP0C * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/dfe0b01b3e..49f0329110 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/999f35f30e..36e45025a8 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/07f4869221..1a8ecf1813 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/0c50637320..5c32bc92b2 * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/991335be3d..79f0178cd3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4c1d963f3e..d3e1920041 * src/tools/luci-go: git_revision:e567b4580a0854199f30444e583c17ee65abcc10..git_revision:e1c81c53ccd0366e8fff438f89030043343d4d6b * src/tools/luci-go: git_revision:e567b4580a0854199f30444e583c17ee65abcc10..git_revision:e1c81c53ccd0366e8fff438f89030043343d4d6b * src/tools/luci-go: git_revision:e567b4580a0854199f30444e583c17ee65abcc10..git_revision:e1c81c53ccd0366e8fff438f89030043343d4d6b DEPS diff: https://chromium.googlesource.com/chromium/src/+/c0436807ae..299329ad06/DEPS No update to Clang. No-Try: True TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I8ad54bccdc1f7589a1b01c85d5628a5544686150 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/212992 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33565}
2021-03-25 15:15:21 +01:00
'src/testing/generate_location_tags.py',
'--out',
'src/testing/location_tags.json',
],
},
# Download and initialize "vpython" VirtualEnv environment packages.
{
'name': 'vpython_common',
'pattern': '.',
'action': [ 'vpython3',
'-vpython-spec', 'src/.vpython3',
'-vpython-tool', 'install',
],
},
# Download remote exec cfg files
{
'name': 'configure_reclient_cfgs',
'pattern': '.',
'condition': 'download_remoteexec_cfg',
'action': ['python3',
'src/buildtools/reclient_cfgs/configure_reclient_cfgs.py',
'--rbe_instance',
Var('rbe_instance'),
'--reproxy_cfg_template',
'reproxy.cfg.template',
'--quiet',
],
},
{
# Ensure we remove any file from disk that is no longer needed (e.g. after
# hooks to native GCS deps migration).
'name': 'remove_stale_files',
'pattern': '.',
'action': [
'python3',
'src/tools/remove_stale_files.py',
'src/third_party/test_fonts/test_fonts.tar.gz', # Remove after 20240901
],
},
]
recursedeps = [
'src/buildtools',
'src/third_party/instrumented_libs',
]
# Define rules for which include paths are allowed in our source.
include_rules = [
# Base is only used to build Android APK tests and may not be referenced by
# WebRTC production code.
"-base",
"-chromium",
"+external/webrtc/webrtc", # Android platform build.
"+libyuv",
# These should eventually move out of here.
"+common_types.h",
"+WebRTC",
"+api",
"+modules/include",
"+rtc_base",
"+test",
"+rtc_tools",
Reland "Use absl::optional instead or rtc::Optional" This reverts commit 28e6a164bf9d2a42545d058bd50d39e1767f7398. Reason for revert: the static initializer removed from abseil Original change's description: > Revert "Use absl::optional instead or rtc::Optional" > > This reverts commit 7ba9e92fa0dfb16579f4f6ecd746397bdfdd174d. > > Reason for revert: Breaks Chromium static initialized regression test. > https://ci.chromium.org/p/chromium/builders/luci.chromium.try/android-marshmallow-arm64-rel/5068 > > Original change's description: > > Use absl::optional instead or rtc::Optional > > > > BUG: webrtc:9078 > > Change-Id: I69aedce324d86e8894b81210a2de17c5ef68fd11 > > Reviewed-on: https://webrtc-review.googlesource.com/77082 > > Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> > > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> > > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > > Cr-Commit-Position: refs/heads/master@{#23440} > > TBR=danilchap@webrtc.org,mbonadei@webrtc.org,kwiberg@webrtc.org > > Change-Id: I09ae74bddc69d0b25c8dfbcacc4ec906b34ca748 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/79980 > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#23449} TBR=danilchap@webrtc.org,mbonadei@webrtc.org,kwiberg@webrtc.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ib5dc71fb63fe02b78743b03f8252b962616eead0 Bug: webrtc:9078 Reviewed-on: https://webrtc-review.googlesource.com/82760 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23586}
2018-06-11 07:48:31 +00:00
# Abseil allowlist. Keep this in sync with abseil-in-webrtc.md.
"+absl/algorithm/algorithm.h",
"+absl/algorithm/container.h",
"+absl/base/attributes.h",
"+absl/base/config.h",
"+absl/base/const_init.h",
"+absl/base/nullability.h",
"+absl/base/macros.h",
"+absl/cleanup/cleanup.h",
"+absl/container",
"-absl/container/fixed_array.h",
"+absl/functional/any_invocable.h",
"+absl/functional/bind_front.h",
"+absl/memory/memory.h",
"+absl/meta/type_traits.h",
"+absl/numeric/bits.h",
"+absl/strings/ascii.h",
"+absl/strings/escaping.h",
"+absl/strings/match.h",
"+absl/strings/str_cat.h", # note - allowed for single argument version only
"+absl/strings/str_replace.h",
"+absl/strings/string_view.h",
"+absl/types/variant.h",
# Abseil flags are allowed in tests and tools.
"+absl/flags",
Add perfetto build config This adds Perfetto support to WebRTC with a GN flag rtc_use_perfetto. The configuration of perfetto depends on whether or not webrtc is build within Chrome or not. When in Chrome, WebRTC will depend on //third_party/perfetto:libperfetto. When building standalone, specific includes required for Perfetto are exposed with the library webrtc_libperfetto. The perfetto trace API is exposed with a header export in trace_event.h which is used instead of the legacy API. The addition of Perfetto means there are 4 compilation modes for tracing in WebRTC, 1. No tracing implementation. 2. Legacy tracing (AddTraceEvent/GetCategoryEnabled). 3.a. Perfetto statically linked (webrtc_libperfetto). 3.b. Perfetto in Chrome (Chrome's libperfetto). This CL removes the tracing expectations from rtc_stats_integrationtest.cc because those directly used the old API. Integration into Chrome is a follow up CL which depends on https://chromium-review.googlesource.com/c/chromium/src/+/5471691. Tested: Ran Chrome with Perfetto and traces appear. WebRTC Unit test tracing working: https://ui.perfetto.dev/#!?s=04ea2613ea36b814394639a1ec4b60be5b5097527f1a485995ecc13469885468 Bug: webrtc:15917 Change-Id: I537d79dc247c2b759689910c621087286a4d8fdc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/347880 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Auto-Submit: Evan Shrubsole <eshr@google.com> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/main@{#42166}
2024-04-24 13:27:00 +00:00
# Perfetto should be used through rtc_base/trace_event.h
'-third_party/perfetto',
'-perfetto',
'-protos/perfetto',
]
specific_include_rules = {
"webrtc_lib_link_test\.cc": [
"+media/engine",
"+modules/audio_device",
"+modules/audio_processing",
]
Roll chromium_revision ba1ae79f58..6f9b3224db (1319128:1338914) Change log: https://chromium.googlesource.com/chromium/src/+log/ba1ae79f58..6f9b3224db Full diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db Changed dependencies * fuchsia_version: version:21.20240620.2.1..version:22.20240801.2.1 * reclient_version: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/base: https://chromium.googlesource.com/chromium/src/base/+log/aa6dbe6d6a..f092508cc2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5bce81deee..a0e5713502 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/94d7b86a83..1926812554 * src/buildtools/linux64: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/mac: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/buildtools/reclient: re_client_version:0.148.0.41b09b51-gomaip..re_client_version:0.155.0.f89f6fe3-gomaip * src/buildtools/win: git_revision:b2afae122eeb6ce09c52d63f67dc53fc517dbdc8..git_revision:05eed8f6252e2dd6b555e0b65192ef03e2c4a276 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e33110a5d..a603c11cfa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a1b47952f3..7605e1a3e3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/91945cadc2..49b13d9832 * src/third_party/android_build_tools/aapt2: G1S0vNnfv3f8FD-9mH5RFSUiK-mnSwri_IdiVQKwLP0C..cfGQ9GV4juNnGZIPzTmaL3ehiZM1hs6UsB5HUA8fT6oC * src/third_party/android_build_tools/bundletool: CaAT7TJbLQC0LVo1i2TXtaMjK4SZBQ33n-s6DcBbZfgC..sZ24OFOduSafn8fvR3ajsGS6KP_oS_Tq0Cw3SA8XiD0C * src/third_party/android_build_tools/manifest_merger: 8yUA9fKPOvtc2p3lVEA3l885a1V4-CXZuKt6xAbdR4AC..xoWqP0Bmz9ReU5nL9ems2x3Ir4Ir3PMTLyba0Ibs824C * src/third_party/android_sdk/public: mU9jm4LkManzjSzRquV1UIA7fHBZ2pK7NtbCXxoVnVUC..fv6JzkTqfxfIbmsRC8u1b2y0EQO7yQDMDzY3-g0NVu4C * src/third_party/android_system_sdk: 4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC..XzzECzCzGLrccJS1U-HdmM5VMh9BotgQ_mWhFQ464PwC * src/third_party/android_toolchain/ndk: wpJvg81kuXdMM66r_l9Doa-pLfR6S26Jd1x40LpwWEoC..Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C * src/third_party/androidx/cipd: Z7XlkD_7fIL0GqryXCpnM2SunziZ3jWsNCO2UIOAheMC..o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/76788faa4e..1420017c7f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/022cd349fe..2feeb46c60 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/92f592ed10..2355eeb8f2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1c7c96958..75932421da * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/d941d9677b..67060f141b * src/third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/6ede1ccc9e..fb9afbafc7 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/73720c7c99..ec378cecaf * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/1d17ea141d..ff233bdd4c * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/163e29159e..9408c6fd4a * src/third_party/kotlin_stdlib: _4e0lDaCjMgaNeq2v2olJs_15Ax3PxGfCU9fMt0FTKcC..qtDQdcYfgSh4FeSY3TnkSjnZ5FqCbP1kjk1Zj1m6Jd4C * src/third_party/kotlinc/current: 9KgLQsrBWX4kePu9T7eDB1JknSYIPKmmumTEE70lyHYC..dsxRhKDTq0fkLEZLBAcBOaGkoSlvPe_gpTl3o680x7MC * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/afedaf9da5..d8ef6563e0 * src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/09b99fd8ab..7993b2fda2 * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/bac941ca44..eb6567388e * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/dcc1ffafb5..6db1ccfa71 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/253d6365e3..428f3104fa * src/third_party/openh264/src: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/09a4f3ec84..478e5ab3ec * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/f9098afffa..26643fc4e9 * src/third_party/r8: M8rc1oybTkWXWpoImSQ8gAwv6mdEyvAPnQNs6Dus_28C..PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC * src/third_party/re2/src: https://chromium.googlesource.com/external/github.com/google/re2.git/+log/6144b62bec..6dcd83d60f * src/third_party/turbine: xWEBZuFKl1Dvw_zOpabeMkGVYlEllIxK06D-RoC6wUsC..HLBr7iWMO2VeD_WbrAA1eq33jZZCVxvA3noE3LNzSlQC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8fe86b922..1487e03fbb * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 * src/tools/luci-go: git_revision:6fb4d5d26773ebddeac2c57506324493e4220007..git_revision:be41b8d978e22d396ecb4aa9f50ddc3f25977359 Added dependencies * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi * src/third_party/android_deps/cipd/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/cipd/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/cipd/libs/com_android_support_support_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/cipd/libs/org_robolectric_junit * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime * src/third_party/android_deps/cipd/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/cipd/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/cipd/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/cipd/libs/com_android_support_viewpager * src/third_party/android_deps/cipd/libs/org_robolectric_sandbox * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/cipd/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_common * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/cipd/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/cipd/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/cipd/libs/com_google_android_play_core_common * src/third_party/android_deps/cipd/libs/com_android_support_cursoradapter * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/cipd/libs/com_android_support_customview * src/third_party/android_deps/cipd/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/cipd/libs/io_grpc_grpc_stub * src/third_party/android_deps/cipd/libs/org_mockito_mockito_core * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_components * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/cipd/libs/io_perfmark_perfmark_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/cipd/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/cipd/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/cipd/libs/io_grpc_grpc_binder * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_qual * src/third_party/android_deps/cipd/libs/javax_inject_javax_inject * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_identity_credentials * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm * src/third_party/android_deps/cipd/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/cipd/libs/org_robolectric_shadows_framework * src/third_party/android_deps/cipd/libs/org_robolectric_utils * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_util * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/cipd/libs/org_robolectric_robolectric * src/third_party/android_deps/cipd/libs/org_mockito_mockito_android * src/third_party/android_deps/cipd/libs/org_robolectric_pluginapi * src/third_party/android_deps/cipd/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/cipd/libs/com_android_support_support_core_utils * src/third_party/android_deps/cipd/libs/org_checkerframework_checker_util * src/third_party/android_deps/cipd/libs/com_android_support_support_core_ui * src/third_party/android_deps/cipd/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/cipd/libs/org_objenesis_objenesis * src/third_party/android_deps/cipd/libs/com_android_support_print * src/third_party/android_deps/cipd/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/cipd/libs/org_robolectric_annotations * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/cipd/libs/android_arch_core_runtime * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/cipd/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/cipd/libs/com_google_android_annotations * src/third_party/android_deps/cipd/libs/com_squareup_javapoet * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/cipd/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/cipd/libs/org_hamcrest_hamcrest * src/third_party/android_deps/cipd/libs/com_android_support_drawerlayout * src/third_party/android_deps/cipd/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/cipd/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/cipd/libs/com_android_support_interpolator * src/third_party/android_deps/cipd/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/cipd/libs/com_google_code_gson_gson * src/third_party/android_deps/cipd/libs/android_arch_core_common * src/third_party/android_deps/cipd/libs/com_google_guava_guava * src/third_party/android_deps/cipd/libs/com_android_support_versionedparcelable * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/cipd/libs/org_robolectric_resources * src/third_party/android_deps/cipd/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/cipd/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/cipd/libs/io_grpc_grpc_context * src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/cipd/libs/io_grpc_grpc_api * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/cipd/libs/com_squareup_javawriter * src/third_party/android_deps/cipd/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/cipd/libs/com_android_support_support_compat * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/cipd/libs/org_robolectric_utils_reflector * src/third_party/android_deps/cipd/libs/com_google_auto_auto_common * src/third_party/android_deps/cipd/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/cipd/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/cipd/libs/com_android_support_documentfile * src/third_party/android_deps/cipd/libs/io_grpc_grpc_core * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/cipd/libs/org_jsoup_jsoup * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_common * src/third_party/android_deps/cipd/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/cipd/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/cipd/libs/com_google_android_material_material * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/cipd/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/cipd/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/cipd/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/cipd/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/cipd/libs/com_google_guava_guava_android * src/third_party/android_deps/cipd/libs/com_android_support_collections * src/third_party/android_deps/cipd/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/cipd/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/cipd/libs/com_google_guava_failureaccess * src/third_party/android_deps/cipd/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/cipd/libs/com_android_tools_common * src/third_party/android_deps/cipd/libs/org_robolectric_shadowapi * src/third_party/android_deps/cipd/libs/com_google_auto_service_auto_service * src/third_party/android_deps/cipd/libs/javax_annotation_jsr250_api * src/third_party/android_deps/cipd/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/cipd/libs/com_android_support_loader * src/third_party/android_deps/cipd/libs/org_pcollections_pcollections Removed dependencies * src/third_party/android_deps/libs/android_arch_core_common * src/third_party/android_deps/libs/android_arch_core_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_common * src/third_party/android_deps/libs/android_arch_lifecycle_livedata * src/third_party/android_deps/libs/android_arch_lifecycle_livedata_core * src/third_party/android_deps/libs/android_arch_lifecycle_runtime * src/third_party/android_deps/libs/android_arch_lifecycle_viewmodel * src/third_party/android_deps/libs/com_android_support_asynclayoutinflater * src/third_party/android_deps/libs/com_android_support_collections * src/third_party/android_deps/libs/com_android_support_coordinatorlayout * src/third_party/android_deps/libs/com_android_support_cursoradapter * src/third_party/android_deps/libs/com_android_support_customview * src/third_party/android_deps/libs/com_android_support_documentfile * src/third_party/android_deps/libs/com_android_support_drawerlayout * src/third_party/android_deps/libs/com_android_support_interpolator * src/third_party/android_deps/libs/com_android_support_loader * src/third_party/android_deps/libs/com_android_support_localbroadcastmanager * src/third_party/android_deps/libs/com_android_support_print * src/third_party/android_deps/libs/com_android_support_slidingpanelayout * src/third_party/android_deps/libs/com_android_support_support_annotations * src/third_party/android_deps/libs/com_android_support_support_compat * src/third_party/android_deps/libs/com_android_support_support_core_ui * src/third_party/android_deps/libs/com_android_support_support_core_utils * src/third_party/android_deps/libs/com_android_support_swiperefreshlayout * src/third_party/android_deps/libs/com_android_support_versionedparcelable * src/third_party/android_deps/libs/com_android_support_viewpager * src/third_party/android_deps/libs/com_android_tools_common * src/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api * src/third_party/android_deps/libs/com_android_tools_sdk_common * src/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine * src/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms * src/third_party/android_deps/libs/com_google_android_annotations * src/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework * src/third_party/android_deps/libs/com_google_android_datatransport_transport_api * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_base * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast * src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework * src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut * src/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging * src/third_party/android_deps/libs/com_google_android_gms_play_services_flags * src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm * src/third_party/android_deps/libs/com_google_android_gms_play_services_iid * src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps * src/third_party/android_deps/libs/com_google_android_gms_play_services_location * src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype * src/third_party/android_deps/libs/com_google_android_gms_play_services_stats * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision * src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common * src/third_party/android_deps/libs/com_google_android_material_material * src/third_party/android_deps/libs/com_google_android_play_core_common * src/third_party/android_deps/libs/com_google_android_play_feature_delivery * src/third_party/android_deps/libs/com_google_auto_auto_common * src/third_party/android_deps/libs/com_google_auto_service_auto_service * src/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations * src/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_code_gson_gson * src/third_party/android_deps/libs/com_google_dagger_dagger * src/third_party/android_deps/libs/com_google_dagger_dagger_compiler * src/third_party/android_deps/libs/com_google_dagger_dagger_producers * src/third_party/android_deps/libs/com_google_dagger_dagger_spi * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api * src/third_party/android_deps/libs/com_google_errorprone_error_prone_core * src/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations * src/third_party/android_deps/libs/com_google_errorprone_javac * src/third_party/android_deps/libs/com_google_errorprone_javac_shaded * src/third_party/android_deps/libs/com_google_firebase_firebase_annotations * src/third_party/android_deps/libs/com_google_firebase_firebase_common * src/third_party/android_deps/libs/com_google_firebase_firebase_components * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders * src/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json * src/third_party/android_deps/libs/com_google_firebase_firebase_iid * src/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_installations * src/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop * src/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector * src/third_party/android_deps/libs/com_google_firebase_firebase_messaging * src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format * src/third_party/android_deps/libs/com_google_guava_failureaccess * src/third_party/android_deps/libs/com_google_guava_guava * src/third_party/android_deps/libs/com_google_guava_guava_android * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_protobuf_protobuf_java * src/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite * src/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils * src/third_party/android_deps/libs/com_squareup_javapoet * src/third_party/android_deps/libs/com_squareup_javawriter * src/third_party/android_deps/libs/com_squareup_moshi_moshi * src/third_party/android_deps/libs/com_squareup_moshi_moshi_adapters * src/third_party/android_deps/libs/com_squareup_okio_okio_jvm * src/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm * src/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils * src/third_party/android_deps/libs/io_grpc_grpc_api * src/third_party/android_deps/libs/io_grpc_grpc_binder * src/third_party/android_deps/libs/io_grpc_grpc_context * src/third_party/android_deps/libs/io_grpc_grpc_core * src/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite * src/third_party/android_deps/libs/io_grpc_grpc_stub * src/third_party/android_deps/libs/io_perfmark_perfmark_api * src/third_party/android_deps/libs/javax_annotation_javax_annotation_api * src/third_party/android_deps/libs/javax_annotation_jsr250_api * src/third_party/android_deps/libs/javax_inject_javax_inject * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy * src/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent * src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap * src/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on * src/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual * src/third_party/android_deps/libs/org_checkerframework_checker_qual * src/third_party/android_deps/libs/org_checkerframework_checker_util * src/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber * src/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit * src/third_party/android_deps/libs/org_hamcrest_hamcrest * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7 * src/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8 * src/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava * src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm * src/third_party/android_deps/libs/org_jsoup_jsoup * src/third_party/android_deps/libs/org_mockito_mockito_android * src/third_party/android_deps/libs/org_mockito_mockito_core * src/third_party/android_deps/libs/org_mockito_mockito_subclass * src/third_party/android_deps/libs/org_objenesis_objenesis * src/third_party/android_deps/libs/org_ow2_asm_asm * src/third_party/android_deps/libs/org_ow2_asm_asm_analysis * src/third_party/android_deps/libs/org_ow2_asm_asm_commons * src/third_party/android_deps/libs/org_ow2_asm_asm_tree * src/third_party/android_deps/libs/org_ow2_asm_asm_util * src/third_party/android_deps/libs/org_pcollections_pcollections * src/third_party/android_deps/libs/org_robolectric_annotations * src/third_party/android_deps/libs/org_robolectric_junit * src/third_party/android_deps/libs/org_robolectric_nativeruntime * src/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat * src/third_party/android_deps/libs/org_robolectric_pluginapi * src/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver * src/third_party/android_deps/libs/org_robolectric_resources * src/third_party/android_deps/libs/org_robolectric_robolectric * src/third_party/android_deps/libs/org_robolectric_sandbox * src/third_party/android_deps/libs/org_robolectric_shadowapi * src/third_party/android_deps/libs/org_robolectric_shadows_framework * src/third_party/android_deps/libs/org_robolectric_shadows_versioning * src/third_party/android_deps/libs/org_robolectric_utils * src/third_party/android_deps/libs/org_robolectric_utils_reflector DEPS diff: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/DEPS Clang version changed llvmorg-19-init-14561-gecea8371:llvmorg-20-init-1009-g7088a5ed Details: https://chromium.googlesource.com/chromium/src/+/ba1ae79f58..6f9b3224db/tools/clang/scripts/update.py BUG=b/351773023 Change-Id: I1ed351ae305262cc34fccc67bcbd748637b803f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358880 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42744}
2024-08-08 07:58:19 +00:00
}