blob: a51395f25ef999be16fa65715392c9a351025145 [file] [log] [blame]
use_relative_paths = True
gclient_gn_args_file = 'build/config/gclient_args.gni'
gclient_gn_args = [
'build_with_chromium',
'checkout_android',
'checkout_skia',
]
vars = {
# Variable that can be used to support multiple build scenarios, like having
# Chromium specific targets in a client project's GN file or sync dependencies
# conditionally etc.
# Standalone PDFium, by definition, does not build with Chromium.
'build_with_chromium': False,
# By default, we should check out everything needed to run on the main
# pdfium waterfalls. This var can be also be set to 'small', in order to skip
# things are not strictly needed to build pdfium for development purposes,
# by adding the following line to the .gclient file inside a solutions entry:
# "custom_vars": { "checkout_configuration": "small" },
# Similarly, this var can be set to 'minimal' to also skip the Skia and V8
# checkouts for the smallest possible checkout, where some features will not
# work.
'checkout_configuration': 'default',
# By default, don't check out android. Will be overridden by gclient
# variables.
# TODO(crbug.com/875037): Remove this once the bug in gclient is fixed.
'checkout_android': False,
# 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 clang-tidy into the same bin/ directory as the clang binary.
'checkout_clang_tidy': 'False',
# Fetch clangd into the same bin/ directory as the clang binary.
'checkout_clangd': 'False',
# Pull in Android native toolchain dependencies, so we can build ARC++
# support libraries.
'checkout_android_native_support': 'checkout_android',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration != "small" and checkout_configuration != "minimal"',
# Fetch the rust toolchain.
#
# Use a custom_vars section to enable it:
# "custom_vars": {
# "checkout_rust": True,
# }
'checkout_rust': False,
'checkout_skia': 'checkout_configuration != "minimal"',
'checkout_testing_corpus': 'checkout_configuration != "small" and checkout_configuration != "minimal"',
'checkout_v8': 'checkout_configuration != "minimal"',
# condition to allowlist deps for non-git-source processing.
'non_git_source': 'True',
# Fetch configuration files required for the 'use_remoteexec' gn arg
'download_remoteexec_cfg': False,
# RBE instance to use for running remote builds
'rbe_instance': Str('projects/rbe-chrome-untrusted/instances/default_instance'),
# RBE project to download rewrapper config files for. Only needed if
# different from the project used in 'rbe_instance'
'rewrapper_cfg_project': Str(''),
# reclient CIPD package
'reclient_package': 'infra/rbe/client/',
# reclient CIPD package version
'reclient_version': 're_client_version:0.185.0.db415f21-gomaip',
'chromium_git': 'https://chromium.googlesource.com',
'pdfium_git': 'https://pdfium.googlesource.com',
'skia_git': 'https://skia.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling abseil
# and whatever else without interference from each other.
'abseil_revision': '3684ae205ad54de145a5c397e41c266ca958632c',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling android_toolchain
# and whatever else without interference from each other.
'android_toolchain_version': 'KXOia11cm9lVdUdPlbGLu8sCz6Y4ey_HV2s8_8qeqhgC',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling build
# and whatever else without interference from each other.
'build_revision': '2fd7c745ebf1946563ad0e944b2c06866ce23fc0',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling buildtools
# and whatever else without interference from each other.
'buildtools_revision': '797cad2655a981ef74a1703349859c9bbc0177a1',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': '0e07ae47d5e6323eba30a0f71cec48d84b2555a9',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling clang format
# and whatever else without interference from each other.
'clang_format_revision': 'c2725e0622e1a86d55f14514f2177a39efea4a0e',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling clang
# and whatever else without interference from each other.
'clang_revision': '82e9daa58447c4c83e8ec3a7fb69e6e15c3ff045',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling code_coverage
# and whatever else without interference from each other.
'code_coverage_revision': 'fc75c61d3a98a78ff83940366aeba83ddeb28179',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling cpu_features
# and whatever else without interference from each other.
'cpu_features_revision': '936b9ab5515dead115606559502e3864958f7f6e',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling depot_tools
# and whatever else without interference from each other.
'depot_tools_revision': 'f8cc59a94be950b1f174d5f3373fdc0843c90036',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling dragonbox
# and whatever else without interference from each other.
'dragonbox_revision': '6c7c925b571d54486b9ffae8d9d18a822801cbda',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling fast_float
# and whatever else without interference from each other.
'fast_float_revision': 'cb1d42aaa1e14b09e1452cfdef373d051b8c02a4',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling fp16
# and whatever else without interference from each other.
'fp16_revision': '3d2de1816307bac63c16a297e8c4dc501b4076df',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling freetype
# and whatever else without interference from each other.
'freetype_revision': '30e45abe939d7c2cbdf268f277c293400096868c',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling GN CIPD package version
# and whatever else without interference from each other.
'gn_version': 'git_revision:4e0818fd86bffc0b4a4b61d3295a6732ba08d715',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling goldctl CIPD package version
# and whatever else without interference from each other.
'goldctl_version': 'git_revision:f09b414fc9a5e4d2860d45f0e2c7b9f88b4055bb',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling gtest
# and whatever else without interference from each other.
'gtest_revision': '4fe3307fb2d9f86d19777c7eb0e4809e9694dde7',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling highway
# and whatever else without interference from each other.
'highway_revision': '84379d1c73de9681b54fbe1c035a23c7bd5d272d',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling icu
# and whatever else without interference from each other.
'icu_revision': 'a86a32e67b8d1384b33f8fa48c83a6079b86f8cd',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling instrumented_lib
# and whatever else without interference from each other.
'instrumented_lib_revision': '69015643b3f68dbd438c010439c59adc52cac808',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling jinja2
# and whatever else without interference from each other.
'jinja2_revision': 'c3027d884967773057bf74b957e3fea87e5df4d7',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling jpeg_turbo
# and whatever else without interference from each other.
'jpeg_turbo_revision': '6383cf609c1f63c18af0f59b2738caa0c6c7e379',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libc++
# and whatever else without interference from each other.
# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': 'b4596f1d2b9d2bd3e667e847c18da57450b008a8',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libc++abi
# and whatever else without interference from each other.
'libcxxabi_revision': '83a852080747b9a362e8f9e361366b7a601f302c',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libpng
# and whatever else without interference from each other.
'libpng_revision': 'f63f5ef0e0ef0f17645c015568b729e452e57147',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libunwind
# and whatever else without interference from each other.
'libunwind_revision': 'ef486348f6aa7c99da17ea603cce525e08927d76',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling llvm-libc
# and whatever else without interference from each other.
'llvm_libc_revision': '03f822d2a88c8f68f6a92c5cb3e79ccc3002e8a9',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling markupsafe
# and whatever else without interference from each other.
'markupsafe_revision': '4256084ae14175d38a3ff7d739dca83ae49ccec6',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling nasm_source
# and whatever else without interference from each other.
'nasm_source_revision': 'af5eeeb054bebadfbb79c7bcd100a95e2ad4525f',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Ninja CIPD package version
# and whatever else without interference from each other.
'ninja_version': 'version:3@1.12.1.chromium.4',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling partition_allocator
# and whatever else without interference from each other.
'partition_allocator_revision': 'e711e98faec702084c26a43a411eb4bd3747bcbb',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling pdfium_tests
# and whatever else without interference from each other.
'pdfium_tests_revision': 'c851e3dd320446e4e9b97c65edd8a0eed4ecb55f',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling result_adapter_revision
# and whatever else without interference from each other.
'result_adapter_revision': 'git_revision:5fb3ca203842fd691cab615453f8e5a14302a1d8',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling rust
# and whatever else without interference from each other.
'rust_revision': '8b4e75b5747cd2b211f78a120e69d5e010aecfff',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling simdutf
# and whatever else without interference from each other.
'simdutf_revision': '75bea7342fdac6b57f7e3099ddf4dc84d77384f6',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling siso
# and whatever else without interference from each other.
'siso_version': 'git_revision:6839895535a2a5e91fb3ddfae03e95aded998244',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling skia
# and whatever else without interference from each other.
'skia_revision': '279bb364836693c702faaec613eab10c64bdb020',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling test_fonts
# and whatever else without interference from each other.
'test_fonts_revision': '7f51783942943e965cd56facf786544ccfc07713',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling testing_rust
# and whatever else without interference from each other.
'testing_rust_revision': '6712dc59f4a6c5626f391057cded3842700a17eb',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling tools_memory
# and whatever else without interference from each other.
'tools_memory_revision': 'd500250668368512cf2b0873c7727f034c00ce7a',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling tools_rust
# and whatever else without interference from each other.
'tools_rust_revision': 'ca091d9562b30d94c08154ebb0a3874ca40d4064',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling tools_win_revision
# and whatever else without interference from each other.
'tools_win_revision': '24494b071e019a2baea4355d9870ffc5fc0bbafe',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling v8
# and whatever else without interference from each other.
'v8_revision': '5c1077b2472d6803995554ddf138a0760f22c95d',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling zlib
# and whatever else without interference from each other.
'zlib_revision': 'e00f7038713ff2e751c28a1ac08f0b68bca8567c',
}
# Only these hosts are allowed for dependencies in this DEPS file.
# If you need to add a new host, and the new host is not in Chromium's DEPS
# file's allowed_hosts list, contact Chrome infrastructure team.
allowed_hosts = [
'chromium.googlesource.com',
'pdfium.googlesource.com',
'skia.googlesource.com',
# TODO(337061377): Move into a separate allowed gcs bucket list.
'chromium-browser-clang',
]
deps = {
'base/allocator/partition_allocator':
Var('chromium_git') +
'/chromium/src/base/allocator/partition_allocator.git@' +
Var('partition_allocator_revision'),
'build':
Var('chromium_git') + '/chromium/src/build.git@' + Var('build_revision'),
'buildtools':
Var('chromium_git') + '/chromium/src/buildtools.git@' +
Var('buildtools_revision'),
'buildtools/linux64': {
'packages': [
{
'package': 'gn/gn/linux-${{arch}}',
'version': Var('gn_version'),
}
],
'dep_type': 'cipd',
'condition': 'host_os == "linux"',
},
'buildtools/mac': {
'packages': [
{
'package': 'gn/gn/mac-${{arch}}',
'version': Var('gn_version'),
}
],
'dep_type': 'cipd',
'condition': 'host_os == "mac"',
},
'buildtools/reclient': {
'packages': [
{
'package': Var('reclient_package') + '${{platform}}',
'version': Var('reclient_version'),
}
],
'dep_type': 'cipd',
},
'buildtools/win': {
'packages': [
{
'package': 'gn/gn/windows-amd64',
'version': Var('gn_version'),
}
],
'dep_type': 'cipd',
'condition': 'host_os == "win"',
},
'testing/corpus': {
'url': Var('pdfium_git') + '/pdfium_tests@' + Var('pdfium_tests_revision'),
'condition': 'checkout_testing_corpus',
},
'testing/scripts/rust': {
'url': Var('chromium_git') + '/chromium/src/testing/scripts/rust.git@' +
Var('testing_rust_revision'),
'condition': 'checkout_rust',
},
'third_party/abseil-cpp':
Var('chromium_git') + '/chromium/src/third_party/abseil-cpp.git@' +
Var('abseil_revision'),
'third_party/android_toolchain/ndk': {
'packages': [
{
'package': 'chromium/third_party/android_toolchain/android_toolchain',
'version': Var('android_toolchain_version'),
},
],
'condition': 'checkout_android_native_support',
'dep_type': 'cipd',
},
'third_party/catapult': {
'url': Var('chromium_git') + '/catapult.git@' + Var('catapult_revision'),
'condition': 'checkout_android',
},
'third_party/clang-format/script':
Var('chromium_git') +
'/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@' +
Var('clang_format_revision'),
'third_party/cpu_features/src': {
'url': Var('chromium_git') +
'/external/github.com/google/cpu_features.git@' +
Var('cpu_features_revision'),
'condition': 'checkout_android',
},
'third_party/depot_tools':
Var('chromium_git') + '/chromium/tools/depot_tools.git@' +
Var('depot_tools_revision'),
'third_party/dragonbox/src': {
'url': Var('chromium_git') + '/external/github.com/jk-jeon/dragonbox.git@' +
Var('dragonbox_revision'),
'condition': 'checkout_v8',
},
'third_party/fast_float/src':
Var('chromium_git') + '/external/github.com/fastfloat/fast_float.git@' +
Var('fast_float_revision'),
'third_party/fp16/src':
Var('chromium_git') + '/external/github.com/Maratyszcza/FP16.git@' +
Var('fp16_revision'),
'third_party/freetype/src':
Var('chromium_git') + '/chromium/src/third_party/freetype2.git@' +
Var('freetype_revision'),
'third_party/googletest/src':
Var('chromium_git') + '/external/github.com/google/googletest.git@' +
Var('gtest_revision'),
'third_party/highway/src': {
'url': Var('chromium_git') + '/external/github.com/google/highway.git@' +
Var('highway_revision'),
'condition': 'checkout_v8',
},
'third_party/icu':
Var('chromium_git') + '/chromium/deps/icu.git@' + Var('icu_revision'),
'third_party/instrumented_libs':
Var('chromium_git') +
'/chromium/third_party/instrumented_libraries.git@' +
Var('instrumented_lib_revision'),
'third_party/jinja2':
Var('chromium_git') + '/chromium/src/third_party/jinja2.git@' +
Var('jinja2_revision'),
'third_party/libc++/src':
Var('chromium_git') +
'/external/github.com/llvm/llvm-project/libcxx.git@' +
Var('libcxx_revision'),
'third_party/libc++abi/src':
Var('chromium_git') +
'/external/github.com/llvm/llvm-project/libcxxabi.git@' +
Var('libcxxabi_revision'),
'third_party/libunwind/src': {
'url': Var('chromium_git') +
'/external/github.com/llvm/llvm-project/libunwind.git@' +
Var('libunwind_revision'),
'condition': 'checkout_android',
},
'third_party/libjpeg_turbo':
Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git@' +
Var('jpeg_turbo_revision'),
'third_party/libpng':
Var('chromium_git') + '/chromium/src/third_party/libpng.git@' +
Var('libpng_revision'),
'third_party/llvm-build/Release+Asserts': {
'dep_type': 'gcs',
'bucket': 'chromium-browser-clang',
'objects': [
{
# The Android libclang_rt.builtins libraries are currently only included in the Linux clang package.
'object_name': 'Linux_x64/clang-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': 'ffe73a5c64fceaf874b745a6c9ba2260652e588afad77671abfce0af1eb850f7',
'size_bytes': 56865780,
'generation': 1764962592646125,
'condition': '(host_os == "linux" or checkout_android) and non_git_source',
},
{
'object_name': 'Linux_x64/clang-tidy-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': '0be7a772f06c471336507ba75216231c77881d68d4398f3b22080803ec9b0e54',
'size_bytes': 14258320,
'generation': 1764962592633111,
'condition': 'host_os == "linux" and checkout_clang_tidy and non_git_source',
},
{
'object_name': 'Linux_x64/clangd-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': '63c3889a59d445ab45938e44f396ecdb9e70b145c94d4ae4a6933185ded2ee56',
'size_bytes': 14457076,
'generation': 1764962592642080,
'condition': 'host_os == "linux" and checkout_clangd and non_git_source',
},
{
'object_name': 'Linux_x64/llvm-code-coverage-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': '19a86d0aa44228f18d093b65a9a5659c21c6a3291f01d9ff493d143a97f3d047',
'size_bytes': 2307300,
'generation': 1764962592666228,
'condition': 'host_os == "linux" and checkout_clang_coverage_tools and non_git_source',
},
{
'object_name': 'Linux_x64/llvmobjdump-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': '687b25291bdb2370aba10b89bedfa23e9961cb5e440d8fc41669e7bbe349c333',
'size_bytes': 5729268,
'generation': 1764962592658462,
'condition': '((checkout_linux or checkout_mac or checkout_android) and host_os == "linux") and non_git_source',
},
{
'object_name': 'Mac/clang-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': 'c3c99482493242269f159131af6d554aecd1cf1a5083bed3030162f86ce87596',
'size_bytes': 54126044,
'generation': 1764962594541007,
'condition': 'host_os == "mac" and host_cpu == "x64"',
},
{
'object_name': 'Mac/clang-mac-runtime-library-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': 'd8d04aeae5956c32bc2f29c730f4fadb29c693577154a23bb2a9ee9298c0140e',
'size_bytes': 1008084,
'generation': 1764962601690454,
'condition': 'checkout_mac and not host_os == "mac"',
},
{
'object_name': 'Mac/clang-tidy-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': 'bc8a1d47d9c2a045ec7a541aec093f89733c89dc966e88190dca3c7d6845988c',
'size_bytes': 14290476,
'generation': 1764962594557521,
'condition': 'host_os == "mac" and host_cpu == "x64" and checkout_clang_tidy',
},
{
'object_name': 'Mac/clangd-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': '666d1b70ba0886ccd7b13dab7c261d69d39a3f1089e2dd3e75910e6f7cda57e4',
'size_bytes': 15829000,
'generation': 1764962594553029,
'condition': 'host_os == "mac" and host_cpu == "x64" and checkout_clangd',
},
{
'object_name': 'Mac/llvm-code-coverage-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': 'aab3775b65b61d8ebc184c3c6176a473daa651a139a541afcd671a00ecb036a1',
'size_bytes': 2333980,
'generation': 1764962594619380,
'condition': 'host_os == "mac" and host_cpu == "x64" and checkout_clang_coverage_tools',
},
{
'object_name': 'Mac/llvmobjdump-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': 'a59b86631da0805fac5e3626bd0e768c7846dcf397d0f5770a8986e547b27279',
'size_bytes': 5595800,
'generation': 1764962594554959,
'condition': 'host_os == "mac" and host_cpu == "x64"',
},
{
'object_name': 'Mac_arm64/clang-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': '825afff5e107693bf804f1dadbeb0392bf411ade94078156175459fd7b15c583',
'size_bytes': 45145120,
'generation': 1764962603414549,
'condition': 'host_os == "mac" and host_cpu == "arm64"',
},
{
'object_name': 'Mac_arm64/clang-tidy-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': 'ab9cac9e5389189573866600b711651854faa991f2e34ebc668d60f59c71ad51',
'size_bytes': 12301016,
'generation': 1764962603424117,
'condition': 'host_os == "mac" and host_cpu == "arm64" and checkout_clang_tidy',
},
{
'object_name': 'Mac_arm64/clangd-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': '6f5331d693b52cab33f3a31ffa44a63ea2c54ac54f63c4692c77bac0017500b5',
'size_bytes': 12677224,
'generation': 1764962603434816,
'condition': 'host_os == "mac" and host_cpu == "arm64" and checkout_clangd',
},
{
'object_name': 'Mac_arm64/llvm-code-coverage-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': '32308ad2726adee7d09a48cb6b63cbfd1daeb806ddd69e09edd7ca1a59276e7f',
'size_bytes': 1966796,
'generation': 1764962603518750,
'condition': 'host_os == "mac" and host_cpu == "arm64" and checkout_clang_coverage_tools',
},
{
'object_name': 'Mac_arm64/llvmobjdump-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': 'f4cb31dc186a6a56b5263c5e8de9dd88b4b3dcbd30bace97483912a4e4fb356a',
'size_bytes': 5345188,
'generation': 1764962603454411,
'condition': 'host_os == "mac" and host_cpu == "arm64"',
},
{
'object_name': 'Win/clang-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': '05083176b884fa985f9d48a4bb96b41584ee30f1fdd381cbefee2654aca707c2',
'size_bytes': 48342772,
'generation': 1764962612609250,
'condition': 'host_os == "win"',
},
{
'object_name': 'Win/clang-tidy-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': '0436f87e5ffe8eda9d5fee2e44cb3b8202c72b793322990b923c0b52a193b294',
'size_bytes': 14222580,
'generation': 1764962612641484,
'condition': 'host_os == "win" and checkout_clang_tidy',
},
{
'object_name': 'Win/clang-win-runtime-library-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': 'ee53a11a2448b9b2109cc2b7f7b809f0f39cc958c20b91a8d56e78ea0ad7f627',
'size_bytes': 2522476,
'generation': 1764962619734488,
'condition': 'checkout_win and not host_os == "win"',
},
{
'object_name': 'Win/clangd-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': '0b1035753aa723161e532d28a17f52ed81fd91228f6af6558704dab077caa788',
'size_bytes': 14636832,
'generation': 1764962612641080,
'condition': 'host_os == "win" and checkout_clangd',
},
{
'object_name': 'Win/llvm-code-coverage-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': '1edfcb9237100398a85c049d003b2812f681a2c97c6b6486f08008e2c9b13825',
'size_bytes': 2385744,
'generation': 1764962612687234,
'condition': 'host_os == "win" and checkout_clang_coverage_tools',
},
{
'object_name': 'Win/llvmobjdump-llvmorg-22-init-14273-gea10026b-4.tar.xz',
'sha256sum': 'ea9e337a521b5c7d4b3d7552080391892b77e01685d425f3afd7f5e5c6a99035',
'size_bytes': 5719064,
'generation': 1764962612635889,
'condition': '(checkout_linux or checkout_mac or checkout_android) and host_os == "win"',
},
]
},
'third_party/llvm-libc/src':
Var('chromium_git') + '/external/github.com/llvm/llvm-project/libc.git@' +
Var('llvm_libc_revision'),
'third_party/markupsafe':
Var('chromium_git') + '/chromium/src/third_party/markupsafe.git@' +
Var('markupsafe_revision'),
'third_party/nasm':
Var('chromium_git') + '/chromium/deps/nasm.git@' +
Var('nasm_source_revision'),
'third_party/ninja': {
'packages': [
{
# https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja
'package': 'infra/3pp/tools/ninja/${{platform}}',
'version': Var('ninja_version'),
}
],
'dep_type': 'cipd',
},
'third_party/rust': {
'url': Var('chromium_git') + '/chromium/src/third_party/rust@' +
Var('rust_revision'),
'condition': 'checkout_rust',
},
'third_party/rust-toolchain': {
'dep_type': 'gcs',
'bucket': 'chromium-browser-clang',
'objects': [
{
'object_name': 'Linux_x64/rust-toolchain-11339a0ef5ed586bb7ea4f85a9b7287880caac3a-1-llvmorg-22-init-14273-gea10026b.tar.xz',
'sha256sum': '15cf3019dd864ea64d63e5cf33de1ded76ace4f70cbb224812fccbf03b342096',
'size_bytes': 140380848,
'generation': 1762971367461755,
'condition': 'host_os == "linux" and non_git_source',
},
{
'object_name': 'Mac/rust-toolchain-11339a0ef5ed586bb7ea4f85a9b7287880caac3a-1-llvmorg-22-init-14273-gea10026b.tar.xz',
'sha256sum': 'bb8be97e327b72f03f9caadae5557c7ce0ddac66e6dcc37cd3b8e65fca074e4b',
'size_bytes': 134345832,
'generation': 1762971369029231,
'condition': 'host_os == "mac" and host_cpu == "x64"',
},
{
'object_name': 'Mac_arm64/rust-toolchain-11339a0ef5ed586bb7ea4f85a9b7287880caac3a-1-llvmorg-22-init-14273-gea10026b.tar.xz',
'sha256sum': '72b4421aa531822ba4b32533e6efae4e7c06eb15dcc32d1fb361023dd937c63c',
'size_bytes': 121923464,
'generation': 1762971370566007,
'condition': 'host_os == "mac" and host_cpu == "arm64"',
},
{
'object_name': 'Win/rust-toolchain-11339a0ef5ed586bb7ea4f85a9b7287880caac3a-1-llvmorg-22-init-14273-gea10026b.tar.xz',
'sha256sum': '8cd2f0c4d312c0a7c127a8e6adf0a73ceecad316997e925fbebc1d855e95f6ba',
'size_bytes': 197809928,
'generation': 1762971372158285,
'condition': 'host_os == "win"',
},
],
},
'third_party/simdutf': {
'url': Var('chromium_git') + '/chromium/src/third_party/simdutf@' +
Var('simdutf_revision'),
'condition': 'checkout_v8',
},
'third_party/siso/cipd': {
'packages': [
{
'package': 'build/siso/${{platform}}',
'version': Var('siso_version'),
}
],
'dep_type': 'cipd',
},
'third_party/skia': {
'url': Var('skia_git') + '/skia.git@' + Var('skia_revision'),
'condition': 'checkout_skia',
},
'third_party/test_fonts':
Var('chromium_git') + '/chromium/src/third_party/test_fonts.git@' +
Var('test_fonts_revision'),
'third_party/zlib':
Var('chromium_git') + '/chromium/src/third_party/zlib.git@' +
Var('zlib_revision'),
'tools/clang':
Var('chromium_git') + '/chromium/src/tools/clang@' + Var('clang_revision'),
'tools/code_coverage':
Var('chromium_git') + '/chromium/src/tools/code_coverage.git@' +
Var('code_coverage_revision'),
'tools/memory':
Var('chromium_git') + '/chromium/src/tools/memory@' +
Var('tools_memory_revision'),
'tools/resultdb': {
'packages': [
{
'package': 'infra/tools/result_adapter/${{platform}}',
'version': Var('result_adapter_revision'),
},
],
'dep_type': 'cipd',
},
'tools/rust': {
'url': Var('chromium_git') + '/chromium/src/tools/rust@' +
Var('tools_rust_revision'),
'condition': 'checkout_rust',
},
'tools/skia_goldctl/linux': {
'packages': [
{
'package': 'skia/tools/goldctl/linux-amd64',
'version': Var('goldctl_version'),
}
],
'dep_type': 'cipd',
'condition': 'checkout_linux',
},
'tools/skia_goldctl/mac_amd64': {
'packages': [
{
'package': 'skia/tools/goldctl/mac-amd64',
'version': Var('goldctl_version'),
}
],
'dep_type': 'cipd',
'condition': 'checkout_mac',
},
'tools/skia_goldctl/mac_arm64': {
'packages': [
{
'package': 'skia/tools/goldctl/mac-arm64',
'version': Var('goldctl_version'),
}
],
'dep_type': 'cipd',
'condition': 'checkout_mac',
},
'tools/skia_goldctl/win': {
'packages': [
{
'package': 'skia/tools/goldctl/windows-amd64',
'version': Var('goldctl_version'),
}
],
'dep_type': 'cipd',
'condition': 'checkout_win',
},
'tools/win': {
'url': Var('chromium_git') + '/chromium/src/tools/win.git@' +
Var('tools_win_revision'),
'condition': 'checkout_win',
},
'v8': {
'url': Var('chromium_git') + '/v8/v8.git@' + Var('v8_revision'),
'condition': 'checkout_v8',
},
}
recursedeps = [
'build',
'buildtools',
'third_party/instrumented_libs',
]
include_rules = [
# Basic stuff that everyone can use.
# Note: public is not here because core cannot depend on public.
'+build/build_config.h',
'+constants',
'+testing',
# Abseil is allowed by default, but some features are banned. See Chromium's
# //styleguide/c++/c++-features.md.
'+third_party/abseil-cpp',
'-third_party/abseil-cpp/absl/algorithm/container.h',
'-third_party/abseil-cpp/absl/base/attributes.h',
'-third_party/abseil-cpp/absl/base/no_destructor.h',
'-third_party/abseil-cpp/absl/base/nullability.h',
'-third_party/abseil-cpp/absl/container/btree_map.h',
'-third_party/abseil-cpp/absl/container/btree_set.h',
'-third_party/abseil-cpp/absl/flags',
'-third_party/abseil-cpp/absl/functional/any_invocable.h',
'-third_party/abseil-cpp/absl/functional/bind_front.h',
'-third_party/abseil-cpp/absl/functional/function_ref.h',
'-third_party/abseil-cpp/absl/hash',
'-third_party/abseil-cpp/absl/log',
'-third_party/abseil-cpp/absl/random',
'-third_party/abseil-cpp/absl/status/statusor.h',
'-third_party/abseil-cpp/absl/strings',
'+third_party/abseil-cpp/absl/strings/ascii.h',
'+third_party/abseil-cpp/absl/strings/cord.h',
'+third_party/abseil-cpp/absl/strings/str_format.h',
'-third_party/abseil-cpp/absl/synchronization',
'-third_party/abseil-cpp/absl/time',
'-third_party/abseil-cpp/absl/types/any.h',
'-third_party/abseil-cpp/absl/types/optional.h',
'-third_party/abseil-cpp/absl/types/span.h',
'-third_party/abseil-cpp/absl/types/variant.h',
'-third_party/abseil-cpp/absl/utility/utility.h',
]
specific_include_rules = {
# Allow embedder tests to use public APIs.
'(.*embeddertest\.cpp)': [
'+public',
]
}
hooks = [
{
# Ensure that the DEPS'd "depot_tools" has its self-update capability
# disabled.
'name': 'disable_depot_tools_selfupdate',
'pattern': '.',
'action': [ 'python3',
'third_party/depot_tools/update_depot_tools_toggle.py',
'--disable',
],
},
{
# 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',
'third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--bucket', 'chromium-browser-clang/ciopfs',
'-s', 'build/ciopfs.sha1',
]
},
{
# Update the Windows toolchain if necessary. Must run before 'clang' below.
'name': 'win_toolchain',
'pattern': '.',
'condition': 'checkout_win',
'action': ['python3', 'build/vs_toolchain.py', 'update', '--force'],
},
{
# Update the Mac toolchain if necessary.
'name': 'mac_toolchain',
'pattern': '.',
'condition': 'checkout_mac',
'action': ['python3', 'build/mac_toolchain.py'],
},
# Pull dsymutil binaries using checked-in hashes.
{
'name': 'dsymutil_mac_arm64',
'pattern': '.',
'condition': 'host_os == "mac" and host_cpu == "arm64"',
'action': [ 'python3',
'third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--bucket', 'chromium-browser-clang',
'-s', 'tools/clang/dsymutil/bin/dsymutil.arm64.sha1',
'-o', 'tools/clang/dsymutil/bin/dsymutil',
],
},
{
'name': 'dsymutil_mac_x64',
'pattern': '.',
'condition': 'host_os == "mac" and host_cpu == "x64"',
'action': [ 'python3',
'third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--bucket', 'chromium-browser-clang',
'-s', 'tools/clang/dsymutil/bin/dsymutil.x64.sha1',
'-o', 'tools/clang/dsymutil/bin/dsymutil',
],
},
{
'name': 'test_fonts',
'pattern': '.',
'action': [ 'python3',
'third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--extract',
'--bucket', 'chromium-fonts',
'-s', 'third_party/test_fonts/test_fonts.tar.gz.sha1',
],
},
{
# Update LASTCHANGE.
'name': 'lastchange',
'pattern': '.',
'action': ['python3', 'build/util/lastchange.py',
'-o', 'build/util/LASTCHANGE'],
},
# Configure remote exec cfg files
{
# Use luci_auth if on windows and using chrome-untrusted project
'name': 'download_and_configure_reclient_cfgs',
'pattern': '.',
'condition': 'download_remoteexec_cfg and host_os == "win"',
'action': ['python3',
'buildtools/reclient_cfgs/configure_reclient_cfgs.py',
'--rbe_instance',
Var('rbe_instance'),
'--reproxy_cfg_template',
'reproxy.cfg.template',
'--rewrapper_cfg_project',
Var('rewrapper_cfg_project'),
'--use_luci_auth_credshelper',
'--quiet',
],
}, {
'name': 'download_and_configure_reclient_cfgs',
'pattern': '.',
'condition': 'download_remoteexec_cfg and not host_os == "win"',
'action': ['python3',
'buildtools/reclient_cfgs/configure_reclient_cfgs.py',
'--rbe_instance',
Var('rbe_instance'),
'--reproxy_cfg_template',
'reproxy.cfg.template',
'--rewrapper_cfg_project',
Var('rewrapper_cfg_project'),
'--quiet',
],
},
{
'name': 'configure_reclient_cfgs',
'pattern': '.',
'condition': 'not download_remoteexec_cfg',
'action': ['python3',
'buildtools/reclient_cfgs/configure_reclient_cfgs.py',
'--rbe_instance',
Var('rbe_instance'),
'--reproxy_cfg_template',
'reproxy.cfg.template',
'--rewrapper_cfg_project',
Var('rewrapper_cfg_project'),
'--skip_remoteexec_cfg_fetch',
'--quiet',
],
},
# Configure Siso for developer builds.
{
'name': 'configure_siso',
'pattern': '.',
'action': ['python3',
'build/config/siso/configure_siso.py',
'--rbe_instance',
Var('rbe_instance'),
],
},
]