|  | use_relative_paths = True | 
|  |  | 
|  | gclient_gn_args_file = 'build/config/gclient_args.gni' | 
|  | gclient_gn_args = [ | 
|  | 'checkout_android', | 
|  | 'checkout_skia', | 
|  | ] | 
|  |  | 
|  | vars = { | 
|  | # 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, | 
|  |  | 
|  | # Pull in Android native toolchain dependencies, so we can build ARC++ | 
|  | # support libraries. | 
|  | 'checkout_android_native_support': 'checkout_android', | 
|  |  | 
|  | 'checkout_clang_coverage_tools': 'False', | 
|  |  | 
|  | 'checkout_clang_tidy': 'False', | 
|  |  | 
|  | 'checkout_clangd': 'False', | 
|  |  | 
|  | '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.172.0.3cf60ba5-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': 'cc230bcfdbc1814256376e30b84be7b2f0d1335f', | 
|  | # 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': 'Idl-vYnWGnM8K3XJhM3h6zjYVDXlnljVz3FE00V9IM8C', | 
|  | # 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': 'bcaac35c149ba998cb3eb7297a5cb664fc62a3d5', | 
|  | # 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': '244e7cf4453305d0c17d500662a69fba2e46a73e', | 
|  | # 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': '93e56257a5089dc49f1dfd1240c527f5fe1b237f', | 
|  | # 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': '1549a8dba21b6c022c6f5ccee4edf18e5ceb2109', | 
|  | # 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': 'c5329b32267cf3182983c86f9926bb5e7378b1fb', | 
|  | # 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': '13e2c8b8229889abfc08ac207de1fa0b68870f64', | 
|  | # 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. | 
|  | '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': '50eedb1b5a74772dd77f9fe6b1cd82e3c4c1d9a7', | 
|  | # 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': '581ac1c79dd9d9f6f4e8b2934e7a55c7becf0799', | 
|  | # 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': '5d4e649f740c675426fbe4cdaffc53ee2a4cb954', | 
|  | # 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:4a8016dc391553fa1644c0740cc04eaac844121e', | 
|  | # 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:53ff30f1de821b886be28769b8aa8b97aecf11ea', | 
|  | # 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': '24a9e940d481f992ba852599c78bb2217362847b', | 
|  | # 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': '00fe003dac355b979f36157f9407c7c46448958e', | 
|  | # 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': 'd30b7b0bb3829f2e220df403ed461a1ede78b774', | 
|  | # 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': '3cc43119a29158bcde39d288a8def4b8ec49baf8', | 
|  | # 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': '5e1ee241ab04b38889f8d517f2da8b3df7cfbd9a', | 
|  | # 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': 'e14cbfaa85529d47f9f55b0f104a579c1061f9ad', | 
|  | # 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': '4f05e20cbe1d02fa0871ac88b30eead9e38cab3a', | 
|  | # 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': '94c5d7a8edc09f0680aee57548c0b5d400c2840d', | 
|  | # 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': '28213bcabe2117da81588720575e5599bafa18da', | 
|  | # 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': '62e217a12ee1133833d9890b2f7adde900e4efbd', | 
|  | # 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': 'a02de4d0d992b110c8b180fdec91258e7b60265f', | 
|  | # 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': '9f8efc8637f847ab1ba984212598e6fb9cf1b3d4', | 
|  | # 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': 'f477acb1049f5e043904b87b825c5915084a9a29', | 
|  | # 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': '46d880ff62f340854a5a70142b0abf604c7af221', | 
|  | # 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': '7e9430c92e07cf45bd151bd4158a7795d117ffeb', | 
|  | # Three lines of non-changing comments so that | 
|  | # the commit queue can handle CLs rolling resultdb | 
|  | # and whatever else without interference from each other. | 
|  | 'resultdb_version': 'git_revision:ebc74d10fa0d64057daa6f128e89f3672eeeec95', | 
|  | # 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': 'c9807246681a182d70462d1dcfd9ef2b114ce118', | 
|  | # Three lines of non-changing comments so that | 
|  | # the commit queue can handle CLs rolling skia | 
|  | # and whatever else without interference from each other. | 
|  | 'simdutf_revision': '5a9a2134b280c1b956ad68a0643797fe26dd1c94', | 
|  | # 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': '6ca926db528a7c0346649495ad19457ee76461ed', | 
|  | # 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': '14089a7f57fa80c58e8604efef2134d542e7134b', | 
|  | # 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': 'f26c92c0db9fe2348a390ae61d45e8d7dcd6228f', | 
|  | # 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': 'c206c46cd0bd65b02e85abe5965d82e4beb7d453', | 
|  | # 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': '788cb3c270e8700b425c7bdca1f9ce6b0c1400a9', | 
|  | } | 
|  |  | 
|  | # 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/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': | 
|  | Var('chromium_git') + '/external/github.com/google/highway.git@' + | 
|  | Var('highway_revision'), | 
|  |  | 
|  | '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': [ | 
|  | { | 
|  | 'object_name': 'Linux_x64/clang-llvmorg-21-init-5118-g52cd27e6-2.tar.xz', | 
|  | 'sha256sum': 'c8102bea994ee40fa4f49cab77c168ebf42e1c8e00dccb7900252e6bfe9b3f93', | 
|  | 'size_bytes': 54508972, | 
|  | 'generation': 1742224445016022, | 
|  | 'condition': '(host_os == "linux" or checkout_android) and non_git_source', | 
|  | }, | 
|  | { | 
|  | 'object_name': 'Mac/clang-llvmorg-21-init-5118-g52cd27e6-2.tar.xz', | 
|  | 'sha256sum': '09aac4adaa0317b23e09e288476351fe2225f95603b39d786364758425465fa5', | 
|  | 'size_bytes': 51638812, | 
|  | 'generation': 1742224447599299, | 
|  | 'condition': 'host_os == "mac" and host_cpu == "x64"', | 
|  | }, | 
|  | { | 
|  | 'object_name': 'Mac/clang-mac-runtime-library-llvmorg-21-init-5118-g52cd27e6-2.tar.xz', | 
|  | 'sha256sum': '3bd49a6abf6ef935f3717a0dbe3edbd9dd7c655a21617a249e7b8f5b48c3b405', | 
|  | 'size_bytes': 981060, | 
|  | 'generation': 1742224467639447, | 
|  | 'condition': 'checkout_mac and not host_os == "mac"', | 
|  | }, | 
|  | { | 
|  | 'object_name': 'Mac_arm64/clang-llvmorg-21-init-5118-g52cd27e6-2.tar.xz', | 
|  | 'sha256sum': '72292a28bee1dcdea924da5bbc6e8701e042f9d741b3f881a278f88a01a2b8a8', | 
|  | 'size_bytes': 43793560, | 
|  | 'generation': 1742224469033313, | 
|  | 'condition': 'host_os == "mac" and host_cpu == "arm64"', | 
|  | }, | 
|  | { | 
|  | 'object_name': 'Win/clang-llvmorg-21-init-5118-g52cd27e6-2.tar.xz', | 
|  | 'sha256sum': '524af761d54b925e35057360966fe4e54b350b7b1120dcb1665cd9f64cc2b9b3', | 
|  | 'size_bytes': 46780560, | 
|  | 'generation': 1742224494259495, | 
|  | 'condition': 'host_os == "win"', | 
|  | }, | 
|  | { | 
|  | 'object_name': 'Win/clang-win-runtime-library-llvmorg-21-init-5118-g52cd27e6-2.tar.xz', | 
|  | 'sha256sum': 'd40b14fef05653bf5e5e9b0378cd2fe221dfa641fe06b55e16b6da09c79e6483', | 
|  | 'size_bytes': 2469504, | 
|  | 'generation': 1742224516056632, | 
|  | 'condition': 'checkout_win and not 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-f7b43542838f0a4a6cfdb17fbeadf45002042a77-1-llvmorg-21-init-5118-g52cd27e6.tar.xz', | 
|  | 'sha256sum': '213ffcc751ba5f5a4e15fc0dbcbdb94aa7dbc4b6cddd3605121cd26ff8a8b359', | 
|  | 'size_bytes': 118223072, | 
|  | 'generation': 1741985831167267, | 
|  | 'condition': 'host_os == "linux" and non_git_source', | 
|  | }, | 
|  | { | 
|  | 'object_name': 'Mac/rust-toolchain-f7b43542838f0a4a6cfdb17fbeadf45002042a77-1-llvmorg-21-init-5118-g52cd27e6.tar.xz', | 
|  | 'sha256sum': 'f5ad2fe26336a87713ffcad9e06ae4c1ecb4773ae496a33450a7091c5eec560c', | 
|  | 'size_bytes': 111168208, | 
|  | 'generation': 1741985832885972, | 
|  | 'condition': 'host_os == "mac" and host_cpu == "x64"', | 
|  | }, | 
|  | { | 
|  | 'object_name': 'Mac_arm64/rust-toolchain-f7b43542838f0a4a6cfdb17fbeadf45002042a77-1-llvmorg-21-init-5118-g52cd27e6.tar.xz', | 
|  | 'sha256sum': 'fac3586c08239bbb8fd192a7ba5deaa9ae62f6fde2c1d665953f87176467a156', | 
|  | 'size_bytes': 100534232, | 
|  | 'generation': 1741985834191792, | 
|  | 'condition': 'host_os == "mac" and host_cpu == "arm64"', | 
|  | }, | 
|  | { | 
|  | 'object_name': 'Win/rust-toolchain-f7b43542838f0a4a6cfdb17fbeadf45002042a77-1-llvmorg-21-init-5118-g52cd27e6.tar.xz', | 
|  | 'sha256sum': '7b41e74c9b45ca97ca65279c605e6af878de5682fe574d1f1860d9da9b3a5909', | 
|  | 'size_bytes': 180896336, | 
|  | 'generation': 1741985835535129, | 
|  | 'condition': 'host_os == "win"', | 
|  | }, | 
|  | ], | 
|  | }, | 
|  |  | 
|  | 'third_party/simdutf': { | 
|  | 'url': Var('chromium_git') + '/chromium/src/third_party/simdutf@' + | 
|  | Var('simdutf_revision'), | 
|  | 'condition': 'checkout_v8', | 
|  | }, | 
|  |  | 
|  | '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('resultdb_version'), | 
|  | }, | 
|  | ], | 
|  | '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', | 
|  | }, | 
|  |  | 
|  | '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/no_destructor.h', | 
|  | '-third_party/abseil-cpp/absl/base/nullability.h', | 
|  | '-third_party/abseil-cpp/absl/container', | 
|  | '+third_party/abseil-cpp/absl/container/inlined_vector.h', | 
|  | '-third_party/abseil-cpp/absl/crc', | 
|  | '-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/functional/overload.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/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', | 
|  | '--no_auth', | 
|  | '--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', | 
|  | '--no_auth', | 
|  | '--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', | 
|  | '--no_auth', | 
|  | '--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', | 
|  | '--no_auth', | 
|  | '--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', | 
|  | ], | 
|  | }, | 
|  | ] |