# This file contains dependencies for WebRTC. gclient_gn_args_file = 'src/build/config/gclient_args.gni' gclient_gn_args = [ 'android_ndk_version', 'generate_location_tags', ] vars = { # Keep the Chromium default for these gn args. 'generate_location_tags': True, 'android_ndk_version': Str('2@30.0.14608247'), # 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': '36ff404216656d0a28613012d6a6920c575e9832', # 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', # 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:32.20260520.4.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.185.0.db415f21-gomaip', # siso CIPD package version. 'siso_version': 'git_revision:c74a9b09521abc61117b58538cdc0336cb37b182', # 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@d296a9fec6186f2c109758c7d3f93cbef936dfc3', 'src/buildtools': 'https://chromium.googlesource.com/chromium/src/buildtools@17495e454aae81b581e8b3caccbb53054509b280', # 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@1aa29ce2e22a730423706c8ffcd1edcbe1661c7f', 'condition': 'checkout_ios', }, 'src/testing': 'https://chromium.googlesource.com/chromium/src/testing@5c19204b6395adfad25f83bbbd56439af9f86f7f', 'src/third_party': 'https://chromium.googlesource.com/chromium/src/third_party@7c92732938de0ef7e28f5da231994723f938f407', 'src/buildtools/third_party/mold/cipd': { 'packages': [ { 'package': 'chromium/buildtools/third_party/mold/mold', 'version': 'UH7MA2VLLbNm1J5MO20dbmdn6u2qASOadfH-0Rq5vxYC', }, ], 'condition': 'host_os == "linux" and non_git_source', 'dep_type': 'cipd', }, 'src/buildtools/linux64': { 'packages': [ { 'package': 'gn/gn/linux-${{arch}}', 'version': 'git_revision:3357c4f51b1a9e676378c695dd9c7e9911c35ee6', } ], 'dep_type': 'cipd', 'condition': 'checkout_linux', }, 'src/buildtools/mac': { 'packages': [ { 'package': 'gn/gn/mac-${{arch}}', 'version': 'git_revision:3357c4f51b1a9e676378c695dd9c7e9911c35ee6', } ], 'dep_type': 'cipd', 'condition': 'checkout_mac', }, 'src/buildtools/win': { 'packages': [ { 'package': 'gn/gn/windows-amd64', 'version': 'git_revision:3357c4f51b1a9e676378c695dd9c7e9911c35ee6', } ], '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-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': 'de584381536aa5ba2403033c4f8b70f3c39c2e5d7fa87c953b7fd8bfbba0ee2a', 'size_bytes': 69635068, 'generation': 1778518470595878, 'condition': '(host_os == "linux" or checkout_android) and non_git_source', }, { 'object_name': 'Linux_x64/clang-tidy-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '958f1354466c77c9be861aa7a6c261e35e03605ed6a0ebf577cacb7300ae73fe', 'size_bytes': 14614028, 'generation': 1778518470994342, 'condition': 'host_os == "linux" and checkout_clang_tidy and non_git_source', }, { 'object_name': 'Linux_x64/clangd-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '9b2fc5ff65260a576ff6e35a152c84235b8b44999dea205b1acece8d41bdb11b', 'size_bytes': 14791720, 'generation': 1778518471166440, 'condition': 'host_os == "linux" and checkout_clangd and non_git_source', }, { 'object_name': 'Linux_x64/llvm-code-coverage-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '8d0234c75afbbd5b94ce757fa010bddcc24327a7e6f5a954d4c88da7944c8e9e', 'size_bytes': 2341388, 'generation': 1778518471769630, 'condition': 'host_os == "linux" and checkout_clang_coverage_tools and non_git_source', }, { 'object_name': 'Linux_x64/llvmobjdump-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': 'a333dd084c2af4d5043bdb961ea81bdd11a200634732b24713a37ee2cb750a5d', 'size_bytes': 5806280, 'generation': 1778518472909665, 'condition': '((checkout_linux or checkout_mac or checkout_android) and host_os == "linux") and non_git_source', }, { 'object_name': 'Mac/clang-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '11189402d8cf0209fa02fe5efb79e9f6bd363e4871faaeee37ea21d42f8c5c65', 'size_bytes': 55337116, 'generation': 1778518475287661, 'condition': 'host_os == "mac" and host_cpu == "x64"', }, { 'object_name': 'Mac/clang-mac-runtime-library-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '1a5a032f901e079f639f4bf22ff5bee82025de5bf7f89bee6a1ad75ab2e54841', 'size_bytes': 1017168, 'generation': 1778518499789886, 'condition': 'checkout_mac and not host_os == "mac"', }, { 'object_name': 'Mac/clang-tidy-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': 'fd2b4e5c13c8d4a0fd41341da2579072d3b5ec5aa7c4a7083f2a4246a17a89bc', 'size_bytes': 14552028, 'generation': 1778518476356552, 'condition': 'host_os == "mac" and host_cpu == "x64" and checkout_clang_tidy', }, { 'object_name': 'Mac/clangd-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '143638b0d1f41e7eac1f0a76066af63a63e8616ba3b1c79ef9e05873899f3602', 'size_bytes': 15994340, 'generation': 1778518476785587, 'condition': 'host_os == "mac" and host_cpu == "x64" and checkout_clangd', }, { 'object_name': 'Mac/llvm-code-coverage-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '93f2776d55ae6b3ccd80a7dbf84aeeb4b3f9985fd7ddf718f82b9aa851f12db9', 'size_bytes': 2379612, 'generation': 1778518477408748, 'condition': 'host_os == "mac" and host_cpu == "x64" and checkout_clang_coverage_tools', }, { 'object_name': 'Mac/llvmobjdump-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '9f1df7279b8f27ef92c5ba6dd79c9b1146a0778a549dead7dca0a52c4d2fdf0d', 'size_bytes': 5718128, 'generation': 1778518476423529, 'condition': 'host_os == "mac" and host_cpu == "x64"', }, { 'object_name': 'Mac_arm64/clang-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '94aac4f9e8a68559b579c76b863a5e0df6e80ba2900d2b7b5a6f1475a08a390c', 'size_bytes': 46116112, 'generation': 1778518502243133, 'condition': 'host_os == "mac" and host_cpu == "arm64"', }, { 'object_name': 'Mac_arm64/clang-tidy-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '25800d94785ff6eac01963a869215de1a1db072aee0add3ce3f6b1b47045f123', 'size_bytes': 12622332, 'generation': 1778518502560336, 'condition': 'host_os == "mac" and host_cpu == "arm64" and checkout_clang_tidy', }, { 'object_name': 'Mac_arm64/clangd-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '69fb949b69ddcf968c5a71d0ad4c445cc42da16aa51f9801f768590fe368cb82', 'size_bytes': 12967480, 'generation': 1778518503028892, 'condition': 'host_os == "mac" and host_cpu == "arm64" and checkout_clangd', }, { 'object_name': 'Mac_arm64/llvm-code-coverage-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '5d473bf300e95de41902ea85eb29ad7ada626187f89dcdb0b4897650a26712a8', 'size_bytes': 1992380, 'generation': 1778518503744736, 'condition': 'host_os == "mac" and host_cpu == "arm64" and checkout_clang_coverage_tools', }, { 'object_name': 'Mac_arm64/llvmobjdump-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': 'c658c070370514fab55d952e085b25fb4a1e573f59ca385b7097ab2b089a039a', 'size_bytes': 5445304, 'generation': 1778518502910688, 'condition': 'host_os == "mac" and host_cpu == "arm64"', }, { 'object_name': 'Win/clang-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '855e4a23cfd89e0fa9a6899ccb343a7c28fd3d26f045a89cc40cc4c29cb6a85c', 'size_bytes': 50194108, 'generation': 1778518531637397, 'condition': 'host_os == "win"', }, { 'object_name': 'Win/clang-tidy-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '6a3434b0a94ad1c20de247c2e5abf793e5653cea7d8c87a53b8c7959ec20f3c3', 'size_bytes': 14705072, 'generation': 1778518531980509, 'condition': 'host_os == "win" and checkout_clang_tidy', }, { 'object_name': 'Win/clang-win-runtime-library-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '57d080966be03f17777a96d9c6decb03ac585d3233242743587bb601b46919d0', 'size_bytes': 2610572, 'generation': 1778518555380445, 'condition': 'checkout_win and not host_os == "win"', }, { 'object_name': 'Win/clangd-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '48200b83edf568d3afbd72daf850eeff87f18e2350ace48acad6838eeebf0a16', 'size_bytes': 15090972, 'generation': 1778518532216019, 'condition': 'host_os == "win" and checkout_clangd', }, { 'object_name': 'Win/llvm-code-coverage-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '81004ab7e9b141a5d0ca0240e8c52de21498e61867f05ebc9fda64220dbb18ff', 'size_bytes': 2501464, 'generation': 1778518532770750, 'condition': 'host_os == "win" and checkout_clang_coverage_tools', }, { 'object_name': 'Win/llvmobjdump-llvmorg-23-init-10931-g20b6ec66-11.tar.xz', 'sha256sum': '47e9d546f4c72a1c3327f4791663f3afe95c8f9a854a1081ea6c7fbd59b79e3b', 'size_bytes': 5876436, 'generation': 1778518532715015, '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-4c4205163abcbd08948b3efab796c543ba1ea687-4-llvmorg-23-init-10931-g20b6ec66.tar.xz', 'sha256sum': '832de79f8d90940f4aaef023f83a00c1e7210c023f4d57f606b7bf9831c889aa', 'size_bytes': 274393124, 'generation': 1779199112929835, 'condition': 'host_os == "linux" and non_git_source', }, { 'object_name': 'Mac/rust-toolchain-4c4205163abcbd08948b3efab796c543ba1ea687-4-llvmorg-23-init-10931-g20b6ec66.tar.xz', 'sha256sum': 'a95320e36cd7505465cc46de27bfdbdadb1acd8693370727b20f27279ea489e6', 'size_bytes': 262495800, 'generation': 1779199115036661, 'condition': 'host_os == "mac" and host_cpu == "x64"', }, { 'object_name': 'Mac_arm64/rust-toolchain-4c4205163abcbd08948b3efab796c543ba1ea687-4-llvmorg-23-init-10931-g20b6ec66.tar.xz', 'sha256sum': '20d96bbff1df7a46cbd0a937f5013a0b3340c71826339d7ae8144922748006bd', 'size_bytes': 245271816, 'generation': 1779199117105561, 'condition': 'host_os == "mac" and host_cpu == "arm64"', }, { 'object_name': 'Win/rust-toolchain-4c4205163abcbd08948b3efab796c543ba1ea687-4-llvmorg-23-init-10931-g20b6ec66.tar.xz', 'sha256sum': '02d14cf9fe374123bdbf772a6f374bea19eacd0bb44592962588655f3e976c68', 'size_bytes': 413414224, 'generation': 1779199119248785, '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@6eddfb5ec5f92127a531eda66c568d3a11e7ec11', 'src/third_party/compiler-rt/src': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt.git@b7f9fa6b211b362d3ca07ab2043419ebaf75d1d0', 'src/third_party/libc++/src': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@5abc7f839700f0f17338434e1c1c6a8c87c00c11', 'src/third_party/libc++abi/src': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@8f11bb1d4438d0239d0dfc1bd9456a9f31629dda', 'src/third_party/llvm-libc/src': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@be95a36286a288c9437f5ed991720ccece1a6391', 'src/third_party/libunwind/src': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@d6c7a21e978f0adaa43accaad53bc64f0b64f6ec', 'src/third_party/test_fonts/test_fonts': { 'dep_type': 'gcs', 'condition': 'non_git_source', 'bucket': 'chromium-fonts', 'objects': [ { 'object_name': '9c07d19d9c5ee1ff94f717e6fb17e0c8c354e6f9', 'sha256sum': 'f0e9628f9e43e3f3476cde06a1849058de460e0e037b7449ce0d42b9a73c37d5', 'size_bytes': 33413117, 'generation': 1775663926405386, }, ], }, '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': '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': 'EpgkrtsLblLuw0BrsWCF0h_njBzIZsBNDxQ5VtA4s2UC', }, ], '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': 'yfxf90-dNwgtoT5PFTDA5BUz9mvuYdTImnJF1K-jaeMC', }, ], 'condition': 'checkout_android', 'dep_type': 'cipd', }, 'src/third_party/android_build_tools/bundletool/cipd': { 'packages': [ { 'package': 'chromium/third_party/android_build_tools/bundletool', 'version': '7Vo6ZzIxIaC51ATTBlo_KUkgxJCmmGmXAijlVkXUTpAC', }, ], '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': '5LT7YVOgqLmYI9V5ReZJ74kOwqYZSRFfXVOTnd0tn1cC', }, ], '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': '8oNjedeXYGnttgwKMUxiyhYC-qTsRqNGxBrSUyKZB9gC', }, ], 'condition': 'checkout_android and non_git_source', 'dep_type': 'cipd', }, 'src/third_party/android_build_tools/nullaway/cipd': { 'packages': [ { 'package': 'chromium/third_party/android_build_tools/nullaway', 'version': 'b9m7ApRmCTmva5Hpz3QMs_2ZIHlZqCGSGc6Ok2RRXbYC', }, ], '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@f91f1447397c6719f9774dfb8e67329378e1f3d3', 'src/third_party/breakpad/breakpad': 'https://chromium.googlesource.com/breakpad/breakpad.git@6d017fa2c0c440f914385bb794fd88de90fef736', 'src/third_party/catapult': 'https://chromium.googlesource.com/catapult.git@2852bb7e91e4995502ffb72b7ed21412ee157914', '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@d3b2440fcfc25fe8e6d0d4a85f06d68e98312f5b', '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@2f9bc10799af5aeb4a0ed903742ad69bb1d0ef75', 'src/third_party/ffmpeg': 'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@ad41607c61898cf7150e0fb20fe4bbabd44922a3', 'src/third_party/flatbuffers/src': 'https://chromium.googlesource.com/external/github.com/google/flatbuffers.git@a86afae9399bbe631d1ea0783f8816e780e236cc', 'src/third_party/grpc/src': { 'url': 'https://chromium.googlesource.com/external/github.com/grpc/grpc.git@05ffa9265bd5f4846a5e3dc46d91ba739ad17ef6', }, # Used for embedded builds. CrOS & Linux use the system version. 'src/third_party/fontconfig/src': { 'url': 'https://chromium.googlesource.com/external/fontconfig.git@d62c2ab268d1679335daa8fb0ea6970f35224a76', 'condition': 'checkout_linux', }, 'src/third_party/freetype/src': 'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@7e0e56f84fd53cf38378d33c8fc8f92d12ab9ac6', 'src/third_party/harfbuzz/src': 'https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@b90b89feb9aad05065b2edfb10aaa969b164275a', 'src/third_party/google_benchmark/src': { 'url': 'https://chromium.googlesource.com/external/github.com/google/benchmark.git@8abf1e701fbd88c8170f48fe0558247e2e5f8e7d', }, 'src/third_party/libpfm4/src': Var('chromium_git') + '/external/git.code.sf.net/p/perfmon2/libpfm4.git' + '@' + '977a25bb3dfe45f653a6cee71ffaae9a92fc3095', # 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@b8a897475447dd0b8dfe92515ab7da2c847d7dd0', 'condition': 'checkout_android', }, 'src/third_party/googletest/src': 'https://chromium.googlesource.com/external/github.com/google/googletest.git@4fe3307fb2d9f86d19777c7eb0e4809e9694dde7', 'src/third_party/icu': { 'url': 'https://chromium.googlesource.com/chromium/deps/icu.git@3859e64eed5d34544b27fbcab0ac1685ce83df3c', }, '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@d4d072177213b117fb81d4cfda140de090616161', # 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': 'cTYO1gxuCT6ok8QSFOCsbUXPc1dy8e838Vd-Aq42DX4C', }, ], 'condition': 'checkout_android', 'dep_type': 'cipd', }, 'src/third_party/kotlinc/current': { 'packages': [ { 'package': 'chromium/third_party/kotlinc', 'version': 'GQJjPIcKifBFWGV68qpA67HdtG4Ts-v_bpHQh_nF2j4C', }, ], '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@36a7acd1a4445a722803cd2d41bcf878ec2831ca', 'src/third_party/libjpeg_turbo': 'https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@640f254ad0fa03f6b1f29f89b7dd9366f2f6e533', 'src/third_party/libsrtp': 'https://chromium.googlesource.com/chromium/deps/libsrtp.git@cd5d177bf1fde755ddb4c7f0d9ff7693f8b49e5e', 'src/third_party/dav1d/libdav1d': 'https://chromium.googlesource.com/external/github.com/videolan/dav1d.git@1718ff9aded99f0a89f5c7940d6afb8948301e33', 'src/third_party/libaom/source/libaom': 'https://aomedia.googlesource.com/aom.git@c213343c8d32bcae729fe09fcba16e1f371cb23b', 'src/third_party/libgav1/src': Var('chromium_git') + '/codecs/libgav1.git' + '@' + '66ac17620652635392f6ab24065c77b035e281c9', 'src/third_party/libunwindstack': { 'url': 'https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git@333fcafb91bd3830c5ef814c071ff73df9cdc976', 'condition': 'checkout_android', }, 'src/third_party/perfetto': Var('chromium_git') + '/external/github.com/google/perfetto.git' + '@' + '82ad4b69cbaf64e26c639061b1712756a9cc5e20', 'src/third_party/protobuf-javascript/src': Var('chromium_git') + '/external/github.com/protocolbuffers/protobuf-javascript' + '@' + 'e6d763860001ba1a76a63adcff5efb12b1c96024', 'src/third_party/libvpx/source/libvpx': 'https://chromium.googlesource.com/webm/libvpx.git@31af37b1bd2774d11a932c1cd9a3849328375f64', 'src/third_party/libyuv': 'https://chromium.googlesource.com/libyuv/libyuv.git@de63bd90f4396313f864ad58b65279e7894451a9', 'src/third_party/lss': { 'url': 'https://chromium.googlesource.com/linux-syscall-support.git@29164a80da4d41134950d76d55199ea33fbb9613', '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' + '@' + 'e8cb570a9a2ee9128e2214c73417ad2a3c47780b', 'condition': 'checkout_instrumented_libraries', }, # Used by boringssl. 'src/third_party/nasm': { 'url': 'https://chromium.googlesource.com/chromium/deps/nasm.git@525a09a813be0f75b646ee93fc2a31c27b87d722' }, '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@972a15cedd008d846f1a39b2e88ce48d7f166cbd', 'src/third_party/sframe/src': Var('chromium_git') + '/external/github.com/cisco/sframe' + '@' + 'b14090904433bed0d4ec3f875b9b39f3e0555930', 'src/third_party/r8/cipd': { 'packages': [ { 'package': 'chromium/third_party/r8', 'version': 'BC3yuGExiVpg_8gtnDtXgqUo9Yb2Y_KHqkWIaIN9gIEC', }, ], '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': 'gMwveq_LnehCeSZEonepIWsOA4AQCY0z6zQrFsI0P68C', }, ], '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@8e4d26ef387bfa4c07e66dd1c7399c3d53ef1451', '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': 'version:2@30.0.14608247', }, ], 'condition': 'checkout_android', 'dep_type': 'cipd', }, 'src/third_party/androidx/cipd': { 'packages': [ { 'package': 'chromium/third_party/androidx', 'version': 'xi2oatapY83vUaMbIWuQxcs2w7cMtXo_u50-A4uHR9QC', }, ], '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': 'kXDptsf0N8huwxqHKJtpVxfnt1dTqjw9EhGPkqMEtpkC', }, ], 'condition': 'checkout_android', 'dep_type': 'cipd', }, 'src/third_party/android_sdk/public': { 'packages': [ { 'package': 'chromium/third_party/android_sdk/public/build-tools/37.0.0', 'version': 'febJrTgiK9s1ANoUlc4Orn3--zs9GjGCj2vQc8g7OaMC', }, { '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-37.0', 'version': 'WhtP32Q46ZHdTmgCgdauM3ws_H9iPoGKEZ_cPggcQ6wC', }, { 'package': 'chromium/third_party/android_sdk/public/cmdline-tools/linux', 'version': 'LZa8CWNVWS6UUQgQ7IJdFCqRV1Bmx2-alTNqEDJpJkcC', }, ], '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': 'dr-aJxRAPYDTBJXnjfht-bdxyywD6BP1lrcjZZPnRG0C', }, ], '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/tflite/src': Var('chromium_git') + '/external/github.com/tensorflow/tensorflow.git' + '@' + '999d49c10046e240cd5366d349d3a5f6af16a0d4', 'src/third_party/turbine/cipd': { 'packages': [ { 'package': 'chromium/third_party/turbine', 'version': '9pAO6LD2S0p37VoPfLUNuOu25gZQTy4Ko9c5-RisLogC', }, ], 'condition': 'checkout_android', 'dep_type': 'cipd', }, 'src/third_party/zstd/src': { 'url': Var('chromium_git') + '/external/github.com/facebook/zstd.git' + '@' + '5233c58e6ca0b1c4c6b353ad79649191ed195bdc', 'condition': 'checkout_android', }, 'src/tools/luci-go': { 'packages': [ { 'package': 'infra/tools/luci/cas/${{platform}}', 'version': 'git_revision:af85317287408a5e36459a280a6a1444ad95c552', }, { 'package': 'infra/tools/luci/isolate/${{platform}}', 'version': 'git_revision:af85317287408a5e36459a280a6a1444ad95c552', }, { 'package': 'infra/tools/luci/swarming/${{platform}}', 'version': 'git_revision:af85317287408a5e36459a280a6a1444ad95c552', } ], 'dep_type': 'cipd', }, 'src/third_party/pipewire/linux-amd64': { 'packages': [ { 'package': 'chromium/third_party/pipewire/linux-amd64', 'version': 'WccKnxvPRn8TBwQ4FUxoHaZRKvHXh0qJjODccy3gPTAC', }, { 'package': 'chromium/third_party/wireplumber/linux-amd64', 'version': 'yfe349C2e6pWCcu7DaSPJHNWdwDbNP9FfSQoV9j6A5UC', }, ], 'condition': 'checkout_linux', 'dep_type': 'cipd', }, 'src/third_party/android_deps/autorolled/cipd': { 'packages': [ { 'package': 'chromium/third_party/android_deps/autorolled', 'version': '9jww7AynGncJZp0_pW5vRvCgDiaqjtaOK4KeyZC3sscC', }, ], 'condition': 'checkout_android and non_git_source', 'dep_type': 'cipd', }, 'src/third_party/pthreadpool/src': Var('chromium_git') + '/external/github.com/google/pthreadpool.git' + '@' + '02460584c6092e527c8b89f7df4de143d70e801f', 'src/third_party/xnnpack/src': Var('chromium_git') + '/external/github.com/google/XNNPACK.git' + '@' + '56ac34b3f45fae2eca1f32584f7f0b279be2cf1f', 'src/third_party/farmhash/src': Var('chromium_git') + '/external/github.com/google/farmhash.git' + '@' + '816a4ae622e964763ca0862d9dbd19324a1eaf45', 'src/third_party/ruy/src': Var('chromium_git') + '/external/github.com/google/ruy.git' + '@' + '2af88863614a8298689cc52b1a47b3fcad7be835', 'src/third_party/cpuinfo/src': Var('chromium_git') + '/external/github.com/pytorch/cpuinfo.git' + '@' + 'ea6b9f1bb6e1001d8b21574d5bc78ddef62e499d', 'src/third_party/eigen3/src': Var('chromium_git') + '/external/gitlab.com/libeigen/eigen.git' + '@' + 'fc0f148ab491bf36378c5d527d8f6669ccf21b07', 'src/third_party/fp16/src': Var('chromium_git') + '/external/github.com/Maratyszcza/FP16.git' + '@' + '3d2de1816307bac63c16a297e8c4dc501b4076df', 'src/third_party/gemmlowp/src': Var('chromium_git') + '/external/github.com/google/gemmlowp.git' + '@' + '16e8662c34917be0065110bfcd9cc27d30f52fdf', 'src/third_party/fxdiv/src': Var('chromium_git') + '/external/github.com/Maratyszcza/FXdiv.git' + '@' + '63058eff77e11aa15bf531df5dd34395ec3017c8', 'src/third_party/neon_2_sse/src': Var('chromium_git') + '/external/github.com/intel/ARM_NEON_2_x86_SSE.git' + '@' + 'ed59be8546632d5126ff69c87122ae5de20ffe4f', # 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_tools_common': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_tools_common', 'version': 'version:2@30.2.0-beta01.cr2', }, ], '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.cr2', }, ], '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.cr2', }, ], '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.cr2', }, ], '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.cr2', }, ], '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.cr2', }, ], '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.17.6.cr2', }, ], '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.17.6.cr2', }, ], '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.cr2', }, ], '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.cr2', }, ], '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.cr2', }, ], '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.cr2', }, ], '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.cr2', }, ], '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.19.0.cr2', }, ], '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.19.0.cr2', }, ], '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.19.0.cr2', }, ], '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.cr2', }, ], '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', '--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', '--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', '--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', '--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', '--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', '--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', '--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/base/no_destructor.h", "+absl/cleanup/cleanup.h", "+absl/container", "-absl/container/fixed_array.h", "+absl/crc", "+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", ] }