| # 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"', |
| 'chromium_revision': '4fbad1b0a6e4c021b918f5a79b94affc71c50ff1', |
| |
| # 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 clang-tidy into the same bin/ directory as our clang binary. |
| 'checkout_clang_tidy': False, |
| |
| 'chromium_git': 'https://chromium.googlesource.com', |
| |
| # Keep the Chromium default of generating location tags. |
| 'generate_location_tags': True, |
| |
| # ResultDB version |
| 'result_adapter_revision': 'git_revision:5fb3ca203842fd691cab615453f8e5a14302a1d8', |
| |
| # By default, download the fuchsia sdk from the public sdk directory. |
| 'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/core/', |
| 'fuchsia_version': 'version:28.20250723.2.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. |
| '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 |
| 'reclient_version': 're_client_version:0.179.0.28341fc7-gomaip', |
| # siso CIPD package version. |
| 'siso_version': 'git_revision:33e71490533f445467879650036b6af7940455f3', |
| |
| # ninja CIPD package. |
| 'ninja_package': 'infra/3pp/tools/ninja/', |
| |
| # ninja CIPD package version |
| # https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja |
| 'ninja_version': 'version:3@1.12.1.chromium.4', |
| |
| # condition to allowlist deps for non-git-source processing. |
| 'non_git_source': 'True', |
| |
| # This can be overridden, e.g. with custom_vars, to build clang from HEAD |
| # instead of downloading the prebuilt pinned revision. |
| 'llvm_force_head_revision': False, |
| } |
| |
| deps = { |
| 'src/build': |
| 'https://chromium.googlesource.com/chromium/src/build@8fb290429be6fb3fcdbde2af922df764bb3cfc3b', |
| 'src/buildtools': |
| 'https://chromium.googlesource.com/chromium/src/buildtools@32930ef3a1e39597109026d7612e1c57317daf4e', |
| # Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC. |
| 'src/examples/androidtests/third_party/gradle': { |
| 'url': 'https://chromium.googlesource.com/external/github.com/gradle/gradle.git@f2d1fb54a951d8b11d25748e4711bec8d128d7e3', |
| 'condition': 'checkout_android', |
| }, |
| 'src/ios': { |
| 'url': 'https://chromium.googlesource.com/chromium/src/ios@5f5e3fcba99c51a9a0503eb82c5f10c250ed4560', |
| 'condition': 'checkout_ios', |
| }, |
| 'src/testing': |
| 'https://chromium.googlesource.com/chromium/src/testing@14d4081110dbd340dfccbe843178a25e31c05bbd', |
| 'src/third_party': |
| 'https://chromium.googlesource.com/chromium/src/third_party@1ee57fa9fda653c6e5bdb9c9f24d111717bae78f', |
| |
| 'src/buildtools/linux64': { |
| 'packages': [ |
| { |
| 'package': 'gn/gn/linux-${{arch}}', |
| 'version': 'git_revision:4cfb717bbd5ecfcf63af3cb4487da5ea4777ef67', |
| } |
| ], |
| 'dep_type': 'cipd', |
| 'condition': 'checkout_linux', |
| }, |
| 'src/buildtools/mac': { |
| 'packages': [ |
| { |
| 'package': 'gn/gn/mac-${{arch}}', |
| 'version': 'git_revision:4cfb717bbd5ecfcf63af3cb4487da5ea4777ef67', |
| } |
| ], |
| 'dep_type': 'cipd', |
| 'condition': 'checkout_mac', |
| }, |
| 'src/buildtools/win': { |
| 'packages': [ |
| { |
| 'package': 'gn/gn/windows-amd64', |
| 'version': 'git_revision:4cfb717bbd5ecfcf63af3cb4487da5ea4777ef67', |
| } |
| ], |
| '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/llvm-build/Release+Asserts': { |
| 'dep_type': 'gcs', |
| 'bucket': 'chromium-browser-clang', |
| 'condition': 'not llvm_force_head_revision', |
| 'objects': [ |
| { |
| # The Android libclang_rt.builtins libraries are currently only included in the Linux clang package. |
| 'object_name': 'Linux_x64/clang-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': '3c98ad24de10a71de8fedbcb9485e676891bddd0ed2c9d2a884adb2c1a7331d7', |
| 'size_bytes': 54825068, |
| 'generation': 1752145985596342, |
| 'condition': '(host_os == "linux" or checkout_android) and non_git_source', |
| }, |
| { |
| 'object_name': 'Linux_x64/clang-tidy-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': '105bc0e246fb4a0f5e3b2f8843a6f3167348cd0e70bea06fbbdfbc537d5d18f8', |
| 'size_bytes': 13661896, |
| 'generation': 1752145985913124, |
| 'condition': 'host_os == "linux" and checkout_clang_tidy and non_git_source', |
| }, |
| { |
| 'object_name': 'Linux_x64/clangd-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': '67012005e55161594fee12cb319e9d9b02d5913398e77dc75b84c9652388c896', |
| 'size_bytes': 13879792, |
| 'generation': 1752145986092003, |
| 'condition': 'host_os == "linux" and checkout_clangd and non_git_source', |
| }, |
| { |
| 'object_name': 'Linux_x64/llvm-code-coverage-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': '45ca07ede1286a65d8079a7a2a8a4820376fa119993b589a2a145dbc7c0be108', |
| 'size_bytes': 2313916, |
| 'generation': 1752145986583128, |
| 'condition': 'host_os == "linux" and checkout_clang_coverage_tools and non_git_source', |
| }, |
| { |
| 'object_name': 'Linux_x64/llvmobjdump-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': 'ad0f0e732bbf3a98f9439166211fbc5963e2b28d9f1b18aae032732e46f1508d', |
| 'size_bytes': 5678112, |
| 'generation': 1752145986537219, |
| 'condition': '((checkout_linux or checkout_mac or checkout_android) and host_os == "linux") and non_git_source', |
| }, |
| { |
| 'object_name': 'Mac/clang-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': '2d8f77b22ec41fddee69295552f5701e984d1f6ff4137c6df80732d9000993f2', |
| 'size_bytes': 52436332, |
| 'generation': 1752145988392806, |
| 'condition': 'host_os == "mac" and host_cpu == "x64"', |
| }, |
| { |
| 'object_name': 'Mac/clang-mac-runtime-library-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': '1e42e2f82ba212e0fe85ca966563b575d56a024783a4f565530915a07201e915', |
| 'size_bytes': 996428, |
| 'generation': 1752146008780584, |
| 'condition': 'checkout_mac and not host_os == "mac"', |
| }, |
| { |
| 'object_name': 'Mac/clang-tidy-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': 'e8b1b1ebeecf943ae0aaa77e1f8b7f8346262944af6e986d25573710920b15d5', |
| 'size_bytes': 13740128, |
| 'generation': 1752145988728636, |
| 'condition': 'host_os == "mac" and host_cpu == "x64" and checkout_clang_tidy', |
| }, |
| { |
| 'object_name': 'Mac/clangd-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': 'd64c710fb90c6db7b4fc8e637a65367a6c298bdc3e31a06dd359f75958d8214f', |
| 'size_bytes': 15151012, |
| 'generation': 1752145988938363, |
| 'condition': 'host_os == "mac" and host_cpu == "x64" and checkout_clangd', |
| }, |
| { |
| 'object_name': 'Mac/llvm-code-coverage-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': 'c8fd6f5bde2d3f4d5e317624754837d78a18dd1c693a75c952c6fbba4f260fe5', |
| 'size_bytes': 2282292, |
| 'generation': 1752145989568677, |
| 'condition': 'host_os == "mac" and host_cpu == "x64" and checkout_clang_coverage_tools', |
| }, |
| { |
| 'object_name': 'Mac/llvmobjdump-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': 'fff3642ab8fbfffa4f5e8feda7b7f8ab7838099b2d0d1f5ce323a1d8aebf05ca', |
| 'size_bytes': 5490072, |
| 'generation': 1752145989091474, |
| 'condition': 'host_os == "mac" and host_cpu == "x64"', |
| }, |
| { |
| 'object_name': 'Mac_arm64/clang-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': '68460f5290547d101c4c9c2e4ea74b783159e553e90dad5b422f03f58d16d05c', |
| 'size_bytes': 44344416, |
| 'generation': 1752146010574027, |
| 'condition': 'host_os == "mac" and host_cpu == "arm64"', |
| }, |
| { |
| 'object_name': 'Mac_arm64/clang-tidy-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': 'ecca250ba2245bbbb9a643cf298cc573f42e47490b06d15d3df84bb83e151af1', |
| 'size_bytes': 11873856, |
| 'generation': 1752146010875446, |
| 'condition': 'host_os == "mac" and host_cpu == "arm64" and checkout_clang_tidy', |
| }, |
| { |
| 'object_name': 'Mac_arm64/clangd-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': '67f961074a8ad9df577b6dc1dc1de8527e0ba514f1d9f71480f7ebc6c3cc9281', |
| 'size_bytes': 12133348, |
| 'generation': 1752146011066509, |
| 'condition': 'host_os == "mac" and host_cpu == "arm64" and checkout_clangd', |
| }, |
| { |
| 'object_name': 'Mac_arm64/llvm-code-coverage-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': '16d4aba308a7f74dd16326f0d5d9be8391424664fee4fd4d756dc2abd0e54066', |
| 'size_bytes': 1989020, |
| 'generation': 1752146011858185, |
| 'condition': 'host_os == "mac" and host_cpu == "arm64" and checkout_clang_coverage_tools', |
| }, |
| { |
| 'object_name': 'Mac_arm64/llvmobjdump-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': 'a8fddab5bd008eeac135e832fe327d15459bc7b1d2ca87a12fa4a9ba3c4be009', |
| 'size_bytes': 5317004, |
| 'generation': 1752146011233744, |
| 'condition': 'host_os == "mac" and host_cpu == "arm64"', |
| }, |
| { |
| 'object_name': 'Win/clang-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': '1021cc3231615a3556f691820014eb40dc93b4eb714bf4037dced002a454b763', |
| 'size_bytes': 47391392, |
| 'generation': 1752146036687604, |
| 'condition': 'host_os == "win"', |
| }, |
| { |
| 'object_name': 'Win/clang-tidy-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': 'f4e64b58f73ce41007646c70b437fa540c5eb9513478aa329a334f22efd5c1e8', |
| 'size_bytes': 13484108, |
| 'generation': 1752146036657887, |
| 'condition': 'host_os == "win" and checkout_clang_tidy', |
| }, |
| { |
| 'object_name': 'Win/clang-win-runtime-library-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': '296019d05e69b95534e85e23f203cb606398124686b33839ffddb43b09000913', |
| 'size_bytes': 2503600, |
| 'generation': 1752146058762703, |
| 'condition': 'checkout_win and not host_os == "win"', |
| }, |
| { |
| 'object_name': 'Win/clangd-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': '9761d932731e92673d65def879cdc1c14b8083a4d8a5d8da81a0bf3adf982192', |
| 'size_bytes': 13905628, |
| 'generation': 1752146036811142, |
| 'condition': 'host_os == "win" and checkout_clangd', |
| }, |
| { |
| 'object_name': 'Win/llvm-code-coverage-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': '8e193cee359ca9ed8fa2a6502e15f6153fa31ac2c2b787876e42ac1dcd24d22e', |
| 'size_bytes': 2382660, |
| 'generation': 1752146037275180, |
| 'condition': 'host_os == "win" and checkout_clang_coverage_tools', |
| }, |
| { |
| 'object_name': 'Win/llvmobjdump-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': 'a723426c200b3155b89b7f86146fb112e8f25b1c91c193d34f6a33d5aa55478a', |
| 'size_bytes': 5653036, |
| 'generation': 1752146036966159, |
| 'condition': '(checkout_linux or checkout_mac or checkout_android) and host_os == "win"', |
| }, |
| ] |
| }, |
| |
| # Update prebuilt Rust toolchain. |
| 'src/third_party/rust-toolchain': { |
| 'dep_type': 'gcs', |
| 'bucket': 'chromium-browser-clang', |
| 'objects': [ |
| { |
| 'object_name': 'Linux_x64/rust-toolchain-22be76b7e259f27bf3e55eb931f354cd8b69d55f-3-llvmorg-21-init-16348-gbd809ffb.tar.xz', |
| 'sha256sum': '5f8e9ad847e5bf586e0de1bb563c9a49e05ad36edfad5037900d7510004fc577', |
| 'size_bytes': 138573136, |
| 'generation': 1750840933611077, |
| 'condition': 'host_os == "linux" and non_git_source', |
| }, |
| { |
| 'object_name': 'Mac/rust-toolchain-22be76b7e259f27bf3e55eb931f354cd8b69d55f-3-llvmorg-21-init-16348-gbd809ffb.tar.xz', |
| 'sha256sum': '357db812ca0a518ef0fc4394ddc859d68f23384931294412b7424bb3aabb3c09', |
| 'size_bytes': 132392604, |
| 'generation': 1750840935469331, |
| 'condition': 'host_os == "mac" and host_cpu == "x64"', |
| }, |
| { |
| 'object_name': 'Mac_arm64/rust-toolchain-22be76b7e259f27bf3e55eb931f354cd8b69d55f-3-llvmorg-21-init-16348-gbd809ffb.tar.xz', |
| 'sha256sum': 'd3cb60c6388e86d3d1a0c46c539f1ea0ed1ff48cf907dc21b2cb5ff441b23c03', |
| 'size_bytes': 120354192, |
| 'generation': 1750840937280735, |
| 'condition': 'host_os == "mac" and host_cpu == "arm64"', |
| }, |
| { |
| 'object_name': 'Win/rust-toolchain-22be76b7e259f27bf3e55eb931f354cd8b69d55f-3-llvmorg-21-init-16348-gbd809ffb.tar.xz', |
| 'sha256sum': '7e804f3a8bef4c8ca32d3368ca7564e5c12b684899453d9a522bdd05b1f1df7b', |
| 'size_bytes': 195000356, |
| 'generation': 1750840939064273, |
| 'condition': 'host_os == "win"', |
| }, |
| ], |
| }, |
| |
| 'src/third_party/clang-format/script': |
| 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@37f6e68a107df43b7d7e044fd36a13cbae3413f2', |
| 'src/third_party/compiler-rt/src': |
| 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt.git@f6df13f71224eb80e35d67e67cfbfa4fb00831b9', |
| 'src/third_party/libc++/src': |
| 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@be9dd89ffbfdf2b6cf6b9c5ec076d6adbc5d25a6', |
| 'src/third_party/libc++abi/src': |
| 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@00a175050b73903b2f00e460dd2c9751c4a0fd88', |
| 'src/third_party/llvm-libc/src': |
| 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@dd12cc11284e7845727f333a4a0c5274c161c541', |
| 'src/third_party/libunwind/src': |
| 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@84c5262b57147e9934c0a8f2302d989b44ec7093', |
| |
| 'src/third_party/test_fonts/test_fonts': { |
| 'dep_type': 'gcs', |
| 'condition': 'non_git_source', |
| 'bucket': 'chromium-fonts', |
| 'objects': [ |
| { |
| 'object_name': 'a28b222b79851716f8358d2800157d9ffe117b3545031ae51f69b7e1e1b9a969', |
| 'sha256sum': 'a28b222b79851716f8358d2800157d9ffe117b3545031ae51f69b7e1e1b9a969', |
| 'size_bytes': 33233004, |
| 'generation': 1746454415712520, |
| }, |
| ], |
| }, |
| |
| 'src/third_party/ninja': { |
| 'packages': [ |
| { |
| 'package': Var('ninja_package') + '${{platform}}', |
| 'version': Var('ninja_version'), |
| } |
| ], |
| 'condition': 'non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/siso/cipd': { |
| 'packages': [ |
| { |
| 'package': 'infra/build/siso/${{platform}}', |
| 'version': Var('siso_version'), |
| } |
| ], |
| 'condition': 'non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_system_sdk/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_system_sdk/public', |
| 'version': 'Pfb3HDUW_uRir_VVTCYkGhf6bnPPF55NUJO2WXOxIe0C', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/tools/resultdb': { |
| 'packages': [ |
| { |
| 'package': 'infra/tools/result_adapter/${{platform}}', |
| 'version': Var('result_adapter_revision'), |
| }, |
| ], |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_build_tools/aapt2/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_build_tools/aapt2', |
| 'version': '2Tff49a5dYTM5YvxxqyOsTQ9k8nOqM4ayydbCuKoxIwC', |
| }, |
| ], |
| 'condition': 'checkout_android', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_build_tools/bundletool/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_build_tools/bundletool', |
| 'version': 'zV93G9_1s5h6x7c2qdcibr0uuQ_5Q2QgcxhkUs9-tOsC', |
| }, |
| ], |
| 'condition': 'checkout_android', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_build_tools/dagger_compiler/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_build_tools/dagger_compiler', |
| 'version': 'AC0DoTEXQf40KFt7hyCNSEJPrT9Rprw9zsZxNKdw7BQC', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_build_tools/error_prone/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_build_tools/error_prone', |
| 'version': 'V1UaojOb1ghWxbzvm7e3KAo4E5L41McXcK_4S37dQWAC', |
| }, |
| ], |
| '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', |
| }, |
| |
| 'src/third_party/android_build_tools/lint/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_build_tools/lint', |
| 'version': 'aS4jV08o7OzcMeyyL2RcyXM0e8V2feomEKdqh8nowjwC', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/aosp_dalvik/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/aosp_dalvik/linux-amd64', |
| 'version': 'version:2@13.0.0_r24.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/boringssl/src': |
| 'https://boringssl.googlesource.com/boringssl.git@de186e49bf6492e982fd2b910c75880209528dcd', |
| 'src/third_party/breakpad/breakpad': |
| 'https://chromium.googlesource.com/breakpad/breakpad.git@ff252ff6faf5e3a52dc4955aab0d84831697dc94', |
| 'src/third_party/catapult': |
| 'https://chromium.googlesource.com/catapult.git@1addc95539476f179b854ae82c1ae6aa7bdffcbc', |
| 'src/third_party/ced/src': { |
| 'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5', |
| }, |
| 'src/third_party/colorama/src': |
| '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', |
| }, |
| 'src/third_party/crc32c/src': |
| 'https://chromium.googlesource.com/external/github.com/google/crc32c.git@d3d60ac6e0f16780bcfcc825385e1d338801a558', |
| 'src/third_party/depot_tools': |
| 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@56f1f96c4b83ccd730616eabd24707e82dcc685c', |
| 'src/third_party/ffmpeg': |
| 'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@d2d06b12c22d27af58114e779270521074ff1f85', |
| 'src/third_party/flatbuffers/src': |
| 'https://chromium.googlesource.com/external/github.com/google/flatbuffers.git@8db59321d9f02cdffa30126654059c7d02f70c32', |
| 'src/third_party/grpc/src': { |
| 'url': 'https://chromium.googlesource.com/external/github.com/grpc/grpc.git@fb5d207970974ee7769adc669da39885b6801463', |
| }, |
| # Used for embedded builds. CrOS & Linux use the system version. |
| 'src/third_party/fontconfig/src': { |
| 'url': 'https://chromium.googlesource.com/external/fontconfig.git@8f169b6a9c6be7e8f1fa3480d93b33befa6bee3f', |
| 'condition': 'checkout_linux', |
| }, |
| 'src/third_party/freetype/src': |
| 'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@b04db3872cfac5ee4fd4f895933cebce3576fbf0', |
| 'src/third_party/harfbuzz-ng/src': |
| 'https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@9f83bbbe64654b45ba5bb06927ff36c2e7588495', |
| 'src/third_party/google_benchmark/src': { |
| 'url': 'https://chromium.googlesource.com/external/github.com/google/benchmark.git@761305ec3b33abf30e08d50eb829e19a802581cc', |
| }, |
| # WebRTC-only dependency (not present in Chromium). |
| 'src/third_party/gtest-parallel': |
| 'https://chromium.googlesource.com/external/github.com/google/gtest-parallel@cd488bdedc1d2cffb98201a17afc1b298b0b90f1', |
| 'src/third_party/google-truth/src': { |
| 'url': 'https://chromium.googlesource.com/external/github.com/google/truth.git@33387149b465f82712a817e6744847fe136949b3', |
| 'condition': 'checkout_android', |
| }, |
| 'src/third_party/googletest/src': |
| 'https://chromium.googlesource.com/external/github.com/google/googletest.git@32f9f4c82afa4249af66b55278df15c16b3031ea', |
| 'src/third_party/icu': { |
| 'url': 'https://chromium.googlesource.com/chromium/deps/icu.git@1b2e3e8a421efae36141a7b932b41e315b089af8', |
| }, |
| 'src/third_party/jdk/current': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/jdk/linux-amd64', |
| 'version': '2iiuF-nKDH3moTImx2op4WTRetbfhzKoZhH7Xo44zGsC', |
| }, |
| ], |
| # Needed on Linux for use on chromium_presubmit (for checkstyle). |
| 'condition': '(checkout_android or checkout_linux) and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| # 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', |
| }, |
| 'src/third_party/jsoncpp/source': |
| 'https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp.git@42e892d96e47b1f6e29844cc705e148ec4856448', # from svn 248 |
| 'src/third_party/junit/src': { |
| 'url': 'https://chromium.googlesource.com/external/junit.git@0eb5ce72848d730da5bd6d42902fdd6a8a42055d', |
| 'condition': 'checkout_android', |
| }, |
| 'src/third_party/kotlin_stdlib/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/kotlin_stdlib', |
| 'version': 'rlfnMpmMgJz4PBEC0U8LQdkJnTf3xiIDtlmxhwE7c7wC', |
| }, |
| ], |
| 'condition': 'checkout_android', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/kotlinc/current': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/kotlinc', |
| 'version': 'u3oMwzMaDCQaUwKtkjUGeIgF9i-4yI5BfNFbfr5L4zEC', |
| }, |
| ], |
| '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@bea408a6e01f0f7e6c82a43121fe3af4506c932e', |
| 'src/third_party/fuzztest/src': |
| 'https://chromium.googlesource.com/external/github.com/google/fuzztest.git@7bab06ff5fbbf8b8cce05a8661369dc2e11cde66', |
| 'src/third_party/libjpeg_turbo': |
| 'https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@e14cbfaa85529d47f9f55b0f104a579c1061f9ad', |
| 'src/third_party/libsrtp': |
| 'https://chromium.googlesource.com/chromium/deps/libsrtp.git@a52756acb1c5e133089c798736dd171567df11f5', |
| 'src/third_party/dav1d/libdav1d': |
| 'https://chromium.googlesource.com/external/github.com/videolan/dav1d.git@716164239ad6e6b11c5dcdaa3fb540309d499833', |
| 'src/third_party/libaom/source/libaom': |
| 'https://aomedia.googlesource.com/aom.git@f6055d0dc007d24e39e8d6a4a268216d67608b56', |
| 'src/third_party/libunwindstack': { |
| 'url': 'https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git@68973d9d4690b905cab27a553a0892868b697e4a', |
| 'condition': 'checkout_android', |
| }, |
| 'src/third_party/perfetto': |
| Var('chromium_git') + '/external/github.com/google/perfetto.git' + '@' + '967c577748320170af142088787e64c36790d7b3', |
| 'src/third_party/protobuf-javascript/src': |
| Var('chromium_git') + '/external/github.com/protocolbuffers/protobuf-javascript' + '@' + '28bf5df73ef2f345a936d9cc95d64ba8ed426a53', |
| 'src/third_party/libvpx/source/libvpx': |
| 'https://chromium.googlesource.com/webm/libvpx.git@19c4082dc140d7f856aad8645d1835b65f58cf56', |
| 'src/third_party/libyuv': |
| 'https://chromium.googlesource.com/libyuv/libyuv.git@dd9ced1c6d7ae7956b1b667b6289c143c2070255', |
| 'src/third_party/lss': { |
| 'url': 'https://chromium.googlesource.com/linux-syscall-support.git@ed31caa60f20a4f6569883b2d752ef7522de51e0', |
| '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': { |
| 'url': Var('chromium_git') + '/chromium/third_party/instrumented_libraries.git' + '@' + '69015643b3f68dbd438c010439c59adc52cac808', |
| 'condition': 'checkout_instrumented_libraries', |
| }, |
| |
| # Used by boringssl. |
| 'src/third_party/nasm': { |
| 'url': 'https://chromium.googlesource.com/chromium/deps/nasm.git@e2c93c34982b286b27ce8b56dd7159e0b90869a2' |
| }, |
| |
| 'src/third_party/openh264/src': |
| 'https://chromium.googlesource.com/external/github.com/cisco/openh264@652bdb7719f30b52b08e506645a7322ff1b2cc6f', |
| |
| 'src/third_party/re2/src': |
| 'https://chromium.googlesource.com/external/github.com/google/re2.git@6e8f5be3a392c00892c1fae1e90495fb9d2cbf30', |
| |
| 'src/third_party/r8/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/r8', |
| 'version': 'JPUb5oFXJVCZnmHps_x4jsuJNZzT4zTUYPDo0AsI1K0C', |
| }, |
| ], |
| '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', |
| 'version': 'JPUb5oFXJVCZnmHps_x4jsuJNZzT4zTUYPDo0AsI1K0C', |
| }, |
| ], |
| 'condition': 'checkout_android', |
| 'dep_type': 'cipd', |
| }, |
| 'src/third_party/requests/src': { |
| 'url': 'https://chromium.googlesource.com/external/github.com/kennethreitz/requests.git@c7e0fc087ceeadb8b4c84a0953a422c474093d6d', |
| 'condition': 'checkout_android', |
| }, |
| 'src/tools': |
| 'https://chromium.googlesource.com/chromium/src/tools@414d24b13dd1b5408153d34dcbb9b4ca49e0218f', |
| |
| 'src/third_party/espresso': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/espresso', |
| 'version': '5LoBT0j383h_4dXbnap7gnNQMtMjpbMJD1JaGIYNj-IC', |
| }, |
| ], |
| 'condition': 'checkout_android', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/hamcrest/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/hamcrest', |
| 'version': 'dBioOAmFJjqAr_DY7dipbXdVfAxUQwjOBNibMPtX8lQC', |
| }, |
| ], |
| 'condition': 'checkout_android', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_toolchain/ndk': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_toolchain/android_toolchain', |
| 'version': 'KXOia11cm9lVdUdPlbGLu8sCz6Y4ey_HV2s8_8qeqhgC', |
| }, |
| ], |
| 'condition': 'checkout_android', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/androidx/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/androidx', |
| 'version': 'UPyLmnqJkgmHETBXsRdK2m9L0MAGQhmURy78aaXxUdAC', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_build_tools/manifest_merger/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_build_tools/manifest_merger', |
| 'version': 'XY78mpSqG9c2zsRPfLI2m16ihBltxa3R27qOXhV9WMIC', |
| }, |
| ], |
| 'condition': 'checkout_android', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_sdk/public': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_sdk/public/build-tools/36.0.0', |
| 'version': 'y3EsZLg4bxPmpW0oYsAHylywNyMnIwPS3kh1VbQLAFAC', |
| }, |
| { |
| 'package': 'chromium/third_party/android_sdk/public/emulator', |
| 'version': '9lGp8nTUCRRWGMnI_96HcKfzjnxEJKUcfvfwmA3wXNkC', |
| }, |
| { |
| 'package': 'chromium/third_party/android_sdk/public/platform-tools', |
| 'version': 'qTD9QdBlBf3dyHsN1lJ0RH6AhHxR42Hmg2Ih-Vj4zIEC' |
| }, |
| { |
| 'package': 'chromium/third_party/android_sdk/public/platforms/android-36', |
| 'version': '_YHemUrK49JrE7Mctdf5DDNOHu1VKBx_PTcWnZ-cbOAC', |
| }, |
| { |
| 'package': 'chromium/third_party/android_sdk/public/cmdline-tools', |
| 'version': 'gekOVsZjseS1w9BXAT3FsoW__ByGDJYS9DgqesiwKYoC', |
| }, |
| ], |
| 'condition': 'checkout_android', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/icu4j/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/icu4j', |
| 'version': '8dV7WRVX0tTaNNqkLEnCA_dMofr2MJXFK400E7gOFygC', |
| }, |
| ], |
| 'condition': 'checkout_android', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/robolectric/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/robolectric', |
| 'version': 'G3VkWqTv1YWDvC6zCrL34iQREzrzdBmSL4GMboAIiAEC', |
| }, |
| ], |
| 'condition': 'checkout_android', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/sqlite4java/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/sqlite4java', |
| 'version': 'LofjKH9dgXIAJhRYCPQlMFywSwxYimrfDeBmaHc-Z5EC', |
| }, |
| ], |
| 'condition': 'checkout_android', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/turbine/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/turbine', |
| 'version': 'TkTaFqF4Bs-JmFtxFV_Nfh4u5jh_401ZQsLhC7vIEqQC', |
| }, |
| ], |
| 'condition': 'checkout_android', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/zstd/src': { |
| 'url': Var('chromium_git') + '/external/github.com/facebook/zstd.git' + '@' + 'f9938c217da17ec3e9dcd2a2d99c5cf39536aeb9', |
| 'condition': 'checkout_android', |
| }, |
| |
| 'src/tools/luci-go': { |
| 'packages': [ |
| { |
| 'package': 'infra/tools/luci/cas/${{platform}}', |
| 'version': 'git_revision:efbba64186435ac28ad419751e67e377c7459c38', |
| }, |
| { |
| 'package': 'infra/tools/luci/isolate/${{platform}}', |
| 'version': 'git_revision:efbba64186435ac28ad419751e67e377c7459c38', |
| }, |
| { |
| 'package': 'infra/tools/luci/swarming/${{platform}}', |
| 'version': 'git_revision:efbba64186435ac28ad419751e67e377c7459c38', |
| } |
| ], |
| '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', |
| }, |
| |
| 'src/third_party/android_deps/autorolled/cipd': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/autorolled', |
| 'version': 'vlG4G37DLs353rVRwLE7CniAGEKiPqu0_EAeblkBZ4gC', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| # Everything coming after this is automatically updated by the auto-roller. |
| # === ANDROID_DEPS Generated Code Start === |
| # Generated by //third_party/android_deps/fetch_all.py |
| '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', |
| 'version': 'version:2@28.0.0.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/com_android_tools_common': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/com_android_tools_common', |
| 'version': 'version:2@30.2.0-beta01.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/com_android_tools_layoutlib_layoutlib_api': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api', |
| 'version': 'version:2@30.2.0-beta01.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/com_android_tools_sdk_common': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/com_android_tools_sdk_common', |
| 'version': 'version:2@30.2.0-beta01.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework', |
| 'version': 'version:2@4.0.0.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/com_google_ar_impress': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/com_google_ar_impress', |
| 'version': 'version:2@0.0.3.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| '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', |
| 'version': 'version:2@1.3.0.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/com_squareup_javapoet': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/com_squareup_javapoet', |
| 'version': 'version:2@1.13.0.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/net_bytebuddy_byte_buddy', |
| 'version': 'version:2@1.14.12.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/net_bytebuddy_byte_buddy_agent': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent', |
| 'version': 'version:2@1.14.12.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/org_ccil_cowan_tagsoup_tagsoup': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup', |
| 'version': 'version:2@1.2.1.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/org_checkerframework_checker_compat_qual': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/org_checkerframework_checker_compat_qual', |
| 'version': 'version:2@2.5.5.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_android_extensions_runtime', |
| 'version': 'version:2@1.9.22.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_parcelize_runtime', |
| 'version': 'version:2@1.9.22.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_atomicfu_jvm': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm', |
| 'version': 'version:2@0.23.2.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| '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', |
| 'version': 'version:2@1.8.1.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/org_jsoup_jsoup': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/org_jsoup_jsoup', |
| 'version': 'version:2@1.15.1.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/org_mockito_mockito_android': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/org_mockito_mockito_android', |
| 'version': 'version:2@5.11.0.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/org_mockito_mockito_core': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/org_mockito_mockito_core', |
| 'version': 'version:2@5.11.0.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/org_mockito_mockito_subclass': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/org_mockito_mockito_subclass', |
| 'version': 'version:2@5.11.0.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'src/third_party/android_deps/cipd/libs/org_objenesis_objenesis': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_deps/libs/org_objenesis_objenesis', |
| 'version': 'version:2@3.3.cr1', |
| }, |
| ], |
| 'condition': 'checkout_android and non_git_source', |
| 'dep_type': 'cipd', |
| }, |
| |
| # === 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}', |
| ], |
| }, |
| { |
| # Update LASTCHANGE. |
| 'name': 'lastchange', |
| 'pattern': '.', |
| 'action': ['python3', 'src/build/util/lastchange.py', |
| '-o', 'src/build/util/LASTCHANGE'], |
| }, |
| # 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', |
| ], |
| }, |
| # Pull rc binaries using checked-in hashes. |
| { |
| 'name': 'rc_win', |
| 'pattern': '.', |
| 'condition': 'checkout_win and host_os == "win"', |
| 'action': [ 'python3', |
| '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', |
| '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', |
| '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'], |
| }, |
| { |
| 'name': 'Generate component metadata for tests', |
| 'pattern': '.', |
| 'action': [ |
| 'vpython3', |
| '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', |
| ], |
| }, |
| # Configure Siso for developer builds. |
| { |
| 'name': 'configure_siso', |
| 'pattern': '.', |
| 'action': ['python3', |
| 'src/build/config/siso/configure_siso.py', |
| '--rbe_instance', |
| Var('rbe_instance'), |
| ], |
| }, |
| { |
| # 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", |
| |
| # 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/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/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", |
| |
| # Abseil flags are allowed in tests and tools. |
| "+absl/flags", |
| |
| # 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", |
| ] |
| } |