# This file is used to manage the dependencies of the ANGLE git repo. It is # used by gclient to determine what version of each dependency to check out, and # where. # Avoids the need for a custom root variable. use_relative_paths = True gclient_gn_args_file = 'build/config/gclient_args.gni' git_dependencies = "SYNC" gclient_gn_args = [ 'checkout_angle_internal', 'checkout_angle_mesa', 'checkout_angle_restricted_traces', 'generate_location_tags', ] vars = { 'android_git': 'https://android.googlesource.com', 'chromium_git': 'https://chromium.googlesource.com', 'chrome_internal_git': 'https://chrome-internal.googlesource.com', 'swiftshader_git': 'https://swiftshader.googlesource.com', # This variable is overrided in Chromium's DEPS file. 'build_with_chromium': False, # By default, download the fuchsia sdk from the public sdk directory. 'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/core/', # We don't use location metadata in our test isolates. 'generate_location_tags': False, # Only check out public sources by default. This can be overridden with custom_vars. 'checkout_angle_internal': False, # Controls if we check out the restricted traces. 'checkout_angle_restricted_traces': 'checkout_angle_internal', # Pull in Android native toolchain dependencies for Chrome OS too, so we can # build ARC++ support libraries. 'checkout_android_native_support': 'checkout_android or checkout_chromeos', # Check out Mesa and libdrm in ANGLE's third_party folder. 'checkout_angle_mesa': False, # Version of Chromium our Chromium-based DEPS are mirrored from. 'chromium_revision': '27249fedce4b0c4800bb08eda18835d7b0509d23', # We never want to checkout chromium, # but need a dummy DEPS entry for the autoroller 'dummy_checkout_chromium': False, # Current revision of VK-GL-CTS (a.k.a dEQP). 'vk_gl_cts_revision': 'af594bc856e58f133cc942b611f59bd1afd70300', # Current revision of googletest. # Note: this dep cannot be auto-rolled b/c of nesting. 'googletest_revision': '2d924d7a971e9667d76ad09727fb2402b4f8a1e3', # Current revision of Chrome's third_party googletest directory. This # repository is mirrored as a separate repository, with separate git hashes # that don't match the external googletest repository or Chrome. Mirrored # patches will have a different git hash associated with them. # To roll, first get the new hash for chromium_googletest_revision from the # mirror of third_party/googletest located here: # https://chromium.googlesource.com/chromium/src/third_party/googletest/ # Then get the new hash for googletest_revision from the root Chrome DEPS # file: https://source.chromium.org/chromium/chromium/src/+/main:DEPS 'chromium_googletest_revision': '17bbed2084d3127bd7bcd27283f18d7a5861bea8', # Current revision of jsoncpp. # Note: this dep cannot be auto-rolled b/c of nesting. 'jsoncpp_revision': '42e892d96e47b1f6e29844cc705e148ec4856448', # Current revision of Chrome's third_party jsoncpp directory. This repository # is mirrored as a separate repository, with separate git hashes that # don't match the external JsonCpp repository or Chrome. Mirrored patches # will have a different git hash associated with them. # To roll, first get the new hash for chromium_jsoncpp_revision from the # mirror of third_party/jsoncpp located here: # https://chromium.googlesource.com/chromium/src/third_party/jsoncpp/ # Then get the new hash for jsoncpp_revision from the root Chrome DEPS file: # https://source.chromium.org/chromium/chromium/src/+/main:DEPS 'chromium_jsoncpp_revision': 'f62d44704b4da6014aa231cfc116e7fd29617d2a', # Current revision of patched-yasm. # Note: this dep cannot be auto-rolled b/c of nesting. 'patched_yasm_revision': '720b70524a4424b15fc57e82263568c8ba0496ad', # 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': '69bde63990232fa4c5f4ffaf61e95596c25f03f3', # the commit queue can handle CLs rolling Fuchsia sdk # and whatever else without interference from each other. 'fuchsia_version': 'version:16.20231129.1.1', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling luci-go # and whatever else without interference from each other. 'luci_go': 'git_revision:1ea45c1829514ff20c476f083462e7b8fdfaf9ae', # 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': 'YK9Rzw3fDzMHVzatNN6VlyoD_81amLZpN1AbmkdOd6AC', # 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_platform-tools_version # and whatever else without interference from each other. 'android_sdk_platform-tools_version': 'HWVsGs2HCKgSVv41FsOcsfJbNcB0UFiNrF6Tc4yRArYC', # 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': 'u-bhWbTME6u-DjypTgr3ZikCyeAeU6txkR9ET6Uudc8C', # ninja CIPD package version. # https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja 'ninja_version': 'version:2@1.11.1.chromium.6', # 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.124.1.13f78cc-gomaip', # siso CIPD package version. 'siso_version': 'git_revision:acf6e472017229d73c507e50c8660c2d3a2021e0', # 'magic' text to tell depot_tools that git submodules should be accepted but # but parity with DEPS file is expected. 'SUBMODULE_MIGRATION': 'True' } deps = { 'build': { 'url': Var('chromium_git') + '/chromium/src/build.git@6fdac9cc5eac1d59c208601c03c183007310bca2', 'condition': 'not build_with_chromium', }, 'buildtools': { 'url': Var('chromium_git') + '/chromium/src/buildtools.git@9a7b2358106026b412e3233c280b58a98280a024', 'condition': 'not build_with_chromium', }, 'third_party/clang-format/script': { 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@e5337933f2951cacd3aeacd238ce4578163ca0b9', 'condition': 'not build_with_chromium', }, 'buildtools/linux64': { 'packages': [ { 'package': 'gn/gn/linux-${{arch}}', 'version': 'git_revision:7367b0df0a0aa25440303998d54045bda73935a5', } ], 'dep_type': 'cipd', 'condition': 'not build_with_chromium and host_os == "linux"', }, 'buildtools/mac': { 'packages': [ { 'package': 'gn/gn/mac-${{arch}}', 'version': 'git_revision:7367b0df0a0aa25440303998d54045bda73935a5', } ], 'dep_type': 'cipd', 'condition': 'not build_with_chromium and host_os == "mac"', }, 'buildtools/reclient': { 'packages': [ { 'package': Var('reclient_package') + '${{platform}}', 'version': Var('reclient_version'), } ], 'dep_type': 'cipd', 'condition': 'not build_with_chromium and not (host_os == "linux" and host_cpu == "arm64")', }, 'buildtools/win': { 'packages': [ { 'package': 'gn/gn/windows-amd64', 'version': 'git_revision:7367b0df0a0aa25440303998d54045bda73935a5', } ], 'dep_type': 'cipd', 'condition': 'not build_with_chromium and host_os == "win"', }, 'testing': { 'url': '{chromium_git}/chromium/src/testing@1633d23fc7b6ea79319a60a9e65a75ecc9d00771', 'condition': 'not build_with_chromium', }, 'third_party/abseil-cpp': { 'url': Var('chromium_git') + '/chromium/src/third_party/abseil-cpp@025aa883df36d96e43b551dab5e96042e11b50d3', 'condition': 'not build_with_chromium', }, 'third_party/android_build_tools': { 'url': Var('chromium_git') + '/chromium/src/third_party/android_build_tools@f349efeefb01024f89a3e5ddebae954dafdc596c', 'condition': 'checkout_android and not build_with_chromium', }, 'third_party/android_build_tools/aapt2': { 'packages': [ { 'package': 'chromium/third_party/android_build_tools/aapt2', 'version': 'y1G4s2RWI63L9ZLgzS3RzFdWdeblpCmYyAUzMphcQawC', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_build_tools/art': { 'packages': [ { 'package': 'chromium/third_party/android_build_tools/art', 'version': '87169fbc701d244c311e6aa8843591a7f1710bc0', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_build_tools/bundletool': { 'packages': [ { 'package': 'chromium/third_party/android_build_tools/bundletool', 'version': 'XoK0RwIzanpFScg7dU_8th5zMvLgKvk7c_PmhZ5LSEQC', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_build_tools/lint': { 'packages': [ { 'package': 'chromium/third_party/android_build_tools/lint', 'version': 'HauAZeOm40GKv93v51MaoIilRbuPDo29QhN98r7kQaMC', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_build_tools/manifest_merger': { 'packages': [ { 'package': 'chromium/third_party/android_build_tools/manifest_merger', 'version': 'SdNR04V227YL22FMmKoS4AdLYwv6MJe8HBAZKNhXoCsC', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps': { 'url': Var('chromium_git') + '/chromium/src/third_party/android_deps@c4a82efb2f0f4b691db88efef60561d87ea8ec78', 'condition': 'checkout_android and not build_with_chromium', }, 'third_party/android_toolchain/ndk': { 'packages': [ { 'package': 'chromium/third_party/android_toolchain/android_toolchain', 'version': 'XSjN84pHxBPX13CrUj3fQjEroncvFGGeJY9wDVEDswoC', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_platform': { 'url': Var('chromium_git') + '/chromium/src/third_party/android_platform@eeb2d566f963bb66212fdc0d9bbe1dde550b4969', 'condition': 'checkout_android and not build_with_chromium', }, 'third_party/android_sdk': { 'url': Var('chromium_git') + '/chromium/src/third_party/android_sdk@f7abe43b8a27f0d465abe4adc9cc4bffd9f15db7', 'condition': 'checkout_android and not build_with_chromium', }, 'third_party/android_sdk/public': { 'packages': [ { 'package': 'chromium/third_party/android_sdk/public/build-tools/34.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/platform-tools', 'version': Var('android_sdk_platform-tools_version'), }, { 'package': 'chromium/third_party/android_sdk/public/platforms/android-34', 'version': Var('android_sdk_platforms_version'), }, { 'package': 'chromium/third_party/android_sdk/public/cmdline-tools', 'version': 'Sy00LuyBIUJdRGYKwg0zjWH8eAIUvgnnNiPkI8etaZYC', }, ], 'condition': 'checkout_android_native_support and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_system_sdk': { 'packages': [ { 'package': 'chromium/third_party/android_system_sdk/public', 'version': '4QeolYaSKWBtVTgzJU4tHUfzA9OJTDM8YUcD426IctwC', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/astc-encoder/src': { 'url': Var('chromium_git') + '/external/github.com/ARM-software/astc-encoder@573c475389bf51d16a5c3fc8348092e094e50e8f', 'condition': 'not build_with_chromium', }, 'third_party/bazel': { 'packages': [ { 'package': 'chromium/third_party/bazel', 'version': 'VjMsf48QUWw8n7XtJP2AuSjIGmbQeYdWdwyxVvIRLmAC', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/catapult': { 'url': Var('chromium_git') + '/catapult.git' + '@' + Var('catapult_revision'), 'condition': 'not build_with_chromium', }, # Cherry is a dEQP/VK-GL-CTS management GUI written in Go. We use it for viewing test results. 'third_party/cherry': { 'url': Var('android_git') + '/platform/external/cherry@4f8fb08d33ca5ff05a1c638f04c85bbb8d8b52cc', 'condition': 'not build_with_chromium', }, 'third_party/colorama/src': { 'url': Var('chromium_git') + '/external/colorama.git@3de9f013df4b470069d03d250224062e8cf15c49', 'condition': 'checkout_android and not build_with_chromium', }, 'third_party/clspv': { 'url': Var('chromium_git') + '/external/github.com/google/clspv@a173c052455434a422bcfe5c12ffe44d574fd6e1', 'condition': 'not build_with_chromium', }, 'third_party/cpu_features/src': { 'url': Var('chromium_git') + '/external/github.com/google/cpu_features.git' + '@' + '936b9ab5515dead115606559502e3864958f7f6e', 'condition': 'checkout_android and not build_with_chromium', }, 'third_party/depot_tools': { 'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@05a55efaa9d4bda7247efac74c4cda68527d8eec', 'condition': 'not build_with_chromium', }, # We never want to checkout chromium, # but need a dummy DEPS entry for the autoroller 'third_party/dummy_chromium': { 'url': Var('chromium_git') + '/chromium/src.git' + '@' + Var('chromium_revision'), 'condition': 'dummy_checkout_chromium', }, 'third_party/EGL-Registry/src': { 'url': Var('chromium_git') + '/external/github.com/KhronosGroup/EGL-Registry@7dea2ed79187cd13f76183c4b9100159b9e3e071', 'condition': 'not build_with_chromium', }, 'third_party/flatbuffers/src': { 'url': Var('chromium_git') + '/external/github.com/google/flatbuffers.git@bcb9ef187628fe07514e57756d05e6a6296f7dc5', 'condition': 'checkout_android and not build_with_chromium', }, 'third_party/fuchsia-sdk/sdk': { 'packages': [ { 'package': Var('fuchsia_sdk_cipd_prefix') + '${{platform}}', 'version': Var('fuchsia_version'), }, ], 'condition': 'checkout_fuchsia and not build_with_chromium', 'dep_type': 'cipd', }, # Closed-source OpenGL ES 1.1 Conformance tests. 'third_party/gles1_conform': { 'url': Var('chrome_internal_git') + '/angle/es-cts.git@dc9f502f709c9cd88d7f8d3974f1c77aa246958e', 'condition': 'checkout_angle_internal', }, # glmark2 is a GPL3-licensed OpenGL ES 2.0 benchmark. We use it for testing. 'third_party/glmark2/src': { 'url': Var('chromium_git') + '/external/github.com/glmark2/glmark2@ca8de51fedb70bace5351c6b002eb952c747e889', }, 'third_party/googletest': { 'url': Var('chromium_git') + '/chromium/src/third_party/googletest' + '@' + Var('chromium_googletest_revision'), 'condition': 'not build_with_chromium', }, 'third_party/ijar': { 'url': Var('chromium_git') + '/chromium/src/third_party/ijar@e2247b3708c23a7b5c02438f9e5c8f588623cc6a', 'condition': 'checkout_android and not build_with_chromium', }, 'third_party/kotlin_stdlib': { 'packages': [ { 'package': 'chromium/third_party/kotlin_stdlib', 'version': 'QEHg036Jc2HWG4-ao7usl1QUexRidGFFSgqqWUpmK-YC', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, # We use the upstream/main branch. 'third_party/libdrm': { 'url': Var('chromium_git') + '/chromiumos/third_party/libdrm@474894ed17a037a464e5bd845a0765a50f647898', 'condition': 'checkout_angle_mesa', }, # libjpeg_turbo is used by glmark2. 'third_party/libjpeg_turbo': { 'url': Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git@9b894306ec3b28cea46e84c32b56773a98c483da', 'condition': 'not build_with_chromium', }, 'third_party/libpng/src': { 'url': Var('android_git') + '/platform/external/libpng@d2ece84bd73af1cd5fae5e7574f79b40e5de4fba', 'condition': 'not build_with_chromium', }, 'third_party/llvm': { 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project@d222fa4521531cc4ac14b8e157d231c108c003be', 'condition': 'not build_with_chromium', }, 'third_party/jdk': { 'packages': [ { 'package': 'chromium/third_party/jdk', 'version': 'tUJrCBvDNDE9jFvgkuOwX8tU6oCWT8CtI2_JxpGlTJIC', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/jdk/extras': { 'packages': [ { 'package': 'chromium/third_party/jdk/extras', 'version': '-7m_pvgICYN60yQI3qmTj_8iKjtnT4NXicT0G_jJPqsC', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/jinja2': { 'url': Var('chromium_git') + '/chromium/src/third_party/jinja2@515dd10de9bf63040045902a4a310d2ba25213a0', 'condition': 'checkout_android and not build_with_chromium', }, 'third_party/jsoncpp': { 'url': Var('chromium_git') + '/chromium/src/third_party/jsoncpp' + '@' + Var('chromium_jsoncpp_revision'), 'condition': 'not build_with_chromium', }, 'third_party/libc++/src': { 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git@4ab8957af3274befed723defd5333873478ca7c6', 'condition': 'not build_with_chromium', }, 'third_party/libc++abi/src': { 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxxabi.git@d5e7c425e0497efe2800b8a42b3e0bac0b1d3134', 'condition': 'not build_with_chromium', }, 'third_party/libunwind/src': { 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git@278e5fbafc5b1707a5c4d09c3fc351cd4aa1630a', 'condition': 'not build_with_chromium', }, 'third_party/markupsafe': { 'url': Var('chromium_git') + '/chromium/src/third_party/markupsafe@006709ba3ed87660a17bd4548c45663628f5ed85', 'condition': 'checkout_android and not build_with_chromium', }, # We use the upstream/main branch. 'third_party/mesa/src': { 'url': Var('chromium_git') + '/external/github.com/Mesa3D/mesa@0a6aa58acae2a5b27ef783c22e976ec9b0d33ddc', 'condition': 'checkout_angle_mesa', }, # We use the upstream/master branch. 'third_party/meson': { 'url': Var('chromium_git') + '/external/github.com/mesonbuild/meson@9fd5eb605674067ce6f8876dc27e5e116024e8a6', 'condition': 'checkout_angle_mesa', }, 'third_party/nasm': { 'url': Var('chromium_git') + '/chromium/deps/nasm.git@7fc833e889d1afda72c06220e5bed8fb43b2e5ce', 'condition': 'not build_with_chromium', }, 'third_party/ninja': { 'packages': [ { 'package': 'infra/3pp/tools/ninja/${{platform}}', 'version': Var('ninja_version'), } ], 'dep_type': 'cipd', 'condition': 'not build_with_chromium', }, 'third_party/OpenCL-Docs/src': { 'url': Var('chromium_git') + '/external/github.com/KhronosGroup/OpenCL-Docs@774114e8761920b976d538d47fad8178d05984ec', 'condition': 'not build_with_chromium', }, 'third_party/OpenCL-ICD-Loader/src': { 'url': Var('chromium_git') + '/external/github.com/KhronosGroup/OpenCL-ICD-Loader@9b5e3849b49a1448996c8b96ba086cd774d987db', 'condition': 'not build_with_chromium', }, 'third_party/OpenGL-Registry/src': { 'url': Var('chromium_git') + '/external/github.com/KhronosGroup/OpenGL-Registry@5bae8738b23d06968e7c3a41308568120943ae77', 'condition': 'not build_with_chromium', }, 'third_party/proguard': { 'packages': [ { 'package': 'chromium/third_party/proguard', 'version': 'Fd91BJFVlmiO6c46YMTsdy7n2f5Sk2hVVGlzPLvqZPsC', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/protobuf': { 'url': Var('chromium_git') + '/chromium/src/third_party/protobuf@41759e11ec427e29e1a72b9401d2af3f6e02d839', 'condition': 'not build_with_chromium', }, 'third_party/Python-Markdown': { 'url': Var('chromium_git') + '/chromium/src/third_party/Python-Markdown@0f4473546172a64636f5d841410c564c0edad625', 'condition': 'not build_with_chromium', }, 'third_party/r8': { 'packages': [ { 'package': 'chromium/third_party/r8', 'version': 'NyEPLS024hp8BUV5gx7DSIZzgCEWY-tevgRF8F1RWYgC', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, # This duplication is intentional, so we avoid updating the r8.jar used by # dexing unless necessary, since each update invalidates all incremental # dexing and unnecessarily slows down all bots. 'third_party/r8/d8': { 'packages': [ { 'package': 'chromium/third_party/r8', 'version': 'vw5kLlW3-suSlCKSO9OQpFWpR8oDnvQ8k1RgKNUapQYC', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/rapidjson/src': { 'url': Var('chromium_git') + '/external/github.com/Tencent/rapidjson@781a4e667d84aeedbeb8184b7b62425ea66ec59f', }, 'third_party/requests/src': { 'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git@c7e0fc087ceeadb8b4c84a0953a422c474093d6d', 'condition': 'checkout_android and not build_with_chromium', }, 'third_party/siso': { 'packages': [ { 'package': 'infra/build/siso/${{platform}}', 'version': Var('siso_version'), } ], 'dep_type': 'cipd', 'condition': 'not build_with_chromium', }, 'third_party/six': { 'url': Var('chromium_git') + '/chromium/src/third_party/six@32c68ae5c1fa363e3e86d56a59d230c445f018ac', 'condition': 'checkout_android and not build_with_chromium', }, 'third_party/SwiftShader': { 'url': Var('swiftshader_git') + '/SwiftShader@77be35e337bb80df52c5ea4dd4cf2d2072abad25', 'condition': 'not build_with_chromium', }, 'third_party/turbine': { 'packages': [ { 'package': 'chromium/third_party/turbine', 'version': 'M27KV5bN2pvX97rzQXxamxLUFHmKEes8wvZevk8nU2YC', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/VK-GL-CTS/src': { 'url': Var('chromium_git') + '/external/github.com/KhronosGroup/VK-GL-CTS' + '@' + Var('vk_gl_cts_revision'), }, 'third_party/vulkan-deps': { 'url': Var('chromium_git') + '/vulkan-deps@fb2389e52832250e05c0a5f08a624e31e6401106', 'condition': 'not build_with_chromium', }, 'third_party/vulkan_memory_allocator': { 'url': Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@56300b29fbfcc693ee6609ddad3fdd5b7a449a21', 'condition': 'not build_with_chromium', }, 'third_party/wayland': { 'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland@75c1a93e2067220fa06208f20f8f096bb463ec08', 'condition': 'not build_with_chromium and host_os == "linux"' }, 'third_party/zlib': { 'url': Var('chromium_git') + '/chromium/src/third_party/zlib@dd5fc1316c9bfe87091c4f418e427633590a84a4', 'condition': 'not build_with_chromium', }, 'tools/android': { 'url': Var('chromium_git') + '/chromium/src/tools/android@143660d1865d5b3ed735ec11611b80ef261d791a', 'condition': 'checkout_android and not build_with_chromium', }, 'tools/clang': { 'url': Var('chromium_git') + '/chromium/src/tools/clang.git@28cba3ec325c9ff378264198cef20fda89519c5d', 'condition': 'not build_with_chromium', }, 'tools/clang/dsymutil': { 'packages': [ { 'package': 'chromium/llvm-build-tools/dsymutil', 'version': 'M56jPzDv1620Rnm__jTMYS62Zi8rxHVq7yw0qeBFEgkC', } ], 'condition': 'checkout_mac and not build_with_chromium', 'dep_type': 'cipd', }, 'tools/luci-go': { 'packages': [ { 'package': 'infra/tools/luci/isolate/${{platform}}', 'version': Var('luci_go'), }, { 'package': 'infra/tools/luci/swarming/${{platform}}', 'version': Var('luci_go'), }, ], 'condition': 'not build_with_chromium', 'dep_type': 'cipd', }, 'tools/mb': { 'url': Var('chromium_git') + '/chromium/src/tools/mb@2206f69ffdbbae9e171a2012445d3d04664ad943', 'condition': 'not build_with_chromium', }, 'tools/md_browser': { 'url': Var('chromium_git') + '/chromium/src/tools/md_browser@6cc8e58a83412dc31de6fb7614fadb0b51748d4b', 'condition': 'not build_with_chromium', }, 'tools/memory': { 'url': Var('chromium_git') + '/chromium/src/tools/memory@884774321e209bae8df789bb831695d5d1fa08d6', 'condition': 'not build_with_chromium', }, 'tools/perf': { 'url': Var('chromium_git') + '/chromium/src/tools/perf@e582bc0452b2c11ed4afcee54bb7dd341c8c9d90', 'condition': 'not build_with_chromium', }, 'tools/protoc_wrapper': { 'url': Var('chromium_git') + '/chromium/src/tools/protoc_wrapper@b5ea227bd88235ab3ccda964d5f3819c4e2d8032', 'condition': 'not build_with_chromium', }, 'tools/python': { 'url': Var('chromium_git') + '/chromium/src/tools/python@64dd0e593f8e438764ced983a9f3f96061df748c', 'condition': 'checkout_android and not build_with_chromium', }, 'tools/skia_goldctl/linux': { 'packages': [ { 'package': 'skia/tools/goldctl/linux-amd64', 'version': 'Zoe29KUyqS2oKisSjN23NSWAF2ABY3oXtvnMcmNgFf8C', }, ], 'dep_type': 'cipd', 'condition': 'checkout_linux and not build_with_chromium', }, 'tools/skia_goldctl/win': { 'packages': [ { 'package': 'skia/tools/goldctl/windows-amd64', 'version': 'zEvgRWYnnTxGYfan6MIEqFyxyBfzgryl755RHBP98wYC', }, ], 'dep_type': 'cipd', 'condition': 'checkout_win and not build_with_chromium', }, 'tools/skia_goldctl/mac_amd64': { 'packages': [ { 'package': 'skia/tools/goldctl/mac-amd64', 'version': 'JqbiGnBxG8TPvCgKA3OOreiQ59Tn_xZoQOrWCP7rzOUC', }, ], 'dep_type': 'cipd', 'condition': 'checkout_mac and not build_with_chromium', }, 'tools/skia_goldctl/mac_arm64': { 'packages': [ { 'package': 'skia/tools/goldctl/mac-arm64', 'version': '6U5_zURvPx2a03ZdJP9q_CPrUrIp3nU7x9u9a7ZWvFsC', }, ], 'dep_type': 'cipd', 'condition': 'checkout_mac and not build_with_chromium', }, 'tools/valgrind': { 'url': Var('chromium_git') + '/chromium/src/tools/valgrind@e10259da244f75e52a681371f679d9ec095ff62a', 'condition': 'not build_with_chromium', }, # === ANGLE Restricted Trace Generated Code Start === 'src/tests/restricted_traces/1945_air_force': { 'packages': [ { 'package': 'angle/traces/1945_air_force', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/20_minutes_till_dawn': { 'packages': [ { 'package': 'angle/traces/20_minutes_till_dawn', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/2_3_4_player_mini_games': { 'packages': [ { 'package': 'angle/traces/2_3_4_player_mini_games', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/3d_pool_ball': { 'packages': [ { 'package': 'angle/traces/3d_pool_ball', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/afk_arena': { 'packages': [ { 'package': 'angle/traces/afk_arena', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/age_of_origins_z': { 'packages': [ { 'package': 'angle/traces/age_of_origins_z', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/agent_a': { 'packages': [ { 'package': 'angle/traces/agent_a', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/aliexpress': { 'packages': [ { 'package': 'angle/traces/aliexpress', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/altos_odyssey': { 'packages': [ { 'package': 'angle/traces/altos_odyssey', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/among_us': { 'packages': [ { 'package': 'angle/traces/among_us', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/angry_birds_2_1500': { 'packages': [ { 'package': 'angle/traces/angry_birds_2_1500', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/angry_birds_2_launch': { 'packages': [ { 'package': 'angle/traces/angry_birds_2_launch', 'version': 'version:7', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/animal_crossing': { 'packages': [ { 'package': 'angle/traces/animal_crossing', 'version': 'version:4', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/antutu_refinery': { 'packages': [ { 'package': 'angle/traces/antutu_refinery', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/arena_of_valor': { 'packages': [ { 'package': 'angle/traces/arena_of_valor', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/arknights': { 'packages': [ { 'package': 'angle/traces/arknights', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/asphalt_8': { 'packages': [ { 'package': 'angle/traces/asphalt_8', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/asphalt_9': { 'packages': [ { 'package': 'angle/traces/asphalt_9', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/avakin_life': { 'packages': [ { 'package': 'angle/traces/avakin_life', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/aztec_ruins': { 'packages': [ { 'package': 'angle/traces/aztec_ruins', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/aztec_ruins_high': { 'packages': [ { 'package': 'angle/traces/aztec_ruins_high', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/badland': { 'packages': [ { 'package': 'angle/traces/badland', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/basemark_gpu': { 'packages': [ { 'package': 'angle/traces/basemark_gpu', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/batman_telltale': { 'packages': [ { 'package': 'angle/traces/batman_telltale', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/battle_of_polytopia': { 'packages': [ { 'package': 'angle/traces/battle_of_polytopia', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/beach_buggy_racing': { 'packages': [ { 'package': 'angle/traces/beach_buggy_racing', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/black_clover_m': { 'packages': [ { 'package': 'angle/traces/black_clover_m', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/black_desert_mobile': { 'packages': [ { 'package': 'angle/traces/black_desert_mobile', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/blade_and_soul_revolution': { 'packages': [ { 'package': 'angle/traces/blade_and_soul_revolution', 'version': 'version:2', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/blockman_go': { 'packages': [ { 'package': 'angle/traces/blockman_go', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/botworld_adventure': { 'packages': [ { 'package': 'angle/traces/botworld_adventure', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/brawl_stars': { 'packages': [ { 'package': 'angle/traces/brawl_stars', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/bricks_breaker_quest': { 'packages': [ { 'package': 'angle/traces/bricks_breaker_quest', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/bridge_constructor_portal': { 'packages': [ { 'package': 'angle/traces/bridge_constructor_portal', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/bubble_shooter': { 'packages': [ { 'package': 'angle/traces/bubble_shooter', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/bubble_shooter_and_friends': { 'packages': [ { 'package': 'angle/traces/bubble_shooter_and_friends', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/bus_simulator_indonesia': { 'packages': [ { 'package': 'angle/traces/bus_simulator_indonesia', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/call_break_offline_card_game': { 'packages': [ { 'package': 'angle/traces/call_break_offline_card_game', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/callbreak': { 'packages': [ { 'package': 'angle/traces/callbreak', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/candy_crush_500': { 'packages': [ { 'package': 'angle/traces/candy_crush_500', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/candy_crush_soda_saga': { 'packages': [ { 'package': 'angle/traces/candy_crush_soda_saga', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/car_chase': { 'packages': [ { 'package': 'angle/traces/car_chase', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/car_parking_multiplayer': { 'packages': [ { 'package': 'angle/traces/car_parking_multiplayer', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/castlevania_sotn': { 'packages': [ { 'package': 'angle/traces/castlevania_sotn', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/catalyst_black': { 'packages': [ { 'package': 'angle/traces/catalyst_black', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/clash_of_clans': { 'packages': [ { 'package': 'angle/traces/clash_of_clans', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/clash_royale': { 'packages': [ { 'package': 'angle/traces/clash_royale', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/cod_mobile': { 'packages': [ { 'package': 'angle/traces/cod_mobile', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/coin_master': { 'packages': [ { 'package': 'angle/traces/coin_master', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/command_and_conquer_rivals': { 'packages': [ { 'package': 'angle/traces/command_and_conquer_rivals', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/cookie_run_kingdom': { 'packages': [ { 'package': 'angle/traces/cookie_run_kingdom', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/cookie_run_oven_break': { 'packages': [ { 'package': 'angle/traces/cookie_run_oven_break', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/csr2_drag_racing': { 'packages': [ { 'package': 'angle/traces/csr2_drag_racing', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/cut_the_rope': { 'packages': [ { 'package': 'angle/traces/cut_the_rope', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/darkness_rises': { 'packages': [ { 'package': 'angle/traces/darkness_rises', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/dead_by_daylight': { 'packages': [ { 'package': 'angle/traces/dead_by_daylight', 'version': 'version:2', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/dead_cells': { 'packages': [ { 'package': 'angle/traces/dead_cells', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/dead_trigger_2': { 'packages': [ { 'package': 'angle/traces/dead_trigger_2', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/diablo_immortal': { 'packages': [ { 'package': 'angle/traces/diablo_immortal', 'version': 'version:2', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/disney_mirrorverse': { 'packages': [ { 'package': 'angle/traces/disney_mirrorverse', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/disney_tsum_tsum': { 'packages': [ { 'package': 'angle/traces/disney_tsum_tsum', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/dota_underlords': { 'packages': [ { 'package': 'angle/traces/dota_underlords', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/dr_driving': { 'packages': [ { 'package': 'angle/traces/dr_driving', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/dragon_ball_legends': { 'packages': [ { 'package': 'angle/traces/dragon_ball_legends', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/dragon_ball_z_dokkan_battle': { 'packages': [ { 'package': 'angle/traces/dragon_ball_z_dokkan_battle', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/dragon_mania_legends': { 'packages': [ { 'package': 'angle/traces/dragon_mania_legends', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/dragon_raja': { 'packages': [ { 'package': 'angle/traces/dragon_raja', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/driver_overhead_2': { 'packages': [ { 'package': 'angle/traces/driver_overhead_2', 'version': 'version:2', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/durak_online': { 'packages': [ { 'package': 'angle/traces/durak_online', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/efootball_pes_2021': { 'packages': [ { 'package': 'angle/traces/efootball_pes_2021', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/egypt_1500': { 'packages': [ { 'package': 'angle/traces/egypt_1500', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/eight_ball_pool': { 'packages': [ { 'package': 'angle/traces/eight_ball_pool', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/empires_and_puzzles': { 'packages': [ { 'package': 'angle/traces/empires_and_puzzles', 'version': 'version:2', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/eve_echoes': { 'packages': [ { 'package': 'angle/traces/eve_echoes', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/evony_the_kings_return': { 'packages': [ { 'package': 'angle/traces/evony_the_kings_return', 'version': 'version:2', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/extreme_car_driving_simulator': { 'packages': [ { 'package': 'angle/traces/extreme_car_driving_simulator', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/fallout_shelter_online': { 'packages': [ { 'package': 'angle/traces/fallout_shelter_online', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/family_island': { 'packages': [ { 'package': 'angle/traces/family_island', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/farm_heroes_saga': { 'packages': [ { 'package': 'angle/traces/farm_heroes_saga', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/fate_grand_order': { 'packages': [ { 'package': 'angle/traces/fate_grand_order', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/fifa_mobile': { 'packages': [ { 'package': 'angle/traces/fifa_mobile', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/final_fantasy': { 'packages': [ { 'package': 'angle/traces/final_fantasy', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/final_fantasy_brave_exvius': { 'packages': [ { 'package': 'angle/traces/final_fantasy_brave_exvius', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/fire_emblem_heroes': { 'packages': [ { 'package': 'angle/traces/fire_emblem_heroes', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/fishdom': { 'packages': [ { 'package': 'angle/traces/fishdom', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/five_nights_at_freddys': { 'packages': [ { 'package': 'angle/traces/five_nights_at_freddys', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/free_fire': { 'packages': [ { 'package': 'angle/traces/free_fire', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/free_fire_max': { 'packages': [ { 'package': 'angle/traces/free_fire_max', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/gacha_club': { 'packages': [ { 'package': 'angle/traces/gacha_club', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/gacha_life': { 'packages': [ { 'package': 'angle/traces/gacha_life', 'version': 'version:2', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/gangstar_vegas': { 'packages': [ { 'package': 'angle/traces/gangstar_vegas', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/gardenscapes': { 'packages': [ { 'package': 'angle/traces/gardenscapes', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/genshin_impact': { 'packages': [ { 'package': 'angle/traces/genshin_impact', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/geometry_dash': { 'packages': [ { 'package': 'angle/traces/geometry_dash', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/goddess_of_victory_nikke': { 'packages': [ { 'package': 'angle/traces/goddess_of_victory_nikke', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/google_maps': { 'packages': [ { 'package': 'angle/traces/google_maps', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/grimvalor': { 'packages': [ { 'package': 'angle/traces/grimvalor', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/happy_color': { 'packages': [ { 'package': 'angle/traces/happy_color', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/harry_potter_hogwarts_mystery': { 'packages': [ { 'package': 'angle/traces/harry_potter_hogwarts_mystery', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/hay_day': { 'packages': [ { 'package': 'angle/traces/hay_day', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/hearthstone': { 'packages': [ { 'package': 'angle/traces/hearthstone', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/higgs_domino_island': { 'packages': [ { 'package': 'angle/traces/higgs_domino_island', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/hill_climb_racing': { 'packages': [ { 'package': 'angle/traces/hill_climb_racing', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/homescapes': { 'packages': [ { 'package': 'angle/traces/homescapes', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/honkai_star_rail': { 'packages': [ { 'package': 'angle/traces/honkai_star_rail', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/hungry_shark_evolution': { 'packages': [ { 'package': 'angle/traces/hungry_shark_evolution', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/idle_heroes': { 'packages': [ { 'package': 'angle/traces/idle_heroes', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/infinity_ops': { 'packages': [ { 'package': 'angle/traces/infinity_ops', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/injustice_2': { 'packages': [ { 'package': 'angle/traces/injustice_2', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/into_the_dead_2': { 'packages': [ { 'package': 'angle/traces/into_the_dead_2', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/jackpot_world': { 'packages': [ { 'package': 'angle/traces/jackpot_world', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/jetpack_joyride': { 'packages': [ { 'package': 'angle/traces/jetpack_joyride', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/junes_journey': { 'packages': [ { 'package': 'angle/traces/junes_journey', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/kartrider_rush': { 'packages': [ { 'package': 'angle/traces/kartrider_rush', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/kentucky_route_zero': { 'packages': [ { 'package': 'angle/traces/kentucky_route_zero', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/klondike_adventures': { 'packages': [ { 'package': 'angle/traces/klondike_adventures', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/last_shelter_survival': { 'packages': [ { 'package': 'angle/traces/last_shelter_survival', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/league_of_legends_wild_rift': { 'packages': [ { 'package': 'angle/traces/league_of_legends_wild_rift', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/lego_legacy': { 'packages': [ { 'package': 'angle/traces/lego_legacy', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/life_is_strange': { 'packages': [ { 'package': 'angle/traces/life_is_strange', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/lilys_garden': { 'packages': [ { 'package': 'angle/traces/lilys_garden', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/limbo': { 'packages': [ { 'package': 'angle/traces/limbo', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/lineage_m': { 'packages': [ { 'package': 'angle/traces/lineage_m', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/lords_mobile': { 'packages': [ { 'package': 'angle/traces/lords_mobile', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/lotsa_slots': { 'packages': [ { 'package': 'angle/traces/lotsa_slots', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/ludo_king': { 'packages': [ { 'package': 'angle/traces/ludo_king', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/lumino_city': { 'packages': [ { 'package': 'angle/traces/lumino_city', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/magic_rush_heroes': { 'packages': [ { 'package': 'angle/traces/magic_rush_heroes', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/magic_tiles_3': { 'packages': [ { 'package': 'angle/traces/magic_tiles_3', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/manhattan_10': { 'packages': [ { 'package': 'angle/traces/manhattan_10', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/manhattan_31': { 'packages': [ { 'package': 'angle/traces/manhattan_31', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/mario_kart_tour': { 'packages': [ { 'package': 'angle/traces/mario_kart_tour', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/marvel_contest_of_champions': { 'packages': [ { 'package': 'angle/traces/marvel_contest_of_champions', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/marvel_snap': { 'packages': [ { 'package': 'angle/traces/marvel_snap', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/marvel_strike_force': { 'packages': [ { 'package': 'angle/traces/marvel_strike_force', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/merge_dragons': { 'packages': [ { 'package': 'angle/traces/merge_dragons', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/messenger_lite': { 'packages': [ { 'package': 'angle/traces/messenger_lite', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/minecraft': { 'packages': [ { 'package': 'angle/traces/minecraft', 'version': 'version:7', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/minecraft_bedrock': { 'packages': [ { 'package': 'angle/traces/minecraft_bedrock', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/minetest': { 'packages': [ { 'package': 'angle/traces/minetest', 'version': 'version:2', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/mini_block_craft': { 'packages': [ { 'package': 'angle/traces/mini_block_craft', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/mini_world': { 'packages': [ { 'package': 'angle/traces/mini_world', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/mobile_legends': { 'packages': [ { 'package': 'angle/traces/mobile_legends', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/monster_hunter_stories': { 'packages': [ { 'package': 'angle/traces/monster_hunter_stories', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/monster_strike': { 'packages': [ { 'package': 'angle/traces/monster_strike', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/monument_valley': { 'packages': [ { 'package': 'angle/traces/monument_valley', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/mortal_kombat': { 'packages': [ { 'package': 'angle/traces/mortal_kombat', 'version': 'version:2', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/mu_origin_3': { 'packages': [ { 'package': 'angle/traces/mu_origin_3', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/my_friend_pedro': { 'packages': [ { 'package': 'angle/traces/my_friend_pedro', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/my_talking_tom2': { 'packages': [ { 'package': 'angle/traces/my_talking_tom2', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/my_talking_tom_friends': { 'packages': [ { 'package': 'angle/traces/my_talking_tom_friends', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/nba2k20_800': { 'packages': [ { 'package': 'angle/traces/nba2k20_800', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/new_legend_of_the_condor_heroes': { 'packages': [ { 'package': 'angle/traces/new_legend_of_the_condor_heroes', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/ni_no_kuni': { 'packages': [ { 'package': 'angle/traces/ni_no_kuni', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/nier_reincarnation': { 'packages': [ { 'package': 'angle/traces/nier_reincarnation', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/octopath_traveler': { 'packages': [ { 'package': 'angle/traces/octopath_traveler', 'version': 'version:2', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/off_the_road': { 'packages': [ { 'package': 'angle/traces/off_the_road', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/one_piece_treasure_cruise': { 'packages': [ { 'package': 'angle/traces/one_piece_treasure_cruise', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/one_punch_man': { 'packages': [ { 'package': 'angle/traces/one_punch_man', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/oxenfree': { 'packages': [ { 'package': 'angle/traces/oxenfree', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/piano_kids': { 'packages': [ { 'package': 'angle/traces/piano_kids', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/plants_vs_zombies_2': { 'packages': [ { 'package': 'angle/traces/plants_vs_zombies_2', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/plants_vs_zombies_heroes': { 'packages': [ { 'package': 'angle/traces/plants_vs_zombies_heroes', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/pokemon_go': { 'packages': [ { 'package': 'angle/traces/pokemon_go', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/pokemon_unite': { 'packages': [ { 'package': 'angle/traces/pokemon_unite', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/portal_knights': { 'packages': [ { 'package': 'angle/traces/portal_knights', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/professional_baseball_spirits': { 'packages': [ { 'package': 'angle/traces/professional_baseball_spirits', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/pubg_mobile_battle_royale': { 'packages': [ { 'package': 'angle/traces/pubg_mobile_battle_royale', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/pubg_mobile_launch': { 'packages': [ { 'package': 'angle/traces/pubg_mobile_launch', 'version': 'version:6', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/pubg_mobile_lite': { 'packages': [ { 'package': 'angle/traces/pubg_mobile_lite', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/pubg_mobile_skydive': { 'packages': [ { 'package': 'angle/traces/pubg_mobile_skydive', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/puzzles_and_survival': { 'packages': [ { 'package': 'angle/traces/puzzles_and_survival', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/ragnarok_m_eternal_love': { 'packages': [ { 'package': 'angle/traces/ragnarok_m_eternal_love', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/raid_shadow_legends': { 'packages': [ { 'package': 'angle/traces/raid_shadow_legends', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/real_commando_secret_mission': { 'packages': [ { 'package': 'angle/traces/real_commando_secret_mission', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/real_cricket_20': { 'packages': [ { 'package': 'angle/traces/real_cricket_20', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/real_gangster_crime': { 'packages': [ { 'package': 'angle/traces/real_gangster_crime', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/real_racing3': { 'packages': [ { 'package': 'angle/traces/real_racing3', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/respawnables': { 'packages': [ { 'package': 'angle/traces/respawnables', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/retro_bowl': { 'packages': [ { 'package': 'angle/traces/retro_bowl', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/rise_of_empires': { 'packages': [ { 'package': 'angle/traces/rise_of_empires', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/rise_of_kingdoms': { 'packages': [ { 'package': 'angle/traces/rise_of_kingdoms', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/romancing_saga': { 'packages': [ { 'package': 'angle/traces/romancing_saga', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/rope_hero_vice_town': { 'packages': [ { 'package': 'angle/traces/rope_hero_vice_town', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/royal_match': { 'packages': [ { 'package': 'angle/traces/royal_match', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/rush_royale': { 'packages': [ { 'package': 'angle/traces/rush_royale', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/saint_seiya_awakening': { 'packages': [ { 'package': 'angle/traces/saint_seiya_awakening', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/sakura_school_simulator': { 'packages': [ { 'package': 'angle/traces/sakura_school_simulator', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/scary_teacher_3d': { 'packages': [ { 'package': 'angle/traces/scary_teacher_3d', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/scrabble_go': { 'packages': [ { 'package': 'angle/traces/scrabble_go', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/shadow_fight_2': { 'packages': [ { 'package': 'angle/traces/shadow_fight_2', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/shadow_fight_3': { 'packages': [ { 'package': 'angle/traces/shadow_fight_3', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/shadowgun_legends': { 'packages': [ { 'package': 'angle/traces/shadowgun_legends', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/sky_force_reloaded': { 'packages': [ { 'package': 'angle/traces/sky_force_reloaded', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/slam_dunk_from_tv_animation': { 'packages': [ { 'package': 'angle/traces/slam_dunk_from_tv_animation', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/slay_the_spire': { 'packages': [ { 'package': 'angle/traces/slay_the_spire', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/slingshot_test1': { 'packages': [ { 'package': 'angle/traces/slingshot_test1', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/slingshot_test2': { 'packages': [ { 'package': 'angle/traces/slingshot_test2', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/sniper_3d': { 'packages': [ { 'package': 'angle/traces/sniper_3d', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/solar_smash': { 'packages': [ { 'package': 'angle/traces/solar_smash', 'version': 'version:2', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/sonic_forces': { 'packages': [ { 'package': 'angle/traces/sonic_forces', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/sonic_the_hedgehog': { 'packages': [ { 'package': 'angle/traces/sonic_the_hedgehog', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/special_forces_group_2': { 'packages': [ { 'package': 'angle/traces/special_forces_group_2', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/standoff_2': { 'packages': [ { 'package': 'angle/traces/standoff_2', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/star_trek_fleet_command': { 'packages': [ { 'package': 'angle/traces/star_trek_fleet_command', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/star_wars_galaxy_of_heroes': { 'packages': [ { 'package': 'angle/traces/star_wars_galaxy_of_heroes', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/star_wars_kotor': { 'packages': [ { 'package': 'angle/traces/star_wars_kotor', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/stardew_valley': { 'packages': [ { 'package': 'angle/traces/stardew_valley', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/state_of_survival': { 'packages': [ { 'package': 'angle/traces/state_of_survival', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/street_fighter_duel': { 'packages': [ { 'package': 'angle/traces/street_fighter_duel', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/street_fighter_iv_ce': { 'packages': [ { 'package': 'angle/traces/street_fighter_iv_ce', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/streets_of_rage_4': { 'packages': [ { 'package': 'angle/traces/streets_of_rage_4', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/stumble_guys': { 'packages': [ { 'package': 'angle/traces/stumble_guys', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/subway_princess_runner': { 'packages': [ { 'package': 'angle/traces/subway_princess_runner', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/subway_surfers': { 'packages': [ { 'package': 'angle/traces/subway_surfers', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/summoners_war': { 'packages': [ { 'package': 'angle/traces/summoners_war', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/super_mario_run': { 'packages': [ { 'package': 'angle/traces/super_mario_run', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/supertuxkart': { 'packages': [ { 'package': 'angle/traces/supertuxkart', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/survivor_io': { 'packages': [ { 'package': 'angle/traces/survivor_io', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/talking_tom_hero_dash': { 'packages': [ { 'package': 'angle/traces/talking_tom_hero_dash', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/temple_run_2': { 'packages': [ { 'package': 'angle/traces/temple_run_2', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/temple_run_300': { 'packages': [ { 'package': 'angle/traces/temple_run_300', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/tesla': { 'packages': [ { 'package': 'angle/traces/tesla', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/teslagrad': { 'packages': [ { 'package': 'angle/traces/teslagrad', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/tessellation': { 'packages': [ { 'package': 'angle/traces/tessellation', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/the_gardens_between': { 'packages': [ { 'package': 'angle/traces/the_gardens_between', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/the_sims_mobile': { 'packages': [ { 'package': 'angle/traces/the_sims_mobile', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/the_witcher_monster_slayer': { 'packages': [ { 'package': 'angle/traces/the_witcher_monster_slayer', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/tmnt_shredders_revenge': { 'packages': [ { 'package': 'angle/traces/tmnt_shredders_revenge', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/toon_blast': { 'packages': [ { 'package': 'angle/traces/toon_blast', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/top_war': { 'packages': [ { 'package': 'angle/traces/top_war', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/township': { 'packages': [ { 'package': 'angle/traces/township', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/trex_200': { 'packages': [ { 'package': 'angle/traces/trex_200', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/uber': { 'packages': [ { 'package': 'angle/traces/uber', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/vainglory': { 'packages': [ { 'package': 'angle/traces/vainglory', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/walking_dead_survivors': { 'packages': [ { 'package': 'angle/traces/walking_dead_survivors', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/war_planet_online': { 'packages': [ { 'package': 'angle/traces/war_planet_online', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/warcraft_rumble': { 'packages': [ { 'package': 'angle/traces/warcraft_rumble', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/wayward_souls': { 'packages': [ { 'package': 'angle/traces/wayward_souls', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/whatsapp': { 'packages': [ { 'package': 'angle/traces/whatsapp', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/words_crush': { 'packages': [ { 'package': 'angle/traces/words_crush', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/words_of_wonders': { 'packages': [ { 'package': 'angle/traces/words_of_wonders', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/words_with_friends_2': { 'packages': [ { 'package': 'angle/traces/words_with_friends_2', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/wordscapes': { 'packages': [ { 'package': 'angle/traces/wordscapes', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/world_cricket_championship_2': { 'packages': [ { 'package': 'angle/traces/world_cricket_championship_2', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/world_of_kings': { 'packages': [ { 'package': 'angle/traces/world_of_kings', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/world_of_tanks_blitz': { 'packages': [ { 'package': 'angle/traces/world_of_tanks_blitz', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/world_war_doh': { 'packages': [ { 'package': 'angle/traces/world_war_doh', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/worms_zone_io': { 'packages': [ { 'package': 'angle/traces/worms_zone_io', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/zenonia_4': { 'packages': [ { 'package': 'angle/traces/zenonia_4', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/zillow': { 'packages': [ { 'package': 'angle/traces/zillow', 'version': 'version:5', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, 'src/tests/restricted_traces/zombie_smasher': { 'packages': [ { 'package': 'angle/traces/zombie_smasher', 'version': 'version:1', }, ], 'dep_type': 'cipd', 'condition': 'checkout_angle_restricted_traces', }, # === ANGLE Restricted Trace Generated Code End === # === ANDROID_DEPS Generated Code Start === # Generated by //third_party/android_deps/fetch_all.py 'third_party/android_deps/libs/android_arch_core_common': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/android_arch_core_common', 'version': 'version:2@1.1.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/android_arch_core_runtime': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/android_arch_core_runtime', 'version': 'version:2@1.1.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/android_arch_lifecycle_common': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/android_arch_lifecycle_common', 'version': 'version:2@1.1.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/android_arch_lifecycle_livedata': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/android_arch_lifecycle_livedata', 'version': 'version:2@1.1.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/android_arch_lifecycle_livedata_core': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/android_arch_lifecycle_livedata_core', 'version': 'version:2@1.1.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/android_arch_lifecycle_runtime': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/android_arch_lifecycle_runtime', 'version': 'version:2@1.1.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/android_arch_lifecycle_viewmodel': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/android_arch_lifecycle_viewmodel', 'version': 'version:2@1.1.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_asynclayoutinflater': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_asynclayoutinflater', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_collections': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_collections', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_coordinatorlayout': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_coordinatorlayout', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_cursoradapter': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_cursoradapter', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_customview': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_customview', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_documentfile': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_documentfile', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_drawerlayout': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_drawerlayout', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_interpolator': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_interpolator', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_loader': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_loader', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_localbroadcastmanager': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_localbroadcastmanager', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_print': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_print', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_slidingpanelayout': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_slidingpanelayout', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_support_annotations': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_support_annotations', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_support_compat': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_support_compat', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_support_core_ui': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_support_core_ui', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_support_core_utils': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_support_core_utils', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_swiperefreshlayout': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_swiperefreshlayout', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_versionedparcelable': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_versionedparcelable', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_support_viewpager': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_support_viewpager', 'version': 'version:2@28.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_tools_common': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_tools_common', 'version': 'version:2@30.2.0-beta01.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_tools_layoutlib_layoutlib_api', 'version': 'version:2@30.2.0-beta01.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_android_tools_sdk_common': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_android_tools_sdk_common', 'version': 'version:2@30.2.0-beta01.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_github_ben_manes_caffeine_caffeine', 'version': 'version:2@2.8.8.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_github_kevinstern_software_and_algorithms', 'version': 'version:2@1.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_annotations': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_annotations', 'version': 'version:2@4.1.1.4.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework', 'version': 'version:2@4.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_datatransport_transport_api': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_datatransport_transport_api', 'version': 'version:2@2.2.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_auth': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_auth', 'version': 'version:2@20.1.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone', 'version': 'version:2@18.0.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_auth_base': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base', 'version': 'version:2@18.0.2.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_base': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_base', 'version': 'version:2@18.0.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_basement': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_basement', 'version': 'version:2@18.1.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_cast': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_cast', 'version': 'version:2@17.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework', 'version': 'version:2@17.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_clearcut': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut', 'version': 'version:2@17.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_cloud_messaging', 'version': 'version:2@16.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_flags': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_flags', 'version': 'version:2@17.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_gcm': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_gcm', 'version': 'version:2@17.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_iid': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_iid', 'version': 'version:2@17.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_instantapps': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps', 'version': 'version:2@18.0.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_location': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_location', 'version': 'version:2@19.0.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_phenotype': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype', 'version': 'version:2@17.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport', 'version': 'version:2@17.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_stats': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_stats', 'version': 'version:2@17.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_tasks': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_tasks', 'version': 'version:2@18.0.2.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_vision': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_vision', 'version': 'version:2@20.1.3.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_gms_play_services_vision_common': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common', 'version': 'version:2@19.1.3.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_material_material': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_material_material', 'version': 'version:2@1.11.0-beta01.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_play_core_common': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_play_core_common', 'version': 'version:2@2.0.2.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_android_play_feature_delivery': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_play_feature_delivery', 'version': 'version:2@2.0.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_auto_auto_common': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_auto_auto_common', 'version': 'version:2@1.2.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_auto_service_auto_service': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_auto_service_auto_service', 'version': 'version:2@1.0-rc6.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_auto_service_auto_service_annotations': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_auto_service_auto_service_annotations', 'version': 'version:2@1.0-rc6.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_auto_value_auto_value_annotations': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_auto_value_auto_value_annotations', 'version': 'version:2@1.10.4.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_code_findbugs_jsr305': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_code_findbugs_jsr305', 'version': 'version:2@3.0.2.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_code_gson_gson': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_code_gson_gson', 'version': 'version:2@2.9.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_dagger_dagger': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger', 'version': 'version:2@2.30.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_dagger_dagger_compiler': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger_compiler', 'version': 'version:2@2.30.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_dagger_dagger_producers': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger_producers', 'version': 'version:2@2.30.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_dagger_dagger_spi': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger_spi', 'version': 'version:2@2.30.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_errorprone_error_prone_annotation': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_errorprone_error_prone_annotation', 'version': 'version:2@2.19.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_errorprone_error_prone_annotations': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations', 'version': 'version:2@2.23.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_errorprone_error_prone_check_api': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_errorprone_error_prone_check_api', 'version': 'version:2@2.11.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_errorprone_error_prone_core': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_errorprone_error_prone_core', 'version': 'version:2@2.11.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_errorprone_error_prone_type_annotations', 'version': 'version:2@2.11.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_errorprone_javac': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_errorprone_javac', 'version': 'version:2@9+181-r4173-1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_errorprone_javac_shaded': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_errorprone_javac_shaded', 'version': 'version:2@9-dev-r4023-3.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_firebase_firebase_annotations': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_annotations', 'version': 'version:2@16.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_firebase_firebase_common': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_common', 'version': 'version:2@19.5.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_firebase_firebase_components': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_components', 'version': 'version:2@16.1.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_firebase_firebase_encoders': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_encoders', 'version': 'version:2@16.1.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_firebase_firebase_encoders_json': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_encoders_json', 'version': 'version:2@17.1.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_firebase_firebase_iid': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_iid', 'version': 'version:2@21.0.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_firebase_firebase_iid_interop': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_iid_interop', 'version': 'version:2@17.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_firebase_firebase_installations': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_installations', 'version': 'version:2@16.3.5.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_firebase_firebase_installations_interop': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_installations_interop', 'version': 'version:2@16.0.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_measurement_connector', 'version': 'version:2@18.0.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_firebase_firebase_messaging': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_firebase_firebase_messaging', 'version': 'version:2@21.0.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_googlejavaformat_google_java_format': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format', 'version': 'version:2@1.5.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_guava_failureaccess': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_guava_failureaccess', 'version': 'version:2@1.0.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_guava_guava': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_guava_guava', 'version': 'version:2@32.1.3-jre.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_guava_guava_android': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_guava_guava_android', 'version': 'version:2@32.1.3-android.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_j2objc_j2objc_annotations': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations', 'version': 'version:2@2.8.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_protobuf_protobuf_java': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_protobuf_protobuf_java', 'version': 'version:2@3.19.2.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_google_protobuf_protobuf_javalite': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite', 'version': 'version:2@3.21.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_googlecode_java_diff_utils_diffutils', 'version': 'version:2@1.3.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_squareup_javapoet': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_squareup_javapoet', 'version': 'version:2@1.13.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_squareup_javawriter': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_squareup_javawriter', 'version': 'version:2@2.1.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_squareup_okio_okio_jvm': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_squareup_okio_okio_jvm', 'version': 'version:2@3.3.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm', 'version': 'version:2@4.7.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/io_github_java_diff_utils_java_diff_utils', 'version': 'version:2@4.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/io_grpc_grpc_api': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/io_grpc_grpc_api', 'version': 'version:2@1.49.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/io_grpc_grpc_binder': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/io_grpc_grpc_binder', 'version': 'version:2@1.49.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/io_grpc_grpc_context': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/io_grpc_grpc_context', 'version': 'version:2@1.49.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/io_grpc_grpc_core': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/io_grpc_grpc_core', 'version': 'version:2@1.49.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/io_grpc_grpc_protobuf_lite': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/io_grpc_grpc_protobuf_lite', 'version': 'version:2@1.49.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/io_grpc_grpc_stub': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/io_grpc_grpc_stub', 'version': 'version:2@1.49.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/io_perfmark_perfmark_api': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/io_perfmark_perfmark_api', 'version': 'version:2@0.25.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/javax_annotation_javax_annotation_api': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/javax_annotation_javax_annotation_api', 'version': 'version:2@1.3.2.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/javax_annotation_jsr250_api': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/javax_annotation_jsr250_api', 'version': 'version:2@1.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/javax_inject_javax_inject': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/javax_inject_javax_inject', 'version': 'version:2@1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/net_bytebuddy_byte_buddy': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/net_bytebuddy_byte_buddy', 'version': 'version:2@1.14.5.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent', 'version': 'version:2@1.14.5.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/net_ltgt_gradle_incap_incap': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/net_ltgt_gradle_incap_incap', 'version': 'version:2@0.2.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_bouncycastle_bcprov_jdk18on', 'version': 'version:2@1.76.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_ccil_cowan_tagsoup_tagsoup', 'version': 'version:2@1.2.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_checkerframework_checker_compat_qual': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_checkerframework_checker_compat_qual', 'version': 'version:2@2.5.5.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_checkerframework_checker_qual': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_checkerframework_checker_qual', 'version': 'version:2@3.37.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_checkerframework_checker_util': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_checkerframework_checker_util', 'version': 'version:2@3.25.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_checkerframework_dataflow_errorprone': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_checkerframework_dataflow_errorprone', 'version': 'version:2@3.15.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations', 'version': 'version:2@1.21.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_conscrypt_conscrypt_openjdk_uber', 'version': 'version:2@2.5.2.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_eclipse_jgit_org_eclipse_jgit', 'version': 'version:2@4.4.1.201607150455-r.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_hamcrest_hamcrest': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_hamcrest_hamcrest', 'version': 'version:2@2.2.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7', 'version': 'version:2@1.8.20.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8', 'version': 'version:2@1.8.20.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android', 'version': 'version:2@1.6.4.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm', 'version': 'version:2@1.6.4.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava', 'version': 'version:2@1.6.4.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm', 'version': 'version:2@0.1.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_jsoup_jsoup': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_jsoup_jsoup', 'version': 'version:2@1.15.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_mockito_mockito_android': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_mockito_mockito_android', 'version': 'version:2@5.4.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_mockito_mockito_core': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_mockito_mockito_core', 'version': 'version:2@5.4.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_mockito_mockito_subclass': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_mockito_mockito_subclass', 'version': 'version:2@5.4.0.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_objenesis_objenesis': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_objenesis_objenesis', 'version': 'version:2@3.3.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_ow2_asm_asm': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_ow2_asm_asm', 'version': 'version:2@9.6.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_ow2_asm_asm_analysis': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_ow2_asm_asm_analysis', 'version': 'version:2@9.6.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_ow2_asm_asm_commons': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_ow2_asm_asm_commons', 'version': 'version:2@9.6.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_ow2_asm_asm_tree': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_ow2_asm_asm_tree', 'version': 'version:2@9.6.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_ow2_asm_asm_util': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_ow2_asm_asm_util', 'version': 'version:2@9.6.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_pcollections_pcollections': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_pcollections_pcollections', 'version': 'version:2@3.1.4.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_robolectric_annotations': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_robolectric_annotations', 'version': 'version:2@4.11.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_robolectric_junit': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_robolectric_junit', 'version': 'version:2@4.11.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_robolectric_nativeruntime': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_robolectric_nativeruntime', 'version': 'version:2@4.11.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_robolectric_nativeruntime_dist_compat', 'version': 'version:2@1.0.2.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_robolectric_pluginapi': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_robolectric_pluginapi', 'version': 'version:2@4.11.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_robolectric_plugins_maven_dependency_resolver', 'version': 'version:2@4.11.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_robolectric_resources': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_robolectric_resources', 'version': 'version:2@4.11.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_robolectric_robolectric': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_robolectric_robolectric', 'version': 'version:2@4.11.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_robolectric_sandbox': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_robolectric_sandbox', 'version': 'version:2@4.11.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_robolectric_shadowapi': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_robolectric_shadowapi', 'version': 'version:2@4.11.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_robolectric_shadows_framework': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_robolectric_shadows_framework', 'version': 'version:2@4.11.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_robolectric_shadows_versioning': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_robolectric_shadows_versioning', 'version': 'version:2@4.11.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_robolectric_utils': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_robolectric_utils', 'version': 'version:2@4.11.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, 'third_party/android_deps/libs/org_robolectric_utils_reflector': { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/org_robolectric_utils_reflector', 'version': 'version:2@4.11.1.cr1', }, ], 'condition': 'checkout_android and not build_with_chromium', 'dep_type': 'cipd', }, # === ANDROID_DEPS Generated Code End === } hooks = [ { # Ensure that the DEPS'd "depot_tools" has its self-update capability # disabled. 'name': 'disable_depot_tools_selfupdate', 'pattern': '.', 'condition': 'not build_with_chromium', 'action': [ 'python3', 'third_party/depot_tools/update_depot_tools_toggle.py', '--disable', ], }, # Pull clang-format binaries using checked-in hashes. { 'name': 'clang_format_win', 'pattern': '.', 'condition': 'host_os == "win" and not build_with_chromium', 'action': [ 'python3', 'third_party/depot_tools/download_from_google_storage.py', '--no_resume', '--platform=win32', '--no_auth', '--bucket', 'chromium-clang-format', '-s', 'buildtools/win/clang-format.exe.sha1', ], }, { 'name': 'clang_format_mac_x64', 'pattern': '.', 'condition': 'host_os == "mac" and host_cpu == "x64" and not build_with_chromium', 'action': [ 'python3', 'third_party/depot_tools/download_from_google_storage.py', '--no_resume', '--platform=darwin', '--no_auth', '--bucket', 'chromium-clang-format', '-s', 'buildtools/mac/clang-format.x64.sha1', '-o', 'buildtools/mac/clang-format', ], }, { 'name': 'clang_format_mac_arm64', 'pattern': '.', 'condition': 'host_os == "mac" and host_cpu == "arm64" and not build_with_chromium', 'action': [ 'python3', 'third_party/depot_tools/download_from_google_storage.py', '--no_resume', '--platform=darwin', '--no_auth', '--bucket', 'chromium-clang-format', '-s', 'buildtools/mac/clang-format.arm64.sha1', '-o', 'buildtools/mac/clang-format', ], }, { 'name': 'clang_format_linux', 'pattern': '.', 'condition': 'host_os == "linux" and not build_with_chromium', 'action': [ 'python3', 'third_party/depot_tools/download_from_google_storage.py', '--no_resume', '--platform=linux*', '--no_auth', '--bucket', 'chromium-clang-format', '-s', 'buildtools/linux64/clang-format.sha1', ], }, { 'name': 'sysroot_x86', 'pattern': '.', 'condition': 'checkout_linux and ((checkout_x86 or checkout_x64) and not build_with_chromium)', 'action': ['python3', 'build/linux/sysroot_scripts/install-sysroot.py', '--arch=x86'], }, { 'name': 'sysroot_x64', 'pattern': '.', 'condition': 'checkout_linux and (checkout_x64 and not build_with_chromium)', 'action': ['python3', 'build/linux/sysroot_scripts/install-sysroot.py', '--arch=x64'], }, { # Case-insensitivity for the Win SDK. Must run before win_toolchain below. 'name': 'ciopfs_linux', 'pattern': '.', 'condition': 'checkout_win and host_os == "linux" and not build_with_chromium', '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 and not build_with_chromium', 'action': ['python3', 'build/vs_toolchain.py', 'update', '--force'], }, { # Update the Mac toolchain if necessary. 'name': 'mac_toolchain', 'pattern': '.', 'condition': 'checkout_mac and not build_with_chromium', 'action': ['python3', 'build/mac_toolchain.py'], }, { # Note: On Win, this should run after win_toolchain, as it may use it. 'name': 'clang', 'pattern': '.', 'action': ['python3', 'tools/clang/scripts/update.py'], 'condition': 'not build_with_chromium', }, { # Update LASTCHANGE. 'name': 'lastchange', 'pattern': '.', 'condition': 'not build_with_chromium', 'action': ['python3', 'build/util/lastchange.py', '-o', 'build/util/LASTCHANGE'], }, # Pull rc binaries using checked-in hashes. { 'name': 'rc_win', 'pattern': '.', 'condition': 'checkout_win and host_os == "win" and not build_with_chromium', 'action': [ 'python3', 'third_party/depot_tools/download_from_google_storage.py', '--no_resume', '--no_auth', '--bucket', 'chromium-browser-clang/rc', '-s', 'build/toolchain/win/rc/win/rc.exe.sha1', ], }, { 'name': 'rc_mac', 'pattern': '.', 'condition': 'checkout_win and host_os == "mac" and not build_with_chromium', 'action': [ 'python3', 'third_party/depot_tools/download_from_google_storage.py', '--no_resume', '--no_auth', '--bucket', 'chromium-browser-clang/rc', '-s', 'build/toolchain/win/rc/mac/rc.sha1', ], }, { 'name': 'rc_linux', 'pattern': '.', 'condition': 'checkout_win and host_os == "linux" and not build_with_chromium', 'action': [ 'python3', 'third_party/depot_tools/download_from_google_storage.py', '--no_resume', '--no_auth', '--bucket', 'chromium-browser-clang/rc', '-s', 'build/toolchain/win/rc/linux64/rc.sha1', ] }, # Download glslang validator binary for Linux. { 'name': 'linux_glslang_validator', 'pattern': '.', 'condition': 'checkout_linux and not build_with_chromium', 'action': [ 'python3', 'third_party/depot_tools/download_from_google_storage.py', '--no_resume', '--platform=linux*', '--no_auth', '--bucket', 'angle-glslang-validator', '-s', 'tools/glslang/glslang_validator.sha1', ], }, # Download glslang validator binary for Windows. { 'name': 'win_glslang_validator', 'pattern': '.', 'condition': 'checkout_win and not build_with_chromium', 'action': [ 'python3', 'third_party/depot_tools/download_from_google_storage.py', '--no_resume', '--platform=win32*', '--no_auth', '--bucket', 'angle-glslang-validator', '-s', 'tools/glslang/glslang_validator.exe.sha1', ], }, # Download flex/bison binaries for Linux. { 'name': 'linux_flex_bison', 'pattern': '.', 'condition': 'checkout_linux and not build_with_chromium', 'action': [ 'python3', 'third_party/depot_tools/download_from_google_storage.py', '--no_resume', '--platform=linux*', '--no_auth', '--bucket', 'angle-flex-bison', '-d', 'tools/flex-bison/linux/', ], }, # Download flex/bison binaries for Windows. { 'name': 'win_flex_bison', 'pattern': '.', 'condition': 'checkout_win and not build_with_chromium', 'action': [ 'python3', 'third_party/depot_tools/download_from_google_storage.py', '--no_resume', '--platform=win32*', '--no_auth', '--bucket', 'angle-flex-bison', '-d', 'tools/flex-bison/windows/', ], }, # Set up an input file for the Mesa setup step. { 'name': 'mesa_input', 'pattern': '.', 'condition': 'checkout_angle_mesa', 'action': [ 'python3', 'third_party/mesa/mesa_build.py', 'runhook', ], }, # Configure remote exec cfg files { 'name': 'configure_reclient_cfgs', 'pattern': '.', 'condition': 'download_remoteexec_cfg and not build_with_chromium and not (host_os == "linux" and host_cpu == "arm64")', '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', ], }, # 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 = [ 'third_party/googletest', 'third_party/jsoncpp', 'third_party/vulkan-deps', ]