| # Note: The buildbots evaluate this file with CWD set to the parent |
| # directory and assume that the root of the checkout is in ./v8/, so |
| # all paths in here must match this assumption. |
| |
| use_relative_paths = True |
| |
| gclient_gn_args_file = 'build/config/gclient_args.gni' |
| gclient_gn_args = [ |
| ] |
| |
| vars = { |
| # Fetches only the SDK boot images which match at least one of the whitelist |
| # entries in a comma-separated list. |
| # |
| # Available images: |
| # Emulation: |
| # - terminal.qemu-x64 |
| # - terminal.qemu-arm64 |
| # - workstation.qemu-x64-release |
| # Hardware: |
| # - minimal.x64 |
| # - core.x64-dfv2 |
| # |
| # 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 (e.g., qemu.arm64) can override this with additional images. |
| 'checkout_fuchsia_boot_images': "terminal.x64", |
| 'checkout_fuchsia_product_bundles': '"{checkout_fuchsia_boot_images}" != ""', |
| |
| 'checkout_instrumented_libraries': False, |
| 'checkout_ittapi': 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 our clang binary. |
| 'checkout_clang_tidy': False, |
| |
| # Fetch clangd into the same bin/ directory as our clang binary. |
| 'checkout_clangd': False, |
| |
| # Fetch and build V8 builtins with PGO profiles |
| 'checkout_v8_builtins_pgo_profiles': False, |
| |
| 'android_url': 'https://android.googlesource.com', |
| 'chromium_url': 'https://chromium.googlesource.com', |
| 'download_gcmole': False, |
| 'download_jsfunfuzz': False, |
| 'download_prebuilt_bazel': False, |
| 'download_prebuilt_arm64_llvm_symbolizer': False, |
| 'check_v8_header_includes': False, |
| |
| # By default, download the fuchsia sdk from the public sdk directory. |
| 'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/core/', |
| |
| # Used for downloading the Fuchsia SDK without running hooks. |
| 'checkout_fuchsia_no_hooks': False, |
| |
| # reclient CIPD package version |
| 'reclient_version': 're_client_version:0.179.0.28341fc7-gomaip', |
| |
| # 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(''), |
| |
| # This variable is overrided in Chromium's DEPS file. |
| 'build_with_chromium': False, |
| |
| # GN CIPD package version. |
| 'gn_version': 'git_revision:c4748415f12ac92d2781608b8b84fcc0e33e5ff9', |
| |
| # ninja CIPD package version |
| # https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja |
| 'ninja_version': 'version:3@1.12.1.chromium.4', |
| |
| # siso CIPD package version |
| 'siso_version': 'git_revision:f96f46a8e4cf30c097110903d4b71516ef976fb6', |
| |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling Fuchsia sdk |
| # and whatever else without interference from each other. |
| 'fuchsia_version': 'version:28.20250709.3.1', |
| |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling partition_alloc_version |
| # and whatever else without interference from each other. |
| 'partition_alloc_version': '328d516729e7e9edc833244c73cc9013828e5a1a', |
| |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling android_sdk_build-tools_version |
| # and whatever else without interference from each other. |
| 'android_sdk_build-tools_version': 'y3EsZLg4bxPmpW0oYsAHylywNyMnIwPS3kh1VbQLAFAC', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling android_sdk_emulator_version |
| # and whatever else without interference from each other. |
| 'android_sdk_emulator_version': '9lGp8nTUCRRWGMnI_96HcKfzjnxEJKUcfvfwmA3wXNkC', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling android_sdk_extras_version |
| # and whatever else without interference from each other. |
| 'android_sdk_extras_version': 'bY55nDqO6FAm6FkGIj09sh2KW9oqAkCGKjYok5nUvBMC', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling android_sdk_patcher_version |
| # and whatever else without interference from each other. |
| 'android_sdk_patcher_version': 'I6FNMhrXlpB-E1lOhMlvld7xt9lBVNOO83KIluXDyA0C', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling android_sdk_platform-tools_version |
| # and whatever else without interference from each other. |
| 'android_sdk_platform-tools_version': 'mjFmRj7k_XR9yj60pYbr9mG38FyEbU5oWdU56bZQ5cwC', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling android_sdk_platforms_version |
| # and whatever else without interference from each other. |
| 'android_sdk_platforms_version': '_YHemUrK49JrE7Mctdf5DDNOHu1VKBx_PTcWnZ-cbOAC', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling android_sdk_sources_version |
| # and whatever else without interference from each other. |
| 'android_sdk_sources_version': 'qfTSF99e29-w3eIVPpfcif0Em5etyvxuicTDTntWHQMC', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling android_sdk_tools-lint_version |
| # and whatever else without interference from each other. |
| 'android_sdk_cmdline-tools_version': 'gekOVsZjseS1w9BXAT3FsoW__ByGDJYS9DgqesiwKYoC', |
| } |
| |
| deps = { |
| 'build': |
| Var('chromium_url') + '/chromium/src/build.git' + '@' + '4c2097756b42e5e42866bd364ff56c14f9bad9ac', |
| 'buildtools': |
| Var('chromium_url') + '/chromium/src/buildtools.git' + '@' + '839dbfe8796c6118e31eb998c13a12285adb47cd', |
| 'buildtools/linux64': { |
| 'packages': [ |
| { |
| 'package': 'gn/gn/linux-${{arch}}', |
| 'version': Var('gn_version'), |
| } |
| ], |
| 'dep_type': 'cipd', |
| 'condition': 'host_os == "linux" and host_cpu != "s390" and host_os != "zos" and host_cpu != "ppc"', |
| }, |
| 'buildtools/mac': { |
| 'packages': [ |
| { |
| 'package': 'gn/gn/mac-${{arch}}', |
| 'version': Var('gn_version'), |
| } |
| ], |
| 'dep_type': 'cipd', |
| 'condition': 'host_os == "mac"', |
| }, |
| 'buildtools/win': { |
| 'packages': [ |
| { |
| 'package': 'gn/gn/windows-amd64', |
| 'version': Var('gn_version'), |
| } |
| ], |
| 'dep_type': 'cipd', |
| 'condition': 'host_os == "win"', |
| }, |
| 'buildtools/reclient': { |
| 'packages': [ |
| { |
| 'package': 'infra/rbe/client/${{platform}}', |
| 'version': Var('reclient_version'), |
| } |
| ], |
| 'dep_type': 'cipd', |
| 'condition': '(host_os == "linux" or host_os == "mac" or host_os == "win") and host_cpu != "s390" and host_os != "zos" and host_cpu != "ppc" and (host_cpu != "arm64" or host_os == "mac")', |
| }, |
| 'test/benchmarks/data': |
| Var('chromium_url') + '/v8/deps/third_party/benchmarks.git' + '@' + '05d7188267b4560491ff9155c5ee13e207ecd65f', |
| 'test/mozilla/data': |
| Var('chromium_url') + '/v8/deps/third_party/mozilla-tests.git' + '@' + 'f6c578a10ea707b1a8ab0b88943fe5115ce2b9be', |
| 'test/test262/data': |
| Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + 'f0dc15c6c7ec095ba3caf3acc0f8665394665841', |
| 'third_party/android_platform': { |
| 'url': Var('chromium_url') + '/chromium/src/third_party/android_platform.git' + '@' + 'e97e62b0b5f26315a0cd58ff8772a2483107158e', |
| 'condition': 'checkout_android', |
| }, |
| 'third_party/android_sdk/public': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_sdk/public/build-tools/36.0.0', |
| 'version': Var('android_sdk_build-tools_version'), |
| }, |
| { |
| 'package': 'chromium/third_party/android_sdk/public/emulator', |
| 'version': Var('android_sdk_emulator_version'), |
| }, |
| { |
| 'package': 'chromium/third_party/android_sdk/public/extras', |
| 'version': Var('android_sdk_extras_version'), |
| }, |
| { |
| 'package': 'chromium/third_party/android_sdk/public/patcher', |
| 'version': Var('android_sdk_patcher_version'), |
| }, |
| { |
| 'package': 'chromium/third_party/android_sdk/public/platform-tools', |
| 'version': Var('android_sdk_platform-tools_version'), |
| }, |
| { |
| 'package': 'chromium/third_party/android_sdk/public/platforms/android-36', |
| 'version': Var('android_sdk_platforms_version'), |
| }, |
| { |
| 'package': 'chromium/third_party/android_sdk/public/sources/android-30', |
| 'version': Var('android_sdk_sources_version'), |
| }, |
| { |
| 'package': 'chromium/third_party/android_sdk/public/cmdline-tools', |
| 'version': Var('android_sdk_cmdline-tools_version'), |
| }, |
| ], |
| 'condition': 'checkout_android', |
| 'dep_type': 'cipd', |
| }, |
| 'third_party/android_toolchain/ndk': { |
| 'packages': [ |
| { |
| 'package': 'chromium/third_party/android_toolchain/android_toolchain', |
| 'version': 'KXOia11cm9lVdUdPlbGLu8sCz6Y4ey_HV2s8_8qeqhgC', |
| }, |
| ], |
| 'condition': 'checkout_android', |
| 'dep_type': 'cipd', |
| }, |
| 'third_party/catapult': { |
| 'url': Var('chromium_url') + '/catapult.git' + '@' + '14e8e1ef0d8bbd0b8b52fe9c4976fddeee3d3684', |
| 'condition': 'checkout_android', |
| }, |
| 'third_party/clang-format/script': |
| Var('chromium_url') + '/external/github.com/llvm/llvm-project/clang/tools/clang-format.git' + '@' + '37f6e68a107df43b7d7e044fd36a13cbae3413f2', |
| 'third_party/colorama/src': { |
| 'url': Var('chromium_url') + '/external/colorama.git' + '@' + '3de9f013df4b470069d03d250224062e8cf15c49', |
| 'condition': 'checkout_android', |
| }, |
| 'third_party/cpu_features/src': { |
| 'url': Var('chromium_url') + '/external/github.com/google/cpu_features.git' + '@' + '936b9ab5515dead115606559502e3864958f7f6e', |
| 'condition': 'checkout_android', |
| }, |
| 'third_party/depot_tools': |
| Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + 'fa0292bfbe4c35e83516adb6af38f93f03ea2209', |
| 'third_party/dragonbox/src': |
| Var('chromium_url') + '/external/github.com/jk-jeon/dragonbox.git' + '@' + '6c7c925b571d54486b9ffae8d9d18a822801cbda', |
| 'third_party/fp16/src': |
| Var('chromium_url') + '/external/github.com/Maratyszcza/FP16.git' + '@' + '0a92994d729ff76a58f692d3028ca1b64b145d91', |
| 'third_party/fast_float/src': |
| Var('chromium_url') + '/external/github.com/fastfloat/fast_float.git' + '@' + 'cb1d42aaa1e14b09e1452cfdef373d051b8c02a4', |
| 'third_party/fuchsia-gn-sdk': { |
| 'url': Var('chromium_url') + '/chromium/src/third_party/fuchsia-gn-sdk.git' + '@' + '764129cb937b746fcc2cf965c2d9b8b3076488e4', |
| 'condition': 'checkout_fuchsia', |
| }, |
| 'third_party/simdutf': |
| Var('chromium_url') + '/chromium/src/third_party/simdutf' + '@' + 'a1046f20f7099b4f7dd72d7127bb4dc05252ec5c', |
| # Exists for rolling the Fuchsia SDK. Check out of the SDK should always |
| # rely on the hook running |update_sdk.py| script below. |
| 'third_party/fuchsia-sdk/sdk': { |
| 'packages': [ |
| { |
| 'package': Var('fuchsia_sdk_cipd_prefix') + '${{platform}}', |
| 'version': Var('fuchsia_version'), |
| }, |
| ], |
| 'condition': 'checkout_fuchsia_no_hooks', |
| 'dep_type': 'cipd', |
| }, |
| 'third_party/google_benchmark_chrome': { |
| 'url': Var('chromium_url') + '/chromium/src/third_party/google_benchmark.git' + '@' + 'd6e7f141ed7c93a66890f3750ab634b8b52057a5', |
| }, |
| 'third_party/google_benchmark_chrome/src': { |
| 'url': Var('chromium_url') + '/external/github.com/google/benchmark.git' + '@' + '761305ec3b33abf30e08d50eb829e19a802581cc', |
| }, |
| 'third_party/fuzztest': |
| Var('chromium_url') + '/chromium/src/third_party/fuzztest.git' + '@' + '9a0dcaf7c093406c7bfc79eaa84b45808120d397', |
| 'third_party/fuzztest/src': |
| Var('chromium_url') + '/external/github.com/google/fuzztest.git' + '@' + '7bab06ff5fbbf8b8cce05a8661369dc2e11cde66', |
| 'third_party/googletest/src': |
| Var('chromium_url') + '/external/github.com/google/googletest.git' + '@' + '309dab8d4bbfcef0ef428762c6fec7172749de0f', |
| 'third_party/highway/src': |
| Var('chromium_url') + '/external/github.com/google/highway.git' + '@' + '00fe003dac355b979f36157f9407c7c46448958e', |
| 'third_party/icu': |
| Var('chromium_url') + '/chromium/deps/icu.git' + '@' + 'b929596baebf0ab4ac7ec07f38365db4c50a559d', |
| 'third_party/instrumented_libs': { |
| 'url': Var('chromium_url') + '/chromium/third_party/instrumented_libraries.git' + '@' + '69015643b3f68dbd438c010439c59adc52cac808', |
| 'condition': 'checkout_instrumented_libraries', |
| }, |
| 'third_party/ittapi': { |
| # Force checkout ittapi libraries to pass v8 header includes check on |
| # bots that has check_v8_header_includes enabled. |
| 'url': Var('chromium_url') + '/external/github.com/intel/ittapi' + '@' + 'a3911fff01a775023a06af8754f9ec1e5977dd97', |
| 'condition': "checkout_ittapi or check_v8_header_includes", |
| }, |
| 'third_party/jinja2': |
| Var('chromium_url') + '/chromium/src/third_party/jinja2.git' + '@' + 'c3027d884967773057bf74b957e3fea87e5df4d7', |
| 'third_party/jsoncpp/source': |
| Var('chromium_url') + '/external/github.com/open-source-parsers/jsoncpp.git'+ '@' + '42e892d96e47b1f6e29844cc705e148ec4856448', |
| 'third_party/libc++/src': |
| Var('chromium_url') + '/external/github.com/llvm/llvm-project/libcxx.git' + '@' + '7a36df3acb8356667cf11331638fc31e0fd533c4', |
| 'third_party/libc++abi/src': |
| Var('chromium_url') + '/external/github.com/llvm/llvm-project/libcxxabi.git' + '@' + '8eeec53078a5e67346123d2be6337ab0592e6435', |
| 'third_party/libunwind/src': |
| Var('chromium_url') + '/external/github.com/llvm/llvm-project/libunwind.git' + '@' + '634c609746c6ce2d731a4e6f6285135bd84bd3a3', |
| 'third_party/llvm-libc/src': |
| Var('chromium_url') + '/external/github.com/llvm/llvm-project/libc.git' + '@' + '3b4cfd9875a41e6f698dfcfdf8b9e083b299bc6f', |
| 'third_party/llvm-build/Release+Asserts': { |
| 'dep_type': 'gcs', |
| 'bucket': 'chromium-browser-clang', |
| 'objects': [ |
| { |
| 'object_name': 'Linux_x64/clang-llvmorg-21-init-16348-gbd809ffb-13.tar.xz', |
| 'sha256sum': '3c98ad24de10a71de8fedbcb9485e676891bddd0ed2c9d2a884adb2c1a7331d7', |
| 'size_bytes': 54825068, |
| 'generation': 1752145985596342, |
| 'condition': 'host_os == "linux"', |
| }, |
| { |
| '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', |
| }, |
| { |
| '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', |
| }, |
| { |
| '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', |
| }, |
| { |
| '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"', |
| }, |
| { |
| '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"', |
| }, |
| ], |
| }, |
| 'third_party/logdog/logdog': |
| Var('chromium_url') + '/infra/luci/luci-py/client/libs/logdog' + '@' + '0b2078a90f7a638d576b3a7c407d136f2fb62399', |
| 'third_party/markupsafe': |
| Var('chromium_url') + '/chromium/src/third_party/markupsafe.git' + '@' + '4256084ae14175d38a3ff7d739dca83ae49ccec6', |
| 'third_party/ninja': { |
| 'packages': [ |
| { |
| 'package': 'infra/3pp/tools/ninja/${{platform}}', |
| 'version': Var('ninja_version'), |
| } |
| ], |
| 'dep_type': 'cipd', |
| 'condition': 'host_cpu != "s390" and host_os != "zos" and host_cpu != "ppc"' |
| }, |
| 'third_party/partition_alloc': { |
| 'url': Var('chromium_url') + '/chromium/src/base/allocator/partition_allocator.git@' + Var('partition_alloc_version'), |
| 'condition': 'not build_with_chromium', |
| }, |
| 'third_party/perfetto': |
| Var('android_url') + '/platform/external/perfetto.git' + '@' + '40b529923598b739b2892a536a7692eedbed5685', |
| 'third_party/protobuf': |
| Var('chromium_url') + '/chromium/src/third_party/protobuf.git' + '@' + '17e748fa88a92644b8879ab76126ead5efbdff29', |
| 'third_party/re2/src': |
| Var('chromium_url') + '/external/github.com/google/re2.git' + '@' + '8ea5841693c6c0b837c6ed2189217e8f8d6fee9c', |
| 'third_party/requests': { |
| 'url': Var('chromium_url') + '/external/github.com/kennethreitz/requests.git' + '@' + 'c7e0fc087ceeadb8b4c84a0953a422c474093d6d', |
| 'condition': 'checkout_android', |
| }, |
| 'tools/rust': |
| Var('chromium_url') + '/chromium/src/tools/rust' + '@' + 'c52b68f9dc6986af8573e3151a99b009311dd75f', |
| 'third_party/rust': |
| Var('chromium_url') + '/chromium/src/third_party/rust' + '@' + '8bbd6f5553fdeb11e0b32cd1f4f26510438828c9', |
| '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"', |
| }, |
| { |
| '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"', |
| }, |
| ], |
| }, |
| 'third_party/siso': { |
| 'packages': [ |
| { |
| 'package': 'infra/build/siso/${{platform}}', |
| 'version': Var('siso_version'), |
| } |
| ], |
| 'dep_type': 'cipd', |
| 'condition': 'not build_with_chromium and host_cpu != "s390" and host_os != "zos" and host_cpu != "ppc"', |
| }, |
| 'third_party/zlib': |
| Var('chromium_url') + '/chromium/src/third_party/zlib.git'+ '@' + 'bf1e8de6cc305fdab82db1b65bed76b70bd96c8b', |
| 'tools/clang': |
| Var('chromium_url') + '/chromium/src/tools/clang.git' + '@' + 'd6072980974f9a4922d2eb27e4fd244ca3017031', |
| 'tools/protoc_wrapper': |
| Var('chromium_url') + '/chromium/src/tools/protoc_wrapper.git' + '@' + '3438d4183bfc7c0d6850e8b970204cc8189f0323', |
| 'third_party/abseil-cpp': { |
| 'url': Var('chromium_url') + '/chromium/src/third_party/abseil-cpp.git' + '@' + 'cae4b6a3990e1431caa09c7b2ed1c76d0dfeab17', |
| 'condition': 'not build_with_chromium', |
| }, |
| 'third_party/zoslib': { |
| 'url': Var('chromium_url') + '/external/github.com/ibmruntimes/zoslib.git' + '@' + '1e68de6e37efced3738a88536fccb6bbfe2d70b2', |
| 'condition': 'host_os == "zos"', |
| } |
| } |
| |
| include_rules = [ |
| # Everybody can use some things. |
| '+include', |
| '+unicode', |
| '+third_party/dragonbox/src/include', |
| '+third_party/fast_float/src/include', |
| '+third_party/fdlibm', |
| '+third_party/fp16/src/include', |
| '+third_party/fuzztest', |
| '+third_party/ittapi/include', |
| '+third_party/simdutf', |
| '+third_party/v8/codegen', |
| '+third_party/vtune', |
| '+hwy/highway.h', |
| # Abseil features are allow-listed. Please use your best judgement when adding |
| # to this set -- if in doubt, email v8-dev@. For general guidance, refer to |
| # the Chromium guidelines (though note that some requirements in V8 may be |
| # different to Chromium's): |
| # https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++11.md |
| '+absl/container/flat_hash_map.h', |
| '+absl/container/flat_hash_set.h', |
| '+absl/container/btree_map.h', |
| '+absl/functional/overload.h', |
| '+absl/status', |
| '+absl/synchronization/mutex.h', |
| '+absl/time/time.h', |
| # Some abseil features are explicitly banned. |
| '-absl/types/any.h', # Requires RTTI. |
| '-absl/types/flags', # Requires RTTI. |
| '-absl/functional/function_ref.h', # Use base::FunctionRef |
| ] |
| |
| # checkdeps.py shouldn't check for includes in these directories: |
| skip_child_includes = [ |
| 'build', |
| 'third_party', |
| ] |
| |
| 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', |
| ], |
| }, |
| { |
| # This clobbers when necessary (based on get_landmines.py). It must be the |
| # first hook so that other things that get/generate into the output |
| # directory will not subsequently be clobbered. |
| 'name': 'landmines', |
| 'pattern': '.', |
| 'action': [ |
| 'python3', |
| 'build/landmines.py', |
| '--landmine-scripts', |
| 'tools/get_landmines.py', |
| ], |
| }, |
| { |
| 'name': 'bazel', |
| 'pattern': '.', |
| 'condition': 'download_prebuilt_bazel', |
| 'action': [ 'python3', |
| 'third_party/depot_tools/download_from_google_storage.py', |
| '--bucket', 'chromium-v8-prebuilt-bazel/linux', |
| '--no_resume', |
| '-s', 'tools/bazel/bazel.sha1', |
| '--platform=linux*', |
| ], |
| }, |
| # 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': 'gcmole', |
| 'pattern': '.', |
| 'condition': 'download_gcmole', |
| 'action': [ 'python3', |
| 'third_party/depot_tools/download_from_google_storage.py', |
| '--bucket', 'chrome-v8-gcmole', |
| '-u', '--no_resume', |
| '-s', 'tools/gcmole/gcmole-tools.tar.gz.sha1', |
| '--platform=linux*', |
| ], |
| }, |
| { |
| 'name': 'jsfunfuzz', |
| 'pattern': '.', |
| 'condition': 'download_jsfunfuzz', |
| 'action': [ 'python3', |
| 'third_party/depot_tools/download_from_google_storage.py', |
| '--bucket', 'chrome-v8-jsfunfuzz', |
| '-u', '--no_resume', |
| '-s', 'tools/jsfunfuzz/jsfunfuzz.tar.gz.sha1', |
| '--platform=linux*', |
| ], |
| }, |
| { |
| 'name': 'llvm_symbolizer', |
| 'pattern': '.', |
| 'condition': 'download_prebuilt_arm64_llvm_symbolizer', |
| 'action': [ 'python3', |
| 'third_party/depot_tools/download_from_google_storage.py', |
| '--bucket', 'chromium-v8/llvm/arm64', |
| '--no_resume', |
| '-s', 'tools/sanitizers/linux/arm64/llvm-symbolizer.sha1', |
| '--platform=linux*', |
| ], |
| }, |
| { |
| 'name': 'wasm_spec_tests', |
| 'pattern': '.', |
| 'action': [ 'python3', |
| 'third_party/depot_tools/download_from_google_storage.py', |
| '--no_resume', |
| '-u', |
| '--bucket', 'v8-wasm-spec-tests', |
| '-s', 'test/wasm-spec-tests/tests.tar.gz.sha1', |
| ], |
| }, |
| { |
| 'name': 'wasm_js', |
| 'pattern': '.', |
| 'action': [ 'python3', |
| 'third_party/depot_tools/download_from_google_storage.py', |
| '--no_resume', |
| '-u', |
| '--bucket', 'v8-wasm-spec-tests', |
| '-s', 'test/wasm-js/tests.tar.gz.sha1', |
| ], |
| }, |
| { |
| # 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. |
| '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'], |
| }, |
| { |
| # Update LASTCHANGE. |
| 'name': 'lastchange', |
| 'pattern': '.', |
| 'action': ['python3', 'build/util/lastchange.py', |
| '-o', 'build/util/LASTCHANGE'], |
| }, |
| { |
| 'name': 'Download Fuchsia SDK from GCS', |
| 'pattern': '.', |
| 'condition': 'checkout_fuchsia', |
| 'action': [ |
| 'python3', |
| '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', |
| 'build/fuchsia/update_product_bundles.py', |
| '{checkout_fuchsia_boot_images}', |
| ], |
| }, |
| { |
| # Mac does not have llvm-objdump, download it for cross builds in Fuchsia. |
| 'name': 'llvm-objdump', |
| 'pattern': '.', |
| 'condition': 'host_os == "mac" and checkout_fuchsia', |
| 'action': ['python3', 'tools/clang/scripts/update.py', |
| '--package=objdump'], |
| }, |
| { |
| 'name': 'vpython3_common', |
| 'pattern': '.', |
| 'action': [ 'vpython3', |
| '-vpython-spec', '.vpython3', |
| '-vpython-tool', 'install', |
| ], |
| }, |
| { |
| 'name': 'check_v8_header_includes', |
| 'pattern': '.', |
| 'condition': 'check_v8_header_includes', |
| 'action': [ |
| 'python3', |
| 'tools/generate-header-include-checks.py', |
| ], |
| }, |
| { |
| 'name': 'checkout_v8_builtins_pgo_profiles', |
| 'pattern': '.', |
| 'condition': 'checkout_v8_builtins_pgo_profiles', |
| 'action': [ |
| 'python3', |
| 'tools/builtins-pgo/download_profiles.py', |
| 'download', |
| '--quiet', |
| ], |
| }, |
| # Configure remote exec cfg files |
| { |
| 'name': 'download_and_configure_reclient_cfgs', |
| 'pattern': '.', |
| 'condition': 'download_remoteexec_cfg and not build_with_chromium', |
| '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 and not build_with_chromium', |
| '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', |
| ], |
| }, |
| # Configure Siso for developer builds. |
| { |
| 'name': 'configure_siso', |
| 'pattern': '.', |
| 'condition': 'not build_with_chromium', |
| 'action': ['python3', |
| 'build/config/siso/configure_siso.py', |
| '--rbe_instance', |
| Var('rbe_instance'), |
| ], |
| }, |
| ] |
| |
| recursedeps = [ |
| 'build', |
| 'buildtools', |
| 'third_party/instrumented_libs', |
| ] |